summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/harness/test/testdata/reftest/reftest_wait_0.html
blob: 0088c0cab88e873fceb7b133a17b2476994fd01a (plain)
1
2
3
4
5
6
7
8
9
10
11
<title>rel=match that should fail</title>
<link rel=match href=red.html>
<style>
:root {background-color:red}
</style>
<body class="reftest-wait">
<script>
setTimeout(function() {
  document.documentElement.style.backgroundColor = "green";
  body.className = "";
}, 2000);