4 <title>Media Queries - scan media feature for
"screen"</title>
6 if (window
.testRunner
) {
7 /* The scan media feature only applies to "tv" media. This test checks that
8 we don't match any of the values for "screen". */
9 window
.internals
.settings
.setMediaTypeOverride("screen");
13 @media (scan: progressive) {
17 @media (scan: interlace) {
27 <div id=
"t1">Should not be red
</div>
28 <div id=
"t2">Should not be red
</div>
29 <div id=
"t3">Should not be red
</div>