summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/infrastructure/reftest/reftest_wait_0.html
blob: fec62a3cae00655a95f7bc569d2eb1f43eac6062 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<html class="reftest-wait">
<title>Test with reftest-wait</title>
<link rel=match href=green.html>
<style>
:root {background-color:red}
</style>
<script>
setTimeout(function() {
  document.documentElement.style.backgroundColor = "green";
  document.documentElement.className = "";
}, 2000);
</script>
</html>