blob: 4f92715c61e7d922a9495e9737c996e7c06c37d4 [file] [log] [blame]
<html class="reftest-wait">
<title>rel=match that should fail</title>
<link rel=match href=red.html>
<style>
:root {background-color:red}
</style>
<script>
setTimeout(function() {
document.documentElement.style.backgroundColor = "green";
document.documentElement.className = "";
}, 2000);
</script>
</html>