chromium/content/test/data/theme_color.html

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