https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 5b272d79f98537bdf1f3cf69a0142cdeb6e9f3ba authored by Simon Sapin on 08 April 2018, 06:53:12 UTC
Remove SimonSapin from OWNERS
Tip revision: 5b272d7
reftest-wait-ref.html
<!DOCTYPE html>
<title>Reference for Test infrastructure should support 'reftest-wait'</title>
<style>
.marker {
    margin-bottom: 10px;
    background: green;
    height: 50px;
    width: 50px;
}
</style>

<div class="marker"></div>
<div>The box above should be green.</div>
back to top