3 <title>CSS3 media query test: stylesheet media.mediaText property inspection.
</title>
4 <link rel=
"help" href=
"http://www.w3.org/TR/css3-mediaqueries/#syntax">
6 <style type=
"text/css" media=
"braille, media with error, print and (color) and (grid:0), tty resolution > 600px">
12 re
= document
.getElementById("result");
13 re
.innerHTML
= "started";
14 re
.innerHTML
= document
.styleSheets
[0].media
.mediaText
;
19 <body onload=
"test()">
20 <p>The text below should not be red and it should contain
"braille, not all, print and (color) and (grid: 0), not all".
</p>
21 <p id=
"result">Failure: test not run
</p>