https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 90f0b152ae166ef5eb23d356db03c6630678853d authored by Philip Jägenstedt on 30 March 2018, 22:43:03 UTC
Fix broken Pointer Lock IDL tests
Tip revision: 90f0b15
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