summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/navigation-timing/resources/blank_page_yellow_with_onunload.html
blob: 771e0701d9cf9584f271238c1cddf62280946f26 (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>Yellow Test Page</title>
    </head>
    <!-- use onunload to ensure this does not trigger bfcache -->
    <body style="background-color:#FFFF00;" onunload="1;">
        <h1>Placeholder</h1>
    </body>
</html>