summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/infrastructure/reftest-wait-ref.html
blob: 6772c2c460e79993979688ddf46e2045b14f7d71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!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>