blob: fec62a3cae00655a95f7bc569d2eb1f43eac6062 [file] [log] [blame]
<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>