https://github.com/web-platform-tests/wpt
Raw File
Tip revision: c77d6e6ae0395fc6d534ad051dca119a775701f2 authored by Joanmarie Diggs on 10 April 2018, 15:51:52 UTC
accname: Updated tests
Tip revision: c77d6e6
greensquare-ref.html
<!DOCTYPE html>
<meta charset="utf-8">
<title>Green square reference</title>
<style>
    .test { background-color: #008000; width: 12em; height: 12em;}
</style>
<body>
    <p>Test passes if you see a green square, and no red.</p>
    <div class="test"></div>
</body>
back to top