summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/page-visibility/resources/blank_page_green.html
blob: b8a1947b77e25ac6b0d100c75932e8c0a67d846f (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE HTML>
<html>
    <head>
        <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
        <title>Green Test Page</title>
    </head>
    <body style="background-color:#00FF00;">
        <h1>Placeholder</h1>
    </body>
</html>