summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/navigation-timing/resources/blank_page_green_with_onunload.html
blob: 2f401747b01e4b094eb50d7d28f9ef5fdcdfb604 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE HTML>
<html>
    <head>
        <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
        <title>Green Test Page</title>
    </head>
    <!-- use onunload to ensure this does not trigger bfcache -->
    <body style="background-color:#00FF00;" onunload="1;">
        <h1>Placeholder</h1>
    </body>
</html>