https://github.com/web-platform-tests/wpt
Raw File
Tip revision: a7c6f918b6c42b7175b6f70334ba834b7dc583c4 authored by kaixinjxq on 15 March 2018, 02:53:31 UTC
Changed the test name.
Tip revision: a7c6f91
blank_page_yellow_with_onunload.html
<!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>
back to top