https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 85bfdbfc6739dd090b0a568712713432d3aa2d51 authored by Darren Shen on 11 April 2018, 10:17:19 UTC
[css-typed-om] Support remaining inline properties.
Tip revision: 85bfdbf
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