https://github.com/web-platform-tests/wpt
Raw File
Tip revision: ccef6bd283af10f72b14e455f8d9f22e3cf97424 authored by Chris Lilley on 12 April 2018, 14:39:49 UTC
test the ffs descriptor (property already tested)
Tip revision: ccef6bd
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