https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 37c10e98424d063954b2ce55cdacc723b0a9d04b authored by Anne van Kesteren on 12 April 2018, 11:07:55 UTC
Update tests
Tip revision: 37c10e9
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