https://github.com/web-platform-tests/wpt
Raw File
Tip revision: ccd6ec8cfd1bbc38ff0ad8e87cad5814b9b70613 authored by Geoffrey Sneddon on 16 March 2018, 16:45:04 UTC
Get rid of redundant host/certificate_domain definitions
Tip revision: ccd6ec8
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