https://github.com/web-platform-tests/wpt
Raw File
Tip revision: c5719e00d4a7c1e336ae3f047ed5381c159c840d authored by James Graham on 14 March 2018, 15:05:06 UTC
Exit wptrunner with an error status if no tests ran
Tip revision: c5719e0
blank_page_meta_redirect.html
<!DOCTYPE HTML>
<html>
    <head>
        <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
        <meta http-equiv="refresh" content="1;URL='blank_page_green.html'" />
        <title>Redirect Placeholder</title>
    </head>
    <body style="background-color:#FFFF00";>
        <h1>Placeholder</h1>
    </body>
</html>
back to top