diff options
Diffstat (limited to 'testing/web-platform/tests/infrastructure/reftest-wait-ref.html')
-rw-r--r-- | testing/web-platform/tests/infrastructure/reftest-wait-ref.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/web-platform/tests/infrastructure/reftest-wait-ref.html b/testing/web-platform/tests/infrastructure/reftest-wait-ref.html new file mode 100644 index 0000000000..6772c2c460 --- /dev/null +++ b/testing/web-platform/tests/infrastructure/reftest-wait-ref.html @@ -0,0 +1,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> |