gecko-dev/layout/reftests/bugs/1376092.html
Emilio Cobos Álvarez b494225a5c Bug 1372041: Test for 1376092, while we're here. r=heycam
MozReview-Commit-ID: 9khZKso0HKi
2017-07-02 17:19:12 +02:00

15 lines
307 B
HTML

<!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>