https://github.com/web-platform-tests/wpt
Raw File
Tip revision: d6ebd711521b88acf00f3f1bbd5c4560500e92ea authored by Brandon Jones on 20 November 2018, 17:24:18 UTC
Remove the multiview attribute from XRWebGLLayer
Tip revision: d6ebd71
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