Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/bugs/reftest.list
<!doctype html>
<html class="reftest-wait">
<link rel="woof" href="1376092.css">
<script>
let link = document.querySelector('link');
link.onload = function() {
link.media = "";
document.documentElement.className = "";
}
link.media = "only x";
link.rel = "stylesheet";
</script>
Should be green.
</html>