1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11

content / test / data / theme_color.html [blame]

<!DOCTYPE html>
<html>
    <head>
        <title>Test page</title>
        <meta name="theme-color" content="#ff0000">
    </head>
    <body>
        Theme color
    </body>
</html>