https://github.com/web-platform-tests/wpt
Raw File
Tip revision: ab0d44202cb4693b2ef81feddf436800d309fa3f authored by Jonathon Kereliuk on 03 April 2018, 18:12:50 UTC
remove whitespace
Tip revision: ab0d442
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