4 <link rel=
"stylesheet" href=
"resources/style-with-text-plain.php">
7 testRunner
.dumpAsText();
9 window
.onload = function() {
10 document
.getElementById('result').innerHTML
=
11 window
.getComputedStyle(document
.documentElement
, null).
12 getPropertyValue("background-color");
17 This test passes if we do NOT apply the stylesheet (which turns the background
18 color red.) The background color is:
<span id=
"result"></span>.