reftest.www.sub.html (269B)
1 <title>Tests that reftests obey the 'www' file-flag</title> 2 <link rel=match href=green.html> 3 <style> 4 :root {background-color:red} 5 </style> 6 <script> 7 if (location.hostname === "{{domains[www]}}") { 8 document.documentElement.style.backgroundColor = "green"; 9 } 10 </script>