https://github.com/web-platform-tests/wpt
Raw File
Tip revision: be666a5d73d5ca27723bedbe8be202d1daa4451b authored by Boris Zbarsky on 03 April 2018, 17:09:28 UTC
Use stable error messages in the link onload event tests by default.
Tip revision: be666a5
blank_page_green.html
<!DOCTYPE HTML>
<html>
    <head>
        <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
        <title>Green Test Page</title>
    </head>
    <body style="background-color:#00FF00;">
        <h1>Placeholder</h1>
    </body>
</html>
back to top