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);