https://github.com/web-platform-tests/wpt
Raw File
Tip revision: cca93d018277bcaca96626df414c4a2c99be098a authored by Robin Berjon on 24 March 2014, 11:31:05 UTC
bring all CSS into using the same style
Tip revision: cca93d0
blank_page_yellow.html
<!DOCTYPE HTML>
<html>
    <head>
        <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
        <title>Yellow Test Page</title>
    </head>
    <body style="background-color:#FFFF00;">
        <h1>Placeholder</h1>
    </body>
</html>
back to top