4 <title>Media queries with invalid ident values must be dropped
</title>
6 @media not all and (orientation: block) {
9 @media not all and (pointer: landscape) {
12 @media not all and (scan: none) {
18 <div id=
"t1">Should not be red
</div>
19 <div id=
"t2">Should not be red
</div>
20 <div id=
"t3">Should not be red
</div>