x Stylesheet ,-[$DIR/tests/fixture/at-rule/media/input.css:1:1] 1 | ,-> @\media screen {} 2 | | @\media \screen {} 3 | | 4 | | @media all {} 5 | | @media screen {} 6 | | @media print {} 7 | | @media screen and (color) {} 8 | | @media screen and (color), projection and (color) {} 9 | | @media screen and ( color ) , projection and ( color ) {} 10 | | @media print and (min-resolution: 118dpcm) {} 11 | | @media all {} 12 | | @media screen and (color) {} 13 | | @media screen and ( color ) {} 14 | | 15 | | @media not all and (monochrome) {} 16 | | @media not screen and (color), print and (color) {} 17 | | @media not (device-aspect-ratio: 16/9) {} 18 | | @media not (device-aspect-ratio: 16 / 9) {} 19 | | @media not all {} 20 | | @media not all {} 21 | | 22 | | @media only screen and (color) {} 23 | | @media only screen and ( color ) {} 24 | | 25 | | @media (min-width: 20px) {} 26 | | @media(min-width: 20px){} 27 | | @media ( min-width : 20px ) {} 28 | | @media (device-aspect-ratio: 16/9) {} 29 | | @media ( device-aspect-ratio : 16 / 9 ) {} 30 | | @media (grid) and (max-width: 15em) {} 31 | | @media (monochrome) {} 32 | | 33 | | @media (min-width: 20em) and (min-width: 20em) {} 34 | | @media (min-width : 20em ) and ( min-width : 20em ) {} 35 | | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} 36 | | @media(min-width:20em)and (min-width: 20em){} 37 | | @media(min-width:20em)and (min-width:20em){} 38 | | 39 | | @media (update: slow) or (hover: none) {} 40 | | @media ( update : slow ) or ( hover : none ) {} 41 | | @media(update: slow)or (hover: none){} 42 | | 43 | | @media (height < 600px) {} 44 | | @media (height <= 600px) {} 45 | | @media (height > 600px) {} 46 | | @media (height >= 600px) {} 47 | | @media (height = 600px) {} 48 | | @media ( height < 600px ) {} 49 | | @media ( height <= 600px ) {} 50 | | @media ( height > 600px ) {} 51 | | @media ( height >= 600px ) {} 52 | | @media ( height = 600px ) {} 53 | | @media(height=600px){} 54 | | @media(height>=600px) {} 55 | | 56 | | @media (600px < height) {} 57 | | @media (600px <= height) {} 58 | | @media (600px > height) {} 59 | | @media (600px >= height) {} 60 | | @media (600px = height) {} 61 | | @media ( 600px < height ) {} 62 | | @media ( 600px <= height ) {} 63 | | @media ( 600px > height ) {} 64 | | @media ( 600px >= height ) {} 65 | | @media ( 600px = height ) {} 66 | | @media(600px=height) {} 67 | | @media(600px>=height) {} 68 | | 69 | | @media (400px < width < 700px) {} 70 | | @media (400px <= width < 700px) {} 71 | | @media (400px < width <= 700px) {} 72 | | @media (400px <= width <= 700px) {} 73 | | @media(400px width > 700px) {} 83 | | @media (400px >= width > 700px) {} 84 | | @media (400px > width >= 700px) {} 85 | | @media (400px >= width >= 700px) {} 86 | | @media(400px>width>700px){} 87 | | @media(400px>=width>=700px) {} 88 | | @media ( 400px > width > 700px ) {} 89 | | @media ( 400px >= width > 700px ) {} 90 | | @media ( 400px > width >= 700px ) {} 91 | | @media ( 400px >= width >= 700px ) {} 92 | | @media(400px>width>700px){} 93 | | @media(400px>=width>=700px){} 94 | | 95 | | @media (--modern) and (min-width: 1024px) {} 96 | | 97 | | @media (not (color)) or (hover) {} 98 | | @media ( not ( color ) ) or ( hover ) {} 99 | | @media ((color) or (hover)) and (width > 1024px) {} 100 | | @media (((color)) or ((hover))) and (width > 1024px) {} 101 | | @media (((((color)) or ((hover))))) and (width > 1024px) {} 102 | | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} 103 | | 104 | | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} 105 | | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} 106 | | 107 | | @media NOT all {} 108 | | @media ONLY screen AND (color) {} 109 | | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} 110 | | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} 111 | | 112 | | @media {} 113 | | @media {} 114 | | 115 | | @media tty {} 116 | | 117 | | @media print { 118 | | html 119 | | main { 120 | | color: orange; 121 | | } 122 | | } 123 | | 124 | | @media print { 125 | | html, 126 | | main { 127 | | color: orange; 128 | | } 129 | | } 130 | | 131 | | @media (NOT (color)) OR (hover) {} 132 | | 133 | | @media (width > calc(5px + 1rem)) {} 134 | | @media (width < calc(Infinity * 1px)) {} 135 | | @media (max-width: calc(5px + 1rem)) {} 136 | | @media (width: calc(5px + 1rem)) {} 137 | | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} 138 | | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} 139 | | 140 | | /* General Enclosed */ 141 | | 142 | | @media (height << 600px) {} 143 | | @media (height foo bar) {} 144 | | @media (height foo("bar")) {} 145 | | @media (height + 600px) {} 146 | | @media screen and (min-width: ) {} 147 | | @media (aspect-ratio: 12/) {} 148 | | @media func(100px) {} 149 | | @media screen and func(100px) {} 150 | | @media(min-width:calc(10px + 10px)) {} 151 | | @media (width > calc(220px + 100px)) {} 152 | | 153 | | @m\65 dia { 154 | | .color { 155 | | color: red; 156 | | } 157 | | } 158 | | 159 | | @media SCREEN AND (UPDATE: SLOW) AND (WIDTH > 1500px) {} 160 | | 161 | | @media (--modern) and (width > 1024px) { 162 | | .a { color: green; } 163 | | } 164 | | @media (--) and (width > 1024px) { 165 | | .a { color: green; } 166 | | } 167 | | 168 | | @MEDIA ALL {} 169 | | @MEDIA (PREFERS-reduced-motion: no-preference) { 170 | | :ROOT { 171 | | scroll-behavior: smooth; 172 | | } 173 | `-> } `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:1:1] 1 | @\media screen {} : ^^^^^^^^^^^^^^^^^ 2 | @\media \screen {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:1:1] 1 | @\media screen {} : ^^^^^^^^^^^^^^^^^ 2 | @\media \screen {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:1:1] 1 | @\media screen {} : ^^^^^^ 2 | @\media \screen {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:1:1] 1 | @\media screen {} : ^^^^^^ 2 | @\media \screen {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:1:1] 1 | @\media screen {} : ^^^^^^ 2 | @\media \screen {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:1:1] 1 | @\media screen {} : ^^^^^^ 2 | @\media \screen {} `---- x MediaType ,-[$DIR/tests/fixture/at-rule/media/input.css:1:1] 1 | @\media screen {} : ^^^^^^ 2 | @\media \screen {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:1:1] 1 | @\media screen {} : ^^^^^^ 2 | @\media \screen {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:1:1] 1 | @\media screen {} : ^^ 2 | @\media \screen {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:1:1] 1 | @\media screen {} : ^ 2 | @\media \screen {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:1:1] 1 | @\media screen {} 2 | @\media \screen {} : ^^^^^^^^^^^^^^^^^^ `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:1:1] 1 | @\media screen {} 2 | @\media \screen {} : ^^^^^^^^^^^^^^^^^^ `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:1:1] 1 | @\media screen {} 2 | @\media \screen {} : ^^^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:1:1] 1 | @\media screen {} 2 | @\media \screen {} : ^^^^^^ `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:1:1] 1 | @\media screen {} 2 | @\media \screen {} : ^^^^^^^ `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:1:1] 1 | @\media screen {} 2 | @\media \screen {} : ^^^^^^^ `---- x MediaType ,-[$DIR/tests/fixture/at-rule/media/input.css:1:1] 1 | @\media screen {} 2 | @\media \screen {} : ^^^^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:1:1] 1 | @\media screen {} 2 | @\media \screen {} : ^^^^^^^ `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:1:1] 1 | @\media screen {} 2 | @\media \screen {} : ^^ `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:1:1] 1 | @\media screen {} 2 | @\media \screen {} : ^ `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:3:1] 3 | 4 | @media all {} : ^^^^^^^^^^^^^ 5 | @media screen {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:3:1] 3 | 4 | @media all {} : ^^^^^^^^^^^^^ 5 | @media screen {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:3:1] 3 | 4 | @media all {} : ^^^^^ 5 | @media screen {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:3:1] 3 | 4 | @media all {} : ^^^^^ 5 | @media screen {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:3:1] 3 | 4 | @media all {} : ^^^ 5 | @media screen {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:3:1] 3 | 4 | @media all {} : ^^^ 5 | @media screen {} `---- x MediaType ,-[$DIR/tests/fixture/at-rule/media/input.css:3:1] 3 | 4 | @media all {} : ^^^ 5 | @media screen {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:3:1] 3 | 4 | @media all {} : ^^^ 5 | @media screen {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:3:1] 3 | 4 | @media all {} : ^^ 5 | @media screen {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:3:1] 3 | 4 | @media all {} : ^ 5 | @media screen {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:4:1] 4 | @media all {} 5 | @media screen {} : ^^^^^^^^^^^^^^^^ 6 | @media print {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:4:1] 4 | @media all {} 5 | @media screen {} : ^^^^^^^^^^^^^^^^ 6 | @media print {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:4:1] 4 | @media all {} 5 | @media screen {} : ^^^^^ 6 | @media print {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:4:1] 4 | @media all {} 5 | @media screen {} : ^^^^^ 6 | @media print {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:4:1] 4 | @media all {} 5 | @media screen {} : ^^^^^^ 6 | @media print {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:4:1] 4 | @media all {} 5 | @media screen {} : ^^^^^^ 6 | @media print {} `---- x MediaType ,-[$DIR/tests/fixture/at-rule/media/input.css:4:1] 4 | @media all {} 5 | @media screen {} : ^^^^^^ 6 | @media print {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:4:1] 4 | @media all {} 5 | @media screen {} : ^^^^^^ 6 | @media print {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:4:1] 4 | @media all {} 5 | @media screen {} : ^^ 6 | @media print {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:4:1] 4 | @media all {} 5 | @media screen {} : ^ 6 | @media print {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:5:1] 5 | @media screen {} 6 | @media print {} : ^^^^^^^^^^^^^^^ 7 | @media screen and (color) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:5:1] 5 | @media screen {} 6 | @media print {} : ^^^^^^^^^^^^^^^ 7 | @media screen and (color) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:5:1] 5 | @media screen {} 6 | @media print {} : ^^^^^ 7 | @media screen and (color) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:5:1] 5 | @media screen {} 6 | @media print {} : ^^^^^ 7 | @media screen and (color) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:5:1] 5 | @media screen {} 6 | @media print {} : ^^^^^ 7 | @media screen and (color) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:5:1] 5 | @media screen {} 6 | @media print {} : ^^^^^ 7 | @media screen and (color) {} `---- x MediaType ,-[$DIR/tests/fixture/at-rule/media/input.css:5:1] 5 | @media screen {} 6 | @media print {} : ^^^^^ 7 | @media screen and (color) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:5:1] 5 | @media screen {} 6 | @media print {} : ^^^^^ 7 | @media screen and (color) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:5:1] 5 | @media screen {} 6 | @media print {} : ^^ 7 | @media screen and (color) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:5:1] 5 | @media screen {} 6 | @media print {} : ^ 7 | @media screen and (color) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:6:1] 6 | @media print {} 7 | @media screen and (color) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 8 | @media screen and (color), projection and (color) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:6:1] 6 | @media print {} 7 | @media screen and (color) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 8 | @media screen and (color), projection and (color) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:6:1] 6 | @media print {} 7 | @media screen and (color) {} : ^^^^^ 8 | @media screen and (color), projection and (color) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:6:1] 6 | @media print {} 7 | @media screen and (color) {} : ^^^^^ 8 | @media screen and (color), projection and (color) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:6:1] 6 | @media print {} 7 | @media screen and (color) {} : ^^^^^^^^^^^^^^^^^^ 8 | @media screen and (color), projection and (color) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:6:1] 6 | @media print {} 7 | @media screen and (color) {} : ^^^^^^^^^^^^^^^^^^ 8 | @media screen and (color), projection and (color) {} `---- x MediaType ,-[$DIR/tests/fixture/at-rule/media/input.css:6:1] 6 | @media print {} 7 | @media screen and (color) {} : ^^^^^^ 8 | @media screen and (color), projection and (color) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:6:1] 6 | @media print {} 7 | @media screen and (color) {} : ^^^^^^ 8 | @media screen and (color), projection and (color) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:6:1] 6 | @media print {} 7 | @media screen and (color) {} : ^^^ 8 | @media screen and (color), projection and (color) {} `---- x MediaConditionWithoutOr ,-[$DIR/tests/fixture/at-rule/media/input.css:6:1] 6 | @media print {} 7 | @media screen and (color) {} : ^^^^^^^ 8 | @media screen and (color), projection and (color) {} `---- x MediaConditionWithoutOrType ,-[$DIR/tests/fixture/at-rule/media/input.css:6:1] 6 | @media print {} 7 | @media screen and (color) {} : ^^^^^^^ 8 | @media screen and (color), projection and (color) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:6:1] 6 | @media print {} 7 | @media screen and (color) {} : ^^^^^^^ 8 | @media screen and (color), projection and (color) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:6:1] 6 | @media print {} 7 | @media screen and (color) {} : ^^^^^^^ 8 | @media screen and (color), projection and (color) {} `---- x MediaFeatureBoolean ,-[$DIR/tests/fixture/at-rule/media/input.css:6:1] 6 | @media print {} 7 | @media screen and (color) {} : ^^^^^^^ 8 | @media screen and (color), projection and (color) {} `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:6:1] 6 | @media print {} 7 | @media screen and (color) {} : ^^^^^ 8 | @media screen and (color), projection and (color) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:6:1] 6 | @media print {} 7 | @media screen and (color) {} : ^^^^^ 8 | @media screen and (color), projection and (color) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:6:1] 6 | @media print {} 7 | @media screen and (color) {} : ^^ 8 | @media screen and (color), projection and (color) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:6:1] 6 | @media print {} 7 | @media screen and (color) {} : ^ 8 | @media screen and (color), projection and (color) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:7:1] 7 | @media screen and (color) {} 8 | @media screen and (color), projection and (color) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 9 | @media screen and ( color ) , projection and ( color ) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:7:1] 7 | @media screen and (color) {} 8 | @media screen and (color), projection and (color) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 9 | @media screen and ( color ) , projection and ( color ) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:7:1] 7 | @media screen and (color) {} 8 | @media screen and (color), projection and (color) {} : ^^^^^ 9 | @media screen and ( color ) , projection and ( color ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:7:1] 7 | @media screen and (color) {} 8 | @media screen and (color), projection and (color) {} : ^^^^^ 9 | @media screen and ( color ) , projection and ( color ) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:7:1] 7 | @media screen and (color) {} 8 | @media screen and (color), projection and (color) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 9 | @media screen and ( color ) , projection and ( color ) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:7:1] 7 | @media screen and (color) {} 8 | @media screen and (color), projection and (color) {} : ^^^^^^^^^^^^^^^^^^ 9 | @media screen and ( color ) , projection and ( color ) {} `---- x MediaType ,-[$DIR/tests/fixture/at-rule/media/input.css:7:1] 7 | @media screen and (color) {} 8 | @media screen and (color), projection and (color) {} : ^^^^^^ 9 | @media screen and ( color ) , projection and ( color ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:7:1] 7 | @media screen and (color) {} 8 | @media screen and (color), projection and (color) {} : ^^^^^^ 9 | @media screen and ( color ) , projection and ( color ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:7:1] 7 | @media screen and (color) {} 8 | @media screen and (color), projection and (color) {} : ^^^ 9 | @media screen and ( color ) , projection and ( color ) {} `---- x MediaConditionWithoutOr ,-[$DIR/tests/fixture/at-rule/media/input.css:7:1] 7 | @media screen and (color) {} 8 | @media screen and (color), projection and (color) {} : ^^^^^^^ 9 | @media screen and ( color ) , projection and ( color ) {} `---- x MediaConditionWithoutOrType ,-[$DIR/tests/fixture/at-rule/media/input.css:7:1] 7 | @media screen and (color) {} 8 | @media screen and (color), projection and (color) {} : ^^^^^^^ 9 | @media screen and ( color ) , projection and ( color ) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:7:1] 7 | @media screen and (color) {} 8 | @media screen and (color), projection and (color) {} : ^^^^^^^ 9 | @media screen and ( color ) , projection and ( color ) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:7:1] 7 | @media screen and (color) {} 8 | @media screen and (color), projection and (color) {} : ^^^^^^^ 9 | @media screen and ( color ) , projection and ( color ) {} `---- x MediaFeatureBoolean ,-[$DIR/tests/fixture/at-rule/media/input.css:7:1] 7 | @media screen and (color) {} 8 | @media screen and (color), projection and (color) {} : ^^^^^^^ 9 | @media screen and ( color ) , projection and ( color ) {} `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:7:1] 7 | @media screen and (color) {} 8 | @media screen and (color), projection and (color) {} : ^^^^^ 9 | @media screen and ( color ) , projection and ( color ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:7:1] 7 | @media screen and (color) {} 8 | @media screen and (color), projection and (color) {} : ^^^^^ 9 | @media screen and ( color ) , projection and ( color ) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:7:1] 7 | @media screen and (color) {} 8 | @media screen and (color), projection and (color) {} : ^^^^^^^^^^^^^^^^^^^^^^ 9 | @media screen and ( color ) , projection and ( color ) {} `---- x MediaType ,-[$DIR/tests/fixture/at-rule/media/input.css:7:1] 7 | @media screen and (color) {} 8 | @media screen and (color), projection and (color) {} : ^^^^^^^^^^ 9 | @media screen and ( color ) , projection and ( color ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:7:1] 7 | @media screen and (color) {} 8 | @media screen and (color), projection and (color) {} : ^^^^^^^^^^ 9 | @media screen and ( color ) , projection and ( color ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:7:1] 7 | @media screen and (color) {} 8 | @media screen and (color), projection and (color) {} : ^^^ 9 | @media screen and ( color ) , projection and ( color ) {} `---- x MediaConditionWithoutOr ,-[$DIR/tests/fixture/at-rule/media/input.css:7:1] 7 | @media screen and (color) {} 8 | @media screen and (color), projection and (color) {} : ^^^^^^^ 9 | @media screen and ( color ) , projection and ( color ) {} `---- x MediaConditionWithoutOrType ,-[$DIR/tests/fixture/at-rule/media/input.css:7:1] 7 | @media screen and (color) {} 8 | @media screen and (color), projection and (color) {} : ^^^^^^^ 9 | @media screen and ( color ) , projection and ( color ) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:7:1] 7 | @media screen and (color) {} 8 | @media screen and (color), projection and (color) {} : ^^^^^^^ 9 | @media screen and ( color ) , projection and ( color ) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:7:1] 7 | @media screen and (color) {} 8 | @media screen and (color), projection and (color) {} : ^^^^^^^ 9 | @media screen and ( color ) , projection and ( color ) {} `---- x MediaFeatureBoolean ,-[$DIR/tests/fixture/at-rule/media/input.css:7:1] 7 | @media screen and (color) {} 8 | @media screen and (color), projection and (color) {} : ^^^^^^^ 9 | @media screen and ( color ) , projection and ( color ) {} `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:7:1] 7 | @media screen and (color) {} 8 | @media screen and (color), projection and (color) {} : ^^^^^ 9 | @media screen and ( color ) , projection and ( color ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:7:1] 7 | @media screen and (color) {} 8 | @media screen and (color), projection and (color) {} : ^^^^^ 9 | @media screen and ( color ) , projection and ( color ) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:7:1] 7 | @media screen and (color) {} 8 | @media screen and (color), projection and (color) {} : ^^ 9 | @media screen and ( color ) , projection and ( color ) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:7:1] 7 | @media screen and (color) {} 8 | @media screen and (color), projection and (color) {} : ^ 9 | @media screen and ( color ) , projection and ( color ) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:8:1] 8 | @media screen and (color), projection and (color) {} 9 | @media screen and ( color ) , projection and ( color ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 10 | @media print and (min-resolution: 118dpcm) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:8:1] 8 | @media screen and (color), projection and (color) {} 9 | @media screen and ( color ) , projection and ( color ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 10 | @media print and (min-resolution: 118dpcm) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:8:1] 8 | @media screen and (color), projection and (color) {} 9 | @media screen and ( color ) , projection and ( color ) {} : ^^^^^ 10 | @media print and (min-resolution: 118dpcm) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:8:1] 8 | @media screen and (color), projection and (color) {} 9 | @media screen and ( color ) , projection and ( color ) {} : ^^^^^ 10 | @media print and (min-resolution: 118dpcm) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:8:1] 8 | @media screen and (color), projection and (color) {} 9 | @media screen and ( color ) , projection and ( color ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 10 | @media print and (min-resolution: 118dpcm) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:8:1] 8 | @media screen and (color), projection and (color) {} 9 | @media screen and ( color ) , projection and ( color ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 10 | @media print and (min-resolution: 118dpcm) {} `---- x MediaType ,-[$DIR/tests/fixture/at-rule/media/input.css:8:1] 8 | @media screen and (color), projection and (color) {} 9 | @media screen and ( color ) , projection and ( color ) {} : ^^^^^^ 10 | @media print and (min-resolution: 118dpcm) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:8:1] 8 | @media screen and (color), projection and (color) {} 9 | @media screen and ( color ) , projection and ( color ) {} : ^^^^^^ 10 | @media print and (min-resolution: 118dpcm) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:8:1] 8 | @media screen and (color), projection and (color) {} 9 | @media screen and ( color ) , projection and ( color ) {} : ^^^ 10 | @media print and (min-resolution: 118dpcm) {} `---- x MediaConditionWithoutOr ,-[$DIR/tests/fixture/at-rule/media/input.css:8:1] 8 | @media screen and (color), projection and (color) {} 9 | @media screen and ( color ) , projection and ( color ) {} : ^^^^^^^^^^^^^ 10 | @media print and (min-resolution: 118dpcm) {} `---- x MediaConditionWithoutOrType ,-[$DIR/tests/fixture/at-rule/media/input.css:8:1] 8 | @media screen and (color), projection and (color) {} 9 | @media screen and ( color ) , projection and ( color ) {} : ^^^^^^^^^^^^^ 10 | @media print and (min-resolution: 118dpcm) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:8:1] 8 | @media screen and (color), projection and (color) {} 9 | @media screen and ( color ) , projection and ( color ) {} : ^^^^^^^^^^^^^ 10 | @media print and (min-resolution: 118dpcm) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:8:1] 8 | @media screen and (color), projection and (color) {} 9 | @media screen and ( color ) , projection and ( color ) {} : ^^^^^^^^^^^^^ 10 | @media print and (min-resolution: 118dpcm) {} `---- x MediaFeatureBoolean ,-[$DIR/tests/fixture/at-rule/media/input.css:8:1] 8 | @media screen and (color), projection and (color) {} 9 | @media screen and ( color ) , projection and ( color ) {} : ^^^^^^^^^^^^^ 10 | @media print and (min-resolution: 118dpcm) {} `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:8:1] 8 | @media screen and (color), projection and (color) {} 9 | @media screen and ( color ) , projection and ( color ) {} : ^^^^^ 10 | @media print and (min-resolution: 118dpcm) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:8:1] 8 | @media screen and (color), projection and (color) {} 9 | @media screen and ( color ) , projection and ( color ) {} : ^^^^^ 10 | @media print and (min-resolution: 118dpcm) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:8:1] 8 | @media screen and (color), projection and (color) {} 9 | @media screen and ( color ) , projection and ( color ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 10 | @media print and (min-resolution: 118dpcm) {} `---- x MediaType ,-[$DIR/tests/fixture/at-rule/media/input.css:8:1] 8 | @media screen and (color), projection and (color) {} 9 | @media screen and ( color ) , projection and ( color ) {} : ^^^^^^^^^^ 10 | @media print and (min-resolution: 118dpcm) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:8:1] 8 | @media screen and (color), projection and (color) {} 9 | @media screen and ( color ) , projection and ( color ) {} : ^^^^^^^^^^ 10 | @media print and (min-resolution: 118dpcm) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:8:1] 8 | @media screen and (color), projection and (color) {} 9 | @media screen and ( color ) , projection and ( color ) {} : ^^^ 10 | @media print and (min-resolution: 118dpcm) {} `---- x MediaConditionWithoutOr ,-[$DIR/tests/fixture/at-rule/media/input.css:8:1] 8 | @media screen and (color), projection and (color) {} 9 | @media screen and ( color ) , projection and ( color ) {} : ^^^^^^^^^^^^^ 10 | @media print and (min-resolution: 118dpcm) {} `---- x MediaConditionWithoutOrType ,-[$DIR/tests/fixture/at-rule/media/input.css:8:1] 8 | @media screen and (color), projection and (color) {} 9 | @media screen and ( color ) , projection and ( color ) {} : ^^^^^^^^^^^^^ 10 | @media print and (min-resolution: 118dpcm) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:8:1] 8 | @media screen and (color), projection and (color) {} 9 | @media screen and ( color ) , projection and ( color ) {} : ^^^^^^^^^^^^^ 10 | @media print and (min-resolution: 118dpcm) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:8:1] 8 | @media screen and (color), projection and (color) {} 9 | @media screen and ( color ) , projection and ( color ) {} : ^^^^^^^^^^^^^ 10 | @media print and (min-resolution: 118dpcm) {} `---- x MediaFeatureBoolean ,-[$DIR/tests/fixture/at-rule/media/input.css:8:1] 8 | @media screen and (color), projection and (color) {} 9 | @media screen and ( color ) , projection and ( color ) {} : ^^^^^^^^^^^^^ 10 | @media print and (min-resolution: 118dpcm) {} `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:8:1] 8 | @media screen and (color), projection and (color) {} 9 | @media screen and ( color ) , projection and ( color ) {} : ^^^^^ 10 | @media print and (min-resolution: 118dpcm) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:8:1] 8 | @media screen and (color), projection and (color) {} 9 | @media screen and ( color ) , projection and ( color ) {} : ^^^^^ 10 | @media print and (min-resolution: 118dpcm) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:8:1] 8 | @media screen and (color), projection and (color) {} 9 | @media screen and ( color ) , projection and ( color ) {} : ^^ 10 | @media print and (min-resolution: 118dpcm) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:8:1] 8 | @media screen and (color), projection and (color) {} 9 | @media screen and ( color ) , projection and ( color ) {} : ^ 10 | @media print and (min-resolution: 118dpcm) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:9:1] 9 | @media screen and ( color ) , projection and ( color ) {} 10 | @media print and (min-resolution: 118dpcm) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 11 | @media all {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:9:1] 9 | @media screen and ( color ) , projection and ( color ) {} 10 | @media print and (min-resolution: 118dpcm) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 11 | @media all {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:9:1] 9 | @media screen and ( color ) , projection and ( color ) {} 10 | @media print and (min-resolution: 118dpcm) {} : ^^^^^ 11 | @media all {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:9:1] 9 | @media screen and ( color ) , projection and ( color ) {} 10 | @media print and (min-resolution: 118dpcm) {} : ^^^^^ 11 | @media all {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:9:1] 9 | @media screen and ( color ) , projection and ( color ) {} 10 | @media print and (min-resolution: 118dpcm) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 11 | @media all {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:9:1] 9 | @media screen and ( color ) , projection and ( color ) {} 10 | @media print and (min-resolution: 118dpcm) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 11 | @media all {} `---- x MediaType ,-[$DIR/tests/fixture/at-rule/media/input.css:9:1] 9 | @media screen and ( color ) , projection and ( color ) {} 10 | @media print and (min-resolution: 118dpcm) {} : ^^^^^ 11 | @media all {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:9:1] 9 | @media screen and ( color ) , projection and ( color ) {} 10 | @media print and (min-resolution: 118dpcm) {} : ^^^^^ 11 | @media all {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:9:1] 9 | @media screen and ( color ) , projection and ( color ) {} 10 | @media print and (min-resolution: 118dpcm) {} : ^^^ 11 | @media all {} `---- x MediaConditionWithoutOr ,-[$DIR/tests/fixture/at-rule/media/input.css:9:1] 9 | @media screen and ( color ) , projection and ( color ) {} 10 | @media print and (min-resolution: 118dpcm) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^ 11 | @media all {} `---- x MediaConditionWithoutOrType ,-[$DIR/tests/fixture/at-rule/media/input.css:9:1] 9 | @media screen and ( color ) , projection and ( color ) {} 10 | @media print and (min-resolution: 118dpcm) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^ 11 | @media all {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:9:1] 9 | @media screen and ( color ) , projection and ( color ) {} 10 | @media print and (min-resolution: 118dpcm) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^ 11 | @media all {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:9:1] 9 | @media screen and ( color ) , projection and ( color ) {} 10 | @media print and (min-resolution: 118dpcm) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^ 11 | @media all {} `---- x MediaFeaturePlain ,-[$DIR/tests/fixture/at-rule/media/input.css:9:1] 9 | @media screen and ( color ) , projection and ( color ) {} 10 | @media print and (min-resolution: 118dpcm) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^ 11 | @media all {} `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:9:1] 9 | @media screen and ( color ) , projection and ( color ) {} 10 | @media print and (min-resolution: 118dpcm) {} : ^^^^^^^^^^^^^^ 11 | @media all {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:9:1] 9 | @media screen and ( color ) , projection and ( color ) {} 10 | @media print and (min-resolution: 118dpcm) {} : ^^^^^^^^^^^^^^ 11 | @media all {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:9:1] 9 | @media screen and ( color ) , projection and ( color ) {} 10 | @media print and (min-resolution: 118dpcm) {} : ^^^^^^^ 11 | @media all {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:9:1] 9 | @media screen and ( color ) , projection and ( color ) {} 10 | @media print and (min-resolution: 118dpcm) {} : ^^^^^^^ 11 | @media all {} `---- x Resolution ,-[$DIR/tests/fixture/at-rule/media/input.css:9:1] 9 | @media screen and ( color ) , projection and ( color ) {} 10 | @media print and (min-resolution: 118dpcm) {} : ^^^^^^^ 11 | @media all {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:9:1] 9 | @media screen and ( color ) , projection and ( color ) {} 10 | @media print and (min-resolution: 118dpcm) {} : ^^^ 11 | @media all {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:9:1] 9 | @media screen and ( color ) , projection and ( color ) {} 10 | @media print and (min-resolution: 118dpcm) {} : ^^^^ 11 | @media all {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:9:1] 9 | @media screen and ( color ) , projection and ( color ) {} 10 | @media print and (min-resolution: 118dpcm) {} : ^^ 11 | @media all {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:9:1] 9 | @media screen and ( color ) , projection and ( color ) {} 10 | @media print and (min-resolution: 118dpcm) {} : ^ 11 | @media all {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:10:1] 10 | @media print and (min-resolution: 118dpcm) {} 11 | @media all {} : ^^^^^^^^^^^^^^^^^^^ 12 | @media screen and (color) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:10:1] 10 | @media print and (min-resolution: 118dpcm) {} 11 | @media all {} : ^^^^^^^^^^^^^^^^^^^ 12 | @media screen and (color) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:10:1] 10 | @media print and (min-resolution: 118dpcm) {} 11 | @media all {} : ^^^^^ 12 | @media screen and (color) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:10:1] 10 | @media print and (min-resolution: 118dpcm) {} 11 | @media all {} : ^^^^^ 12 | @media screen and (color) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:10:1] 10 | @media print and (min-resolution: 118dpcm) {} 11 | @media all {} : ^^^ 12 | @media screen and (color) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:10:1] 10 | @media print and (min-resolution: 118dpcm) {} 11 | @media all {} : ^^^ 12 | @media screen and (color) {} `---- x MediaType ,-[$DIR/tests/fixture/at-rule/media/input.css:10:1] 10 | @media print and (min-resolution: 118dpcm) {} 11 | @media all {} : ^^^ 12 | @media screen and (color) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:10:1] 10 | @media print and (min-resolution: 118dpcm) {} 11 | @media all {} : ^^^ 12 | @media screen and (color) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:10:1] 10 | @media print and (min-resolution: 118dpcm) {} 11 | @media all {} : ^^ 12 | @media screen and (color) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:10:1] 10 | @media print and (min-resolution: 118dpcm) {} 11 | @media all {} : ^ 12 | @media screen and (color) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:11:1] 11 | @media all {} 12 | @media screen and (color) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 13 | @media screen and ( color ) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:11:1] 11 | @media all {} 12 | @media screen and (color) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 13 | @media screen and ( color ) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:11:1] 11 | @media all {} 12 | @media screen and (color) {} : ^^^^^ 13 | @media screen and ( color ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:11:1] 11 | @media all {} 12 | @media screen and (color) {} : ^^^^^ 13 | @media screen and ( color ) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:11:1] 11 | @media all {} 12 | @media screen and (color) {} : ^^^^^^^^^^^^^^^^^^ 13 | @media screen and ( color ) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:11:1] 11 | @media all {} 12 | @media screen and (color) {} : ^^^^^^^^^^^^^^^^^^ 13 | @media screen and ( color ) {} `---- x MediaType ,-[$DIR/tests/fixture/at-rule/media/input.css:11:1] 11 | @media all {} 12 | @media screen and (color) {} : ^^^^^^ 13 | @media screen and ( color ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:11:1] 11 | @media all {} 12 | @media screen and (color) {} : ^^^^^^ 13 | @media screen and ( color ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:11:1] 11 | @media all {} 12 | @media screen and (color) {} : ^^^ 13 | @media screen and ( color ) {} `---- x MediaConditionWithoutOr ,-[$DIR/tests/fixture/at-rule/media/input.css:11:1] 11 | @media all {} 12 | @media screen and (color) {} : ^^^^^^^ 13 | @media screen and ( color ) {} `---- x MediaConditionWithoutOrType ,-[$DIR/tests/fixture/at-rule/media/input.css:11:1] 11 | @media all {} 12 | @media screen and (color) {} : ^^^^^^^ 13 | @media screen and ( color ) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:11:1] 11 | @media all {} 12 | @media screen and (color) {} : ^^^^^^^ 13 | @media screen and ( color ) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:11:1] 11 | @media all {} 12 | @media screen and (color) {} : ^^^^^^^ 13 | @media screen and ( color ) {} `---- x MediaFeatureBoolean ,-[$DIR/tests/fixture/at-rule/media/input.css:11:1] 11 | @media all {} 12 | @media screen and (color) {} : ^^^^^^^ 13 | @media screen and ( color ) {} `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:11:1] 11 | @media all {} 12 | @media screen and (color) {} : ^^^^^ 13 | @media screen and ( color ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:11:1] 11 | @media all {} 12 | @media screen and (color) {} : ^^^^^ 13 | @media screen and ( color ) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:11:1] 11 | @media all {} 12 | @media screen and (color) {} : ^^ 13 | @media screen and ( color ) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:11:1] 11 | @media all {} 12 | @media screen and (color) {} : ^ 13 | @media screen and ( color ) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:12:1] 12 | @media screen and (color) {} 13 | @media screen and ( color ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:12:1] 12 | @media screen and (color) {} 13 | @media screen and ( color ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:12:1] 12 | @media screen and (color) {} 13 | @media screen and ( color ) {} : ^^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:12:1] 12 | @media screen and (color) {} 13 | @media screen and ( color ) {} : ^^^^^ `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:12:1] 12 | @media screen and (color) {} 13 | @media screen and ( color ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:12:1] 12 | @media screen and (color) {} 13 | @media screen and ( color ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x MediaType ,-[$DIR/tests/fixture/at-rule/media/input.css:12:1] 12 | @media screen and (color) {} 13 | @media screen and ( color ) {} : ^^^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:12:1] 12 | @media screen and (color) {} 13 | @media screen and ( color ) {} : ^^^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:12:1] 12 | @media screen and (color) {} 13 | @media screen and ( color ) {} : ^^^ `---- x MediaConditionWithoutOr ,-[$DIR/tests/fixture/at-rule/media/input.css:12:1] 12 | @media screen and (color) {} 13 | @media screen and ( color ) {} : ^^^^^^^^^^^^^ `---- x MediaConditionWithoutOrType ,-[$DIR/tests/fixture/at-rule/media/input.css:12:1] 12 | @media screen and (color) {} 13 | @media screen and ( color ) {} : ^^^^^^^^^^^^^ `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:12:1] 12 | @media screen and (color) {} 13 | @media screen and ( color ) {} : ^^^^^^^^^^^^^ `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:12:1] 12 | @media screen and (color) {} 13 | @media screen and ( color ) {} : ^^^^^^^^^^^^^ `---- x MediaFeatureBoolean ,-[$DIR/tests/fixture/at-rule/media/input.css:12:1] 12 | @media screen and (color) {} 13 | @media screen and ( color ) {} : ^^^^^^^^^^^^^ `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:12:1] 12 | @media screen and (color) {} 13 | @media screen and ( color ) {} : ^^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:12:1] 12 | @media screen and (color) {} 13 | @media screen and ( color ) {} : ^^^^^ `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:12:1] 12 | @media screen and (color) {} 13 | @media screen and ( color ) {} : ^^ `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:12:1] 12 | @media screen and (color) {} 13 | @media screen and ( color ) {} : ^ `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:14:1] 14 | 15 | @media not all and (monochrome) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 16 | @media not screen and (color), print and (color) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:14:1] 14 | 15 | @media not all and (monochrome) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 16 | @media not screen and (color), print and (color) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:14:1] 14 | 15 | @media not all and (monochrome) {} : ^^^^^ 16 | @media not screen and (color), print and (color) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:14:1] 14 | 15 | @media not all and (monochrome) {} : ^^^^^ 16 | @media not screen and (color), print and (color) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:14:1] 14 | 15 | @media not all and (monochrome) {} : ^^^^^^^^^^^^^^^^^^^^^^^^ 16 | @media not screen and (color), print and (color) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:14:1] 14 | 15 | @media not all and (monochrome) {} : ^^^^^^^^^^^^^^^^^^^^^^^^ 16 | @media not screen and (color), print and (color) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:14:1] 14 | 15 | @media not all and (monochrome) {} : ^^^ 16 | @media not screen and (color), print and (color) {} `---- x MediaType ,-[$DIR/tests/fixture/at-rule/media/input.css:14:1] 14 | 15 | @media not all and (monochrome) {} : ^^^ 16 | @media not screen and (color), print and (color) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:14:1] 14 | 15 | @media not all and (monochrome) {} : ^^^ 16 | @media not screen and (color), print and (color) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:14:1] 14 | 15 | @media not all and (monochrome) {} : ^^^ 16 | @media not screen and (color), print and (color) {} `---- x MediaConditionWithoutOr ,-[$DIR/tests/fixture/at-rule/media/input.css:14:1] 14 | 15 | @media not all and (monochrome) {} : ^^^^^^^^^^^^ 16 | @media not screen and (color), print and (color) {} `---- x MediaConditionWithoutOrType ,-[$DIR/tests/fixture/at-rule/media/input.css:14:1] 14 | 15 | @media not all and (monochrome) {} : ^^^^^^^^^^^^ 16 | @media not screen and (color), print and (color) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:14:1] 14 | 15 | @media not all and (monochrome) {} : ^^^^^^^^^^^^ 16 | @media not screen and (color), print and (color) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:14:1] 14 | 15 | @media not all and (monochrome) {} : ^^^^^^^^^^^^ 16 | @media not screen and (color), print and (color) {} `---- x MediaFeatureBoolean ,-[$DIR/tests/fixture/at-rule/media/input.css:14:1] 14 | 15 | @media not all and (monochrome) {} : ^^^^^^^^^^^^ 16 | @media not screen and (color), print and (color) {} `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:14:1] 14 | 15 | @media not all and (monochrome) {} : ^^^^^^^^^^ 16 | @media not screen and (color), print and (color) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:14:1] 14 | 15 | @media not all and (monochrome) {} : ^^^^^^^^^^ 16 | @media not screen and (color), print and (color) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:14:1] 14 | 15 | @media not all and (monochrome) {} : ^^ 16 | @media not screen and (color), print and (color) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:14:1] 14 | 15 | @media not all and (monochrome) {} : ^ 16 | @media not screen and (color), print and (color) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:15:1] 15 | @media not all and (monochrome) {} 16 | @media not screen and (color), print and (color) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 17 | @media not (device-aspect-ratio: 16/9) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:15:1] 15 | @media not all and (monochrome) {} 16 | @media not screen and (color), print and (color) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 17 | @media not (device-aspect-ratio: 16/9) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:15:1] 15 | @media not all and (monochrome) {} 16 | @media not screen and (color), print and (color) {} : ^^^^^ 17 | @media not (device-aspect-ratio: 16/9) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:15:1] 15 | @media not all and (monochrome) {} 16 | @media not screen and (color), print and (color) {} : ^^^^^ 17 | @media not (device-aspect-ratio: 16/9) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:15:1] 15 | @media not all and (monochrome) {} 16 | @media not screen and (color), print and (color) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 17 | @media not (device-aspect-ratio: 16/9) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:15:1] 15 | @media not all and (monochrome) {} 16 | @media not screen and (color), print and (color) {} : ^^^^^^^^^^^^^^^^^^^^^^ 17 | @media not (device-aspect-ratio: 16/9) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:15:1] 15 | @media not all and (monochrome) {} 16 | @media not screen and (color), print and (color) {} : ^^^ 17 | @media not (device-aspect-ratio: 16/9) {} `---- x MediaType ,-[$DIR/tests/fixture/at-rule/media/input.css:15:1] 15 | @media not all and (monochrome) {} 16 | @media not screen and (color), print and (color) {} : ^^^^^^ 17 | @media not (device-aspect-ratio: 16/9) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:15:1] 15 | @media not all and (monochrome) {} 16 | @media not screen and (color), print and (color) {} : ^^^^^^ 17 | @media not (device-aspect-ratio: 16/9) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:15:1] 15 | @media not all and (monochrome) {} 16 | @media not screen and (color), print and (color) {} : ^^^ 17 | @media not (device-aspect-ratio: 16/9) {} `---- x MediaConditionWithoutOr ,-[$DIR/tests/fixture/at-rule/media/input.css:15:1] 15 | @media not all and (monochrome) {} 16 | @media not screen and (color), print and (color) {} : ^^^^^^^ 17 | @media not (device-aspect-ratio: 16/9) {} `---- x MediaConditionWithoutOrType ,-[$DIR/tests/fixture/at-rule/media/input.css:15:1] 15 | @media not all and (monochrome) {} 16 | @media not screen and (color), print and (color) {} : ^^^^^^^ 17 | @media not (device-aspect-ratio: 16/9) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:15:1] 15 | @media not all and (monochrome) {} 16 | @media not screen and (color), print and (color) {} : ^^^^^^^ 17 | @media not (device-aspect-ratio: 16/9) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:15:1] 15 | @media not all and (monochrome) {} 16 | @media not screen and (color), print and (color) {} : ^^^^^^^ 17 | @media not (device-aspect-ratio: 16/9) {} `---- x MediaFeatureBoolean ,-[$DIR/tests/fixture/at-rule/media/input.css:15:1] 15 | @media not all and (monochrome) {} 16 | @media not screen and (color), print and (color) {} : ^^^^^^^ 17 | @media not (device-aspect-ratio: 16/9) {} `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:15:1] 15 | @media not all and (monochrome) {} 16 | @media not screen and (color), print and (color) {} : ^^^^^ 17 | @media not (device-aspect-ratio: 16/9) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:15:1] 15 | @media not all and (monochrome) {} 16 | @media not screen and (color), print and (color) {} : ^^^^^ 17 | @media not (device-aspect-ratio: 16/9) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:15:1] 15 | @media not all and (monochrome) {} 16 | @media not screen and (color), print and (color) {} : ^^^^^^^^^^^^^^^^^ 17 | @media not (device-aspect-ratio: 16/9) {} `---- x MediaType ,-[$DIR/tests/fixture/at-rule/media/input.css:15:1] 15 | @media not all and (monochrome) {} 16 | @media not screen and (color), print and (color) {} : ^^^^^ 17 | @media not (device-aspect-ratio: 16/9) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:15:1] 15 | @media not all and (monochrome) {} 16 | @media not screen and (color), print and (color) {} : ^^^^^ 17 | @media not (device-aspect-ratio: 16/9) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:15:1] 15 | @media not all and (monochrome) {} 16 | @media not screen and (color), print and (color) {} : ^^^ 17 | @media not (device-aspect-ratio: 16/9) {} `---- x MediaConditionWithoutOr ,-[$DIR/tests/fixture/at-rule/media/input.css:15:1] 15 | @media not all and (monochrome) {} 16 | @media not screen and (color), print and (color) {} : ^^^^^^^ 17 | @media not (device-aspect-ratio: 16/9) {} `---- x MediaConditionWithoutOrType ,-[$DIR/tests/fixture/at-rule/media/input.css:15:1] 15 | @media not all and (monochrome) {} 16 | @media not screen and (color), print and (color) {} : ^^^^^^^ 17 | @media not (device-aspect-ratio: 16/9) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:15:1] 15 | @media not all and (monochrome) {} 16 | @media not screen and (color), print and (color) {} : ^^^^^^^ 17 | @media not (device-aspect-ratio: 16/9) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:15:1] 15 | @media not all and (monochrome) {} 16 | @media not screen and (color), print and (color) {} : ^^^^^^^ 17 | @media not (device-aspect-ratio: 16/9) {} `---- x MediaFeatureBoolean ,-[$DIR/tests/fixture/at-rule/media/input.css:15:1] 15 | @media not all and (monochrome) {} 16 | @media not screen and (color), print and (color) {} : ^^^^^^^ 17 | @media not (device-aspect-ratio: 16/9) {} `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:15:1] 15 | @media not all and (monochrome) {} 16 | @media not screen and (color), print and (color) {} : ^^^^^ 17 | @media not (device-aspect-ratio: 16/9) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:15:1] 15 | @media not all and (monochrome) {} 16 | @media not screen and (color), print and (color) {} : ^^^^^ 17 | @media not (device-aspect-ratio: 16/9) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:15:1] 15 | @media not all and (monochrome) {} 16 | @media not screen and (color), print and (color) {} : ^^ 17 | @media not (device-aspect-ratio: 16/9) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:15:1] 15 | @media not all and (monochrome) {} 16 | @media not screen and (color), print and (color) {} : ^ 17 | @media not (device-aspect-ratio: 16/9) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:16:1] 16 | @media not screen and (color), print and (color) {} 17 | @media not (device-aspect-ratio: 16/9) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 18 | @media not (device-aspect-ratio: 16 / 9) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:16:1] 16 | @media not screen and (color), print and (color) {} 17 | @media not (device-aspect-ratio: 16/9) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 18 | @media not (device-aspect-ratio: 16 / 9) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:16:1] 16 | @media not screen and (color), print and (color) {} 17 | @media not (device-aspect-ratio: 16/9) {} : ^^^^^ 18 | @media not (device-aspect-ratio: 16 / 9) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:16:1] 16 | @media not screen and (color), print and (color) {} 17 | @media not (device-aspect-ratio: 16/9) {} : ^^^^^ 18 | @media not (device-aspect-ratio: 16 / 9) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:16:1] 16 | @media not screen and (color), print and (color) {} 17 | @media not (device-aspect-ratio: 16/9) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 18 | @media not (device-aspect-ratio: 16 / 9) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:16:1] 16 | @media not screen and (color), print and (color) {} 17 | @media not (device-aspect-ratio: 16/9) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 18 | @media not (device-aspect-ratio: 16 / 9) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:16:1] 16 | @media not screen and (color), print and (color) {} 17 | @media not (device-aspect-ratio: 16/9) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 18 | @media not (device-aspect-ratio: 16 / 9) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:16:1] 16 | @media not screen and (color), print and (color) {} 17 | @media not (device-aspect-ratio: 16/9) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 18 | @media not (device-aspect-ratio: 16 / 9) {} `---- x MediaNot ,-[$DIR/tests/fixture/at-rule/media/input.css:16:1] 16 | @media not screen and (color), print and (color) {} 17 | @media not (device-aspect-ratio: 16/9) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 18 | @media not (device-aspect-ratio: 16 / 9) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:16:1] 16 | @media not screen and (color), print and (color) {} 17 | @media not (device-aspect-ratio: 16/9) {} : ^^^ 18 | @media not (device-aspect-ratio: 16 / 9) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:16:1] 16 | @media not screen and (color), print and (color) {} 17 | @media not (device-aspect-ratio: 16/9) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 18 | @media not (device-aspect-ratio: 16 / 9) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:16:1] 16 | @media not screen and (color), print and (color) {} 17 | @media not (device-aspect-ratio: 16/9) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 18 | @media not (device-aspect-ratio: 16 / 9) {} `---- x MediaFeaturePlain ,-[$DIR/tests/fixture/at-rule/media/input.css:16:1] 16 | @media not screen and (color), print and (color) {} 17 | @media not (device-aspect-ratio: 16/9) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 18 | @media not (device-aspect-ratio: 16 / 9) {} `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:16:1] 16 | @media not screen and (color), print and (color) {} 17 | @media not (device-aspect-ratio: 16/9) {} : ^^^^^^^^^^^^^^^^^^^ 18 | @media not (device-aspect-ratio: 16 / 9) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:16:1] 16 | @media not screen and (color), print and (color) {} 17 | @media not (device-aspect-ratio: 16/9) {} : ^^^^^^^^^^^^^^^^^^^ 18 | @media not (device-aspect-ratio: 16 / 9) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:16:1] 16 | @media not screen and (color), print and (color) {} 17 | @media not (device-aspect-ratio: 16/9) {} : ^^^^ 18 | @media not (device-aspect-ratio: 16 / 9) {} `---- x Ratio ,-[$DIR/tests/fixture/at-rule/media/input.css:16:1] 16 | @media not screen and (color), print and (color) {} 17 | @media not (device-aspect-ratio: 16/9) {} : ^^^^ 18 | @media not (device-aspect-ratio: 16 / 9) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:16:1] 16 | @media not screen and (color), print and (color) {} 17 | @media not (device-aspect-ratio: 16/9) {} : ^^ 18 | @media not (device-aspect-ratio: 16 / 9) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:16:1] 16 | @media not screen and (color), print and (color) {} 17 | @media not (device-aspect-ratio: 16/9) {} : ^ 18 | @media not (device-aspect-ratio: 16 / 9) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:16:1] 16 | @media not screen and (color), print and (color) {} 17 | @media not (device-aspect-ratio: 16/9) {} : ^^ 18 | @media not (device-aspect-ratio: 16 / 9) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:16:1] 16 | @media not screen and (color), print and (color) {} 17 | @media not (device-aspect-ratio: 16/9) {} : ^ 18 | @media not (device-aspect-ratio: 16 / 9) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:17:1] 17 | @media not (device-aspect-ratio: 16/9) {} 18 | @media not (device-aspect-ratio: 16 / 9) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 19 | @media not all {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:17:1] 17 | @media not (device-aspect-ratio: 16/9) {} 18 | @media not (device-aspect-ratio: 16 / 9) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 19 | @media not all {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:17:1] 17 | @media not (device-aspect-ratio: 16/9) {} 18 | @media not (device-aspect-ratio: 16 / 9) {} : ^^^^^ 19 | @media not all {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:17:1] 17 | @media not (device-aspect-ratio: 16/9) {} 18 | @media not (device-aspect-ratio: 16 / 9) {} : ^^^^^ 19 | @media not all {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:17:1] 17 | @media not (device-aspect-ratio: 16/9) {} 18 | @media not (device-aspect-ratio: 16 / 9) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 19 | @media not all {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:17:1] 17 | @media not (device-aspect-ratio: 16/9) {} 18 | @media not (device-aspect-ratio: 16 / 9) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 19 | @media not all {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:17:1] 17 | @media not (device-aspect-ratio: 16/9) {} 18 | @media not (device-aspect-ratio: 16 / 9) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 19 | @media not all {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:17:1] 17 | @media not (device-aspect-ratio: 16/9) {} 18 | @media not (device-aspect-ratio: 16 / 9) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 19 | @media not all {} `---- x MediaNot ,-[$DIR/tests/fixture/at-rule/media/input.css:17:1] 17 | @media not (device-aspect-ratio: 16/9) {} 18 | @media not (device-aspect-ratio: 16 / 9) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 19 | @media not all {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:17:1] 17 | @media not (device-aspect-ratio: 16/9) {} 18 | @media not (device-aspect-ratio: 16 / 9) {} : ^^^ 19 | @media not all {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:17:1] 17 | @media not (device-aspect-ratio: 16/9) {} 18 | @media not (device-aspect-ratio: 16 / 9) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 19 | @media not all {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:17:1] 17 | @media not (device-aspect-ratio: 16/9) {} 18 | @media not (device-aspect-ratio: 16 / 9) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 19 | @media not all {} `---- x MediaFeaturePlain ,-[$DIR/tests/fixture/at-rule/media/input.css:17:1] 17 | @media not (device-aspect-ratio: 16/9) {} 18 | @media not (device-aspect-ratio: 16 / 9) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 19 | @media not all {} `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:17:1] 17 | @media not (device-aspect-ratio: 16/9) {} 18 | @media not (device-aspect-ratio: 16 / 9) {} : ^^^^^^^^^^^^^^^^^^^ 19 | @media not all {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:17:1] 17 | @media not (device-aspect-ratio: 16/9) {} 18 | @media not (device-aspect-ratio: 16 / 9) {} : ^^^^^^^^^^^^^^^^^^^ 19 | @media not all {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:17:1] 17 | @media not (device-aspect-ratio: 16/9) {} 18 | @media not (device-aspect-ratio: 16 / 9) {} : ^^^^^^ 19 | @media not all {} `---- x Ratio ,-[$DIR/tests/fixture/at-rule/media/input.css:17:1] 17 | @media not (device-aspect-ratio: 16/9) {} 18 | @media not (device-aspect-ratio: 16 / 9) {} : ^^^^^^ 19 | @media not all {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:17:1] 17 | @media not (device-aspect-ratio: 16/9) {} 18 | @media not (device-aspect-ratio: 16 / 9) {} : ^^ 19 | @media not all {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:17:1] 17 | @media not (device-aspect-ratio: 16/9) {} 18 | @media not (device-aspect-ratio: 16 / 9) {} : ^ 19 | @media not all {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:17:1] 17 | @media not (device-aspect-ratio: 16/9) {} 18 | @media not (device-aspect-ratio: 16 / 9) {} : ^^ 19 | @media not all {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:17:1] 17 | @media not (device-aspect-ratio: 16/9) {} 18 | @media not (device-aspect-ratio: 16 / 9) {} : ^ 19 | @media not all {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:18:1] 18 | @media not (device-aspect-ratio: 16 / 9) {} 19 | @media not all {} : ^^^^^^^^^^^^^^^^^ 20 | @media not all {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:18:1] 18 | @media not (device-aspect-ratio: 16 / 9) {} 19 | @media not all {} : ^^^^^^^^^^^^^^^^^ 20 | @media not all {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:18:1] 18 | @media not (device-aspect-ratio: 16 / 9) {} 19 | @media not all {} : ^^^^^ 20 | @media not all {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:18:1] 18 | @media not (device-aspect-ratio: 16 / 9) {} 19 | @media not all {} : ^^^^^ 20 | @media not all {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:18:1] 18 | @media not (device-aspect-ratio: 16 / 9) {} 19 | @media not all {} : ^^^^^^^ 20 | @media not all {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:18:1] 18 | @media not (device-aspect-ratio: 16 / 9) {} 19 | @media not all {} : ^^^^^^^ 20 | @media not all {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:18:1] 18 | @media not (device-aspect-ratio: 16 / 9) {} 19 | @media not all {} : ^^^ 20 | @media not all {} `---- x MediaType ,-[$DIR/tests/fixture/at-rule/media/input.css:18:1] 18 | @media not (device-aspect-ratio: 16 / 9) {} 19 | @media not all {} : ^^^ 20 | @media not all {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:18:1] 18 | @media not (device-aspect-ratio: 16 / 9) {} 19 | @media not all {} : ^^^ 20 | @media not all {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:18:1] 18 | @media not (device-aspect-ratio: 16 / 9) {} 19 | @media not all {} : ^^ 20 | @media not all {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:18:1] 18 | @media not (device-aspect-ratio: 16 / 9) {} 19 | @media not all {} : ^ 20 | @media not all {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:19:1] 19 | @media not all {} 20 | @media not all {} : ^^^^^^^^^^^^^^^^^^^^^^^^ `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:19:1] 19 | @media not all {} 20 | @media not all {} : ^^^^^^^^^^^^^^^^^^^^^^^^ `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:19:1] 19 | @media not all {} 20 | @media not all {} : ^^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:19:1] 19 | @media not all {} 20 | @media not all {} : ^^^^^ `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:19:1] 19 | @media not all {} 20 | @media not all {} : ^^^^^^^^^ `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:19:1] 19 | @media not all {} 20 | @media not all {} : ^^^^^^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:19:1] 19 | @media not all {} 20 | @media not all {} : ^^^ `---- x MediaType ,-[$DIR/tests/fixture/at-rule/media/input.css:19:1] 19 | @media not all {} 20 | @media not all {} : ^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:19:1] 19 | @media not all {} 20 | @media not all {} : ^^^ `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:19:1] 19 | @media not all {} 20 | @media not all {} : ^^ `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:19:1] 19 | @media not all {} 20 | @media not all {} : ^ `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:21:1] 21 | 22 | @media only screen and (color) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 23 | @media only screen and ( color ) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:21:1] 21 | 22 | @media only screen and (color) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 23 | @media only screen and ( color ) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:21:1] 21 | 22 | @media only screen and (color) {} : ^^^^^ 23 | @media only screen and ( color ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:21:1] 21 | 22 | @media only screen and (color) {} : ^^^^^ 23 | @media only screen and ( color ) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:21:1] 21 | 22 | @media only screen and (color) {} : ^^^^^^^^^^^^^^^^^^^^^^^ 23 | @media only screen and ( color ) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:21:1] 21 | 22 | @media only screen and (color) {} : ^^^^^^^^^^^^^^^^^^^^^^^ 23 | @media only screen and ( color ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:21:1] 21 | 22 | @media only screen and (color) {} : ^^^^ 23 | @media only screen and ( color ) {} `---- x MediaType ,-[$DIR/tests/fixture/at-rule/media/input.css:21:1] 21 | 22 | @media only screen and (color) {} : ^^^^^^ 23 | @media only screen and ( color ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:21:1] 21 | 22 | @media only screen and (color) {} : ^^^^^^ 23 | @media only screen and ( color ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:21:1] 21 | 22 | @media only screen and (color) {} : ^^^ 23 | @media only screen and ( color ) {} `---- x MediaConditionWithoutOr ,-[$DIR/tests/fixture/at-rule/media/input.css:21:1] 21 | 22 | @media only screen and (color) {} : ^^^^^^^ 23 | @media only screen and ( color ) {} `---- x MediaConditionWithoutOrType ,-[$DIR/tests/fixture/at-rule/media/input.css:21:1] 21 | 22 | @media only screen and (color) {} : ^^^^^^^ 23 | @media only screen and ( color ) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:21:1] 21 | 22 | @media only screen and (color) {} : ^^^^^^^ 23 | @media only screen and ( color ) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:21:1] 21 | 22 | @media only screen and (color) {} : ^^^^^^^ 23 | @media only screen and ( color ) {} `---- x MediaFeatureBoolean ,-[$DIR/tests/fixture/at-rule/media/input.css:21:1] 21 | 22 | @media only screen and (color) {} : ^^^^^^^ 23 | @media only screen and ( color ) {} `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:21:1] 21 | 22 | @media only screen and (color) {} : ^^^^^ 23 | @media only screen and ( color ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:21:1] 21 | 22 | @media only screen and (color) {} : ^^^^^ 23 | @media only screen and ( color ) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:21:1] 21 | 22 | @media only screen and (color) {} : ^^ 23 | @media only screen and ( color ) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:21:1] 21 | 22 | @media only screen and (color) {} : ^ 23 | @media only screen and ( color ) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:22:1] 22 | @media only screen and (color) {} 23 | @media only screen and ( color ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:22:1] 22 | @media only screen and (color) {} 23 | @media only screen and ( color ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:22:1] 22 | @media only screen and (color) {} 23 | @media only screen and ( color ) {} : ^^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:22:1] 22 | @media only screen and (color) {} 23 | @media only screen and ( color ) {} : ^^^^^ `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:22:1] 22 | @media only screen and (color) {} 23 | @media only screen and ( color ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:22:1] 22 | @media only screen and (color) {} 23 | @media only screen and ( color ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:22:1] 22 | @media only screen and (color) {} 23 | @media only screen and ( color ) {} : ^^^^ `---- x MediaType ,-[$DIR/tests/fixture/at-rule/media/input.css:22:1] 22 | @media only screen and (color) {} 23 | @media only screen and ( color ) {} : ^^^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:22:1] 22 | @media only screen and (color) {} 23 | @media only screen and ( color ) {} : ^^^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:22:1] 22 | @media only screen and (color) {} 23 | @media only screen and ( color ) {} : ^^^ `---- x MediaConditionWithoutOr ,-[$DIR/tests/fixture/at-rule/media/input.css:22:1] 22 | @media only screen and (color) {} 23 | @media only screen and ( color ) {} : ^^^^^^^^^^^^^ `---- x MediaConditionWithoutOrType ,-[$DIR/tests/fixture/at-rule/media/input.css:22:1] 22 | @media only screen and (color) {} 23 | @media only screen and ( color ) {} : ^^^^^^^^^^^^^ `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:22:1] 22 | @media only screen and (color) {} 23 | @media only screen and ( color ) {} : ^^^^^^^^^^^^^ `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:22:1] 22 | @media only screen and (color) {} 23 | @media only screen and ( color ) {} : ^^^^^^^^^^^^^ `---- x MediaFeatureBoolean ,-[$DIR/tests/fixture/at-rule/media/input.css:22:1] 22 | @media only screen and (color) {} 23 | @media only screen and ( color ) {} : ^^^^^^^^^^^^^ `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:22:1] 22 | @media only screen and (color) {} 23 | @media only screen and ( color ) {} : ^^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:22:1] 22 | @media only screen and (color) {} 23 | @media only screen and ( color ) {} : ^^^^^ `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:22:1] 22 | @media only screen and (color) {} 23 | @media only screen and ( color ) {} : ^^ `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:22:1] 22 | @media only screen and (color) {} 23 | @media only screen and ( color ) {} : ^ `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:24:1] 24 | 25 | @media (min-width: 20px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 26 | @media(min-width: 20px){} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:24:1] 24 | 25 | @media (min-width: 20px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 26 | @media(min-width: 20px){} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:24:1] 24 | 25 | @media (min-width: 20px) {} : ^^^^^ 26 | @media(min-width: 20px){} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:24:1] 24 | 25 | @media (min-width: 20px) {} : ^^^^^ 26 | @media(min-width: 20px){} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:24:1] 24 | 25 | @media (min-width: 20px) {} : ^^^^^^^^^^^^^^^^^ 26 | @media(min-width: 20px){} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:24:1] 24 | 25 | @media (min-width: 20px) {} : ^^^^^^^^^^^^^^^^^ 26 | @media(min-width: 20px){} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:24:1] 24 | 25 | @media (min-width: 20px) {} : ^^^^^^^^^^^^^^^^^ 26 | @media(min-width: 20px){} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:24:1] 24 | 25 | @media (min-width: 20px) {} : ^^^^^^^^^^^^^^^^^ 26 | @media(min-width: 20px){} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:24:1] 24 | 25 | @media (min-width: 20px) {} : ^^^^^^^^^^^^^^^^^ 26 | @media(min-width: 20px){} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:24:1] 24 | 25 | @media (min-width: 20px) {} : ^^^^^^^^^^^^^^^^^ 26 | @media(min-width: 20px){} `---- x MediaFeaturePlain ,-[$DIR/tests/fixture/at-rule/media/input.css:24:1] 24 | 25 | @media (min-width: 20px) {} : ^^^^^^^^^^^^^^^^^ 26 | @media(min-width: 20px){} `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:24:1] 24 | 25 | @media (min-width: 20px) {} : ^^^^^^^^^ 26 | @media(min-width: 20px){} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:24:1] 24 | 25 | @media (min-width: 20px) {} : ^^^^^^^^^ 26 | @media(min-width: 20px){} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:24:1] 24 | 25 | @media (min-width: 20px) {} : ^^^^ 26 | @media(min-width: 20px){} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:24:1] 24 | 25 | @media (min-width: 20px) {} : ^^^^ 26 | @media(min-width: 20px){} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:24:1] 24 | 25 | @media (min-width: 20px) {} : ^^^^ 26 | @media(min-width: 20px){} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:24:1] 24 | 25 | @media (min-width: 20px) {} : ^^ 26 | @media(min-width: 20px){} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:24:1] 24 | 25 | @media (min-width: 20px) {} : ^^ 26 | @media(min-width: 20px){} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:24:1] 24 | 25 | @media (min-width: 20px) {} : ^^ 26 | @media(min-width: 20px){} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:24:1] 24 | 25 | @media (min-width: 20px) {} : ^ 26 | @media(min-width: 20px){} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:25:1] 25 | @media (min-width: 20px) {} 26 | @media(min-width: 20px){} : ^^^^^^^^^^^^^^^^^^^^^^^^^ 27 | @media ( min-width : 20px ) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:25:1] 25 | @media (min-width: 20px) {} 26 | @media(min-width: 20px){} : ^^^^^^^^^^^^^^^^^^^^^^^^^ 27 | @media ( min-width : 20px ) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:25:1] 25 | @media (min-width: 20px) {} 26 | @media(min-width: 20px){} : ^^^^^ 27 | @media ( min-width : 20px ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:25:1] 25 | @media (min-width: 20px) {} 26 | @media(min-width: 20px){} : ^^^^^ 27 | @media ( min-width : 20px ) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:25:1] 25 | @media (min-width: 20px) {} 26 | @media(min-width: 20px){} : ^^^^^^^^^^^^^^^^^ 27 | @media ( min-width : 20px ) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:25:1] 25 | @media (min-width: 20px) {} 26 | @media(min-width: 20px){} : ^^^^^^^^^^^^^^^^^ 27 | @media ( min-width : 20px ) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:25:1] 25 | @media (min-width: 20px) {} 26 | @media(min-width: 20px){} : ^^^^^^^^^^^^^^^^^ 27 | @media ( min-width : 20px ) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:25:1] 25 | @media (min-width: 20px) {} 26 | @media(min-width: 20px){} : ^^^^^^^^^^^^^^^^^ 27 | @media ( min-width : 20px ) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:25:1] 25 | @media (min-width: 20px) {} 26 | @media(min-width: 20px){} : ^^^^^^^^^^^^^^^^^ 27 | @media ( min-width : 20px ) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:25:1] 25 | @media (min-width: 20px) {} 26 | @media(min-width: 20px){} : ^^^^^^^^^^^^^^^^^ 27 | @media ( min-width : 20px ) {} `---- x MediaFeaturePlain ,-[$DIR/tests/fixture/at-rule/media/input.css:25:1] 25 | @media (min-width: 20px) {} 26 | @media(min-width: 20px){} : ^^^^^^^^^^^^^^^^^ 27 | @media ( min-width : 20px ) {} `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:25:1] 25 | @media (min-width: 20px) {} 26 | @media(min-width: 20px){} : ^^^^^^^^^ 27 | @media ( min-width : 20px ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:25:1] 25 | @media (min-width: 20px) {} 26 | @media(min-width: 20px){} : ^^^^^^^^^ 27 | @media ( min-width : 20px ) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:25:1] 25 | @media (min-width: 20px) {} 26 | @media(min-width: 20px){} : ^^^^ 27 | @media ( min-width : 20px ) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:25:1] 25 | @media (min-width: 20px) {} 26 | @media(min-width: 20px){} : ^^^^ 27 | @media ( min-width : 20px ) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:25:1] 25 | @media (min-width: 20px) {} 26 | @media(min-width: 20px){} : ^^^^ 27 | @media ( min-width : 20px ) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:25:1] 25 | @media (min-width: 20px) {} 26 | @media(min-width: 20px){} : ^^ 27 | @media ( min-width : 20px ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:25:1] 25 | @media (min-width: 20px) {} 26 | @media(min-width: 20px){} : ^^ 27 | @media ( min-width : 20px ) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:25:1] 25 | @media (min-width: 20px) {} 26 | @media(min-width: 20px){} : ^^ 27 | @media ( min-width : 20px ) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:25:1] 25 | @media (min-width: 20px) {} 26 | @media(min-width: 20px){} : ^ 27 | @media ( min-width : 20px ) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:26:1] 26 | @media(min-width: 20px){} 27 | @media ( min-width : 20px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 28 | @media (device-aspect-ratio: 16/9) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:26:1] 26 | @media(min-width: 20px){} 27 | @media ( min-width : 20px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 28 | @media (device-aspect-ratio: 16/9) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:26:1] 26 | @media(min-width: 20px){} 27 | @media ( min-width : 20px ) {} : ^^^^^ 28 | @media (device-aspect-ratio: 16/9) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:26:1] 26 | @media(min-width: 20px){} 27 | @media ( min-width : 20px ) {} : ^^^^^ 28 | @media (device-aspect-ratio: 16/9) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:26:1] 26 | @media(min-width: 20px){} 27 | @media ( min-width : 20px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 28 | @media (device-aspect-ratio: 16/9) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:26:1] 26 | @media(min-width: 20px){} 27 | @media ( min-width : 20px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 28 | @media (device-aspect-ratio: 16/9) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:26:1] 26 | @media(min-width: 20px){} 27 | @media ( min-width : 20px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 28 | @media (device-aspect-ratio: 16/9) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:26:1] 26 | @media(min-width: 20px){} 27 | @media ( min-width : 20px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 28 | @media (device-aspect-ratio: 16/9) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:26:1] 26 | @media(min-width: 20px){} 27 | @media ( min-width : 20px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 28 | @media (device-aspect-ratio: 16/9) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:26:1] 26 | @media(min-width: 20px){} 27 | @media ( min-width : 20px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 28 | @media (device-aspect-ratio: 16/9) {} `---- x MediaFeaturePlain ,-[$DIR/tests/fixture/at-rule/media/input.css:26:1] 26 | @media(min-width: 20px){} 27 | @media ( min-width : 20px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 28 | @media (device-aspect-ratio: 16/9) {} `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:26:1] 26 | @media(min-width: 20px){} 27 | @media ( min-width : 20px ) {} : ^^^^^^^^^ 28 | @media (device-aspect-ratio: 16/9) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:26:1] 26 | @media(min-width: 20px){} 27 | @media ( min-width : 20px ) {} : ^^^^^^^^^ 28 | @media (device-aspect-ratio: 16/9) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:26:1] 26 | @media(min-width: 20px){} 27 | @media ( min-width : 20px ) {} : ^^^^ 28 | @media (device-aspect-ratio: 16/9) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:26:1] 26 | @media(min-width: 20px){} 27 | @media ( min-width : 20px ) {} : ^^^^ 28 | @media (device-aspect-ratio: 16/9) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:26:1] 26 | @media(min-width: 20px){} 27 | @media ( min-width : 20px ) {} : ^^^^ 28 | @media (device-aspect-ratio: 16/9) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:26:1] 26 | @media(min-width: 20px){} 27 | @media ( min-width : 20px ) {} : ^^ 28 | @media (device-aspect-ratio: 16/9) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:26:1] 26 | @media(min-width: 20px){} 27 | @media ( min-width : 20px ) {} : ^^ 28 | @media (device-aspect-ratio: 16/9) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:26:1] 26 | @media(min-width: 20px){} 27 | @media ( min-width : 20px ) {} : ^^ 28 | @media (device-aspect-ratio: 16/9) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:26:1] 26 | @media(min-width: 20px){} 27 | @media ( min-width : 20px ) {} : ^ 28 | @media (device-aspect-ratio: 16/9) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:27:1] 27 | @media ( min-width : 20px ) {} 28 | @media (device-aspect-ratio: 16/9) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 29 | @media ( device-aspect-ratio : 16 / 9 ) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:27:1] 27 | @media ( min-width : 20px ) {} 28 | @media (device-aspect-ratio: 16/9) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 29 | @media ( device-aspect-ratio : 16 / 9 ) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:27:1] 27 | @media ( min-width : 20px ) {} 28 | @media (device-aspect-ratio: 16/9) {} : ^^^^^ 29 | @media ( device-aspect-ratio : 16 / 9 ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:27:1] 27 | @media ( min-width : 20px ) {} 28 | @media (device-aspect-ratio: 16/9) {} : ^^^^^ 29 | @media ( device-aspect-ratio : 16 / 9 ) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:27:1] 27 | @media ( min-width : 20px ) {} 28 | @media (device-aspect-ratio: 16/9) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 29 | @media ( device-aspect-ratio : 16 / 9 ) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:27:1] 27 | @media ( min-width : 20px ) {} 28 | @media (device-aspect-ratio: 16/9) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 29 | @media ( device-aspect-ratio : 16 / 9 ) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:27:1] 27 | @media ( min-width : 20px ) {} 28 | @media (device-aspect-ratio: 16/9) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 29 | @media ( device-aspect-ratio : 16 / 9 ) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:27:1] 27 | @media ( min-width : 20px ) {} 28 | @media (device-aspect-ratio: 16/9) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 29 | @media ( device-aspect-ratio : 16 / 9 ) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:27:1] 27 | @media ( min-width : 20px ) {} 28 | @media (device-aspect-ratio: 16/9) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 29 | @media ( device-aspect-ratio : 16 / 9 ) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:27:1] 27 | @media ( min-width : 20px ) {} 28 | @media (device-aspect-ratio: 16/9) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 29 | @media ( device-aspect-ratio : 16 / 9 ) {} `---- x MediaFeaturePlain ,-[$DIR/tests/fixture/at-rule/media/input.css:27:1] 27 | @media ( min-width : 20px ) {} 28 | @media (device-aspect-ratio: 16/9) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 29 | @media ( device-aspect-ratio : 16 / 9 ) {} `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:27:1] 27 | @media ( min-width : 20px ) {} 28 | @media (device-aspect-ratio: 16/9) {} : ^^^^^^^^^^^^^^^^^^^ 29 | @media ( device-aspect-ratio : 16 / 9 ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:27:1] 27 | @media ( min-width : 20px ) {} 28 | @media (device-aspect-ratio: 16/9) {} : ^^^^^^^^^^^^^^^^^^^ 29 | @media ( device-aspect-ratio : 16 / 9 ) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:27:1] 27 | @media ( min-width : 20px ) {} 28 | @media (device-aspect-ratio: 16/9) {} : ^^^^ 29 | @media ( device-aspect-ratio : 16 / 9 ) {} `---- x Ratio ,-[$DIR/tests/fixture/at-rule/media/input.css:27:1] 27 | @media ( min-width : 20px ) {} 28 | @media (device-aspect-ratio: 16/9) {} : ^^^^ 29 | @media ( device-aspect-ratio : 16 / 9 ) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:27:1] 27 | @media ( min-width : 20px ) {} 28 | @media (device-aspect-ratio: 16/9) {} : ^^ 29 | @media ( device-aspect-ratio : 16 / 9 ) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:27:1] 27 | @media ( min-width : 20px ) {} 28 | @media (device-aspect-ratio: 16/9) {} : ^ 29 | @media ( device-aspect-ratio : 16 / 9 ) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:27:1] 27 | @media ( min-width : 20px ) {} 28 | @media (device-aspect-ratio: 16/9) {} : ^^ 29 | @media ( device-aspect-ratio : 16 / 9 ) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:27:1] 27 | @media ( min-width : 20px ) {} 28 | @media (device-aspect-ratio: 16/9) {} : ^ 29 | @media ( device-aspect-ratio : 16 / 9 ) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:28:1] 28 | @media (device-aspect-ratio: 16/9) {} 29 | @media ( device-aspect-ratio : 16 / 9 ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 30 | @media (grid) and (max-width: 15em) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:28:1] 28 | @media (device-aspect-ratio: 16/9) {} 29 | @media ( device-aspect-ratio : 16 / 9 ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 30 | @media (grid) and (max-width: 15em) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:28:1] 28 | @media (device-aspect-ratio: 16/9) {} 29 | @media ( device-aspect-ratio : 16 / 9 ) {} : ^^^^^ 30 | @media (grid) and (max-width: 15em) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:28:1] 28 | @media (device-aspect-ratio: 16/9) {} 29 | @media ( device-aspect-ratio : 16 / 9 ) {} : ^^^^^ 30 | @media (grid) and (max-width: 15em) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:28:1] 28 | @media (device-aspect-ratio: 16/9) {} 29 | @media ( device-aspect-ratio : 16 / 9 ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 30 | @media (grid) and (max-width: 15em) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:28:1] 28 | @media (device-aspect-ratio: 16/9) {} 29 | @media ( device-aspect-ratio : 16 / 9 ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 30 | @media (grid) and (max-width: 15em) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:28:1] 28 | @media (device-aspect-ratio: 16/9) {} 29 | @media ( device-aspect-ratio : 16 / 9 ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 30 | @media (grid) and (max-width: 15em) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:28:1] 28 | @media (device-aspect-ratio: 16/9) {} 29 | @media ( device-aspect-ratio : 16 / 9 ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 30 | @media (grid) and (max-width: 15em) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:28:1] 28 | @media (device-aspect-ratio: 16/9) {} 29 | @media ( device-aspect-ratio : 16 / 9 ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 30 | @media (grid) and (max-width: 15em) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:28:1] 28 | @media (device-aspect-ratio: 16/9) {} 29 | @media ( device-aspect-ratio : 16 / 9 ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 30 | @media (grid) and (max-width: 15em) {} `---- x MediaFeaturePlain ,-[$DIR/tests/fixture/at-rule/media/input.css:28:1] 28 | @media (device-aspect-ratio: 16/9) {} 29 | @media ( device-aspect-ratio : 16 / 9 ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 30 | @media (grid) and (max-width: 15em) {} `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:28:1] 28 | @media (device-aspect-ratio: 16/9) {} 29 | @media ( device-aspect-ratio : 16 / 9 ) {} : ^^^^^^^^^^^^^^^^^^^ 30 | @media (grid) and (max-width: 15em) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:28:1] 28 | @media (device-aspect-ratio: 16/9) {} 29 | @media ( device-aspect-ratio : 16 / 9 ) {} : ^^^^^^^^^^^^^^^^^^^ 30 | @media (grid) and (max-width: 15em) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:28:1] 28 | @media (device-aspect-ratio: 16/9) {} 29 | @media ( device-aspect-ratio : 16 / 9 ) {} : ^^^^^^^^^^ 30 | @media (grid) and (max-width: 15em) {} `---- x Ratio ,-[$DIR/tests/fixture/at-rule/media/input.css:28:1] 28 | @media (device-aspect-ratio: 16/9) {} 29 | @media ( device-aspect-ratio : 16 / 9 ) {} : ^^^^^^^^^^ 30 | @media (grid) and (max-width: 15em) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:28:1] 28 | @media (device-aspect-ratio: 16/9) {} 29 | @media ( device-aspect-ratio : 16 / 9 ) {} : ^^ 30 | @media (grid) and (max-width: 15em) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:28:1] 28 | @media (device-aspect-ratio: 16/9) {} 29 | @media ( device-aspect-ratio : 16 / 9 ) {} : ^ 30 | @media (grid) and (max-width: 15em) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:28:1] 28 | @media (device-aspect-ratio: 16/9) {} 29 | @media ( device-aspect-ratio : 16 / 9 ) {} : ^^ 30 | @media (grid) and (max-width: 15em) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:28:1] 28 | @media (device-aspect-ratio: 16/9) {} 29 | @media ( device-aspect-ratio : 16 / 9 ) {} : ^ 30 | @media (grid) and (max-width: 15em) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:29:1] 29 | @media ( device-aspect-ratio : 16 / 9 ) {} 30 | @media (grid) and (max-width: 15em) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 31 | @media (monochrome) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:29:1] 29 | @media ( device-aspect-ratio : 16 / 9 ) {} 30 | @media (grid) and (max-width: 15em) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 31 | @media (monochrome) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:29:1] 29 | @media ( device-aspect-ratio : 16 / 9 ) {} 30 | @media (grid) and (max-width: 15em) {} : ^^^^^ 31 | @media (monochrome) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:29:1] 29 | @media ( device-aspect-ratio : 16 / 9 ) {} 30 | @media (grid) and (max-width: 15em) {} : ^^^^^ 31 | @media (monochrome) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:29:1] 29 | @media ( device-aspect-ratio : 16 / 9 ) {} 30 | @media (grid) and (max-width: 15em) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 31 | @media (monochrome) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:29:1] 29 | @media ( device-aspect-ratio : 16 / 9 ) {} 30 | @media (grid) and (max-width: 15em) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 31 | @media (monochrome) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:29:1] 29 | @media ( device-aspect-ratio : 16 / 9 ) {} 30 | @media (grid) and (max-width: 15em) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 31 | @media (monochrome) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:29:1] 29 | @media ( device-aspect-ratio : 16 / 9 ) {} 30 | @media (grid) and (max-width: 15em) {} : ^^^^^^ 31 | @media (monochrome) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:29:1] 29 | @media ( device-aspect-ratio : 16 / 9 ) {} 30 | @media (grid) and (max-width: 15em) {} : ^^^^^^ 31 | @media (monochrome) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:29:1] 29 | @media ( device-aspect-ratio : 16 / 9 ) {} 30 | @media (grid) and (max-width: 15em) {} : ^^^^^^ 31 | @media (monochrome) {} `---- x MediaFeatureBoolean ,-[$DIR/tests/fixture/at-rule/media/input.css:29:1] 29 | @media ( device-aspect-ratio : 16 / 9 ) {} 30 | @media (grid) and (max-width: 15em) {} : ^^^^^^ 31 | @media (monochrome) {} `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:29:1] 29 | @media ( device-aspect-ratio : 16 / 9 ) {} 30 | @media (grid) and (max-width: 15em) {} : ^^^^ 31 | @media (monochrome) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:29:1] 29 | @media ( device-aspect-ratio : 16 / 9 ) {} 30 | @media (grid) and (max-width: 15em) {} : ^^^^ 31 | @media (monochrome) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:29:1] 29 | @media ( device-aspect-ratio : 16 / 9 ) {} 30 | @media (grid) and (max-width: 15em) {} : ^^^^^^^^^^^^^^^^^^^^^ 31 | @media (monochrome) {} `---- x MediaAnd ,-[$DIR/tests/fixture/at-rule/media/input.css:29:1] 29 | @media ( device-aspect-ratio : 16 / 9 ) {} 30 | @media (grid) and (max-width: 15em) {} : ^^^^^^^^^^^^^^^^^^^^^ 31 | @media (monochrome) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:29:1] 29 | @media ( device-aspect-ratio : 16 / 9 ) {} 30 | @media (grid) and (max-width: 15em) {} : ^^^ 31 | @media (monochrome) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:29:1] 29 | @media ( device-aspect-ratio : 16 / 9 ) {} 30 | @media (grid) and (max-width: 15em) {} : ^^^^^^^^^^^^^^^^^ 31 | @media (monochrome) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:29:1] 29 | @media ( device-aspect-ratio : 16 / 9 ) {} 30 | @media (grid) and (max-width: 15em) {} : ^^^^^^^^^^^^^^^^^ 31 | @media (monochrome) {} `---- x MediaFeaturePlain ,-[$DIR/tests/fixture/at-rule/media/input.css:29:1] 29 | @media ( device-aspect-ratio : 16 / 9 ) {} 30 | @media (grid) and (max-width: 15em) {} : ^^^^^^^^^^^^^^^^^ 31 | @media (monochrome) {} `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:29:1] 29 | @media ( device-aspect-ratio : 16 / 9 ) {} 30 | @media (grid) and (max-width: 15em) {} : ^^^^^^^^^ 31 | @media (monochrome) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:29:1] 29 | @media ( device-aspect-ratio : 16 / 9 ) {} 30 | @media (grid) and (max-width: 15em) {} : ^^^^^^^^^ 31 | @media (monochrome) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:29:1] 29 | @media ( device-aspect-ratio : 16 / 9 ) {} 30 | @media (grid) and (max-width: 15em) {} : ^^^^ 31 | @media (monochrome) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:29:1] 29 | @media ( device-aspect-ratio : 16 / 9 ) {} 30 | @media (grid) and (max-width: 15em) {} : ^^^^ 31 | @media (monochrome) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:29:1] 29 | @media ( device-aspect-ratio : 16 / 9 ) {} 30 | @media (grid) and (max-width: 15em) {} : ^^^^ 31 | @media (monochrome) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:29:1] 29 | @media ( device-aspect-ratio : 16 / 9 ) {} 30 | @media (grid) and (max-width: 15em) {} : ^^ 31 | @media (monochrome) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:29:1] 29 | @media ( device-aspect-ratio : 16 / 9 ) {} 30 | @media (grid) and (max-width: 15em) {} : ^^ 31 | @media (monochrome) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:29:1] 29 | @media ( device-aspect-ratio : 16 / 9 ) {} 30 | @media (grid) and (max-width: 15em) {} : ^^ 31 | @media (monochrome) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:29:1] 29 | @media ( device-aspect-ratio : 16 / 9 ) {} 30 | @media (grid) and (max-width: 15em) {} : ^ 31 | @media (monochrome) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:30:1] 30 | @media (grid) and (max-width: 15em) {} 31 | @media (monochrome) {} : ^^^^^^^^^^^^^^^^^^^^^^ `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:30:1] 30 | @media (grid) and (max-width: 15em) {} 31 | @media (monochrome) {} : ^^^^^^^^^^^^^^^^^^^^^^ `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:30:1] 30 | @media (grid) and (max-width: 15em) {} 31 | @media (monochrome) {} : ^^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:30:1] 30 | @media (grid) and (max-width: 15em) {} 31 | @media (monochrome) {} : ^^^^^ `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:30:1] 30 | @media (grid) and (max-width: 15em) {} 31 | @media (monochrome) {} : ^^^^^^^^^^^^ `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:30:1] 30 | @media (grid) and (max-width: 15em) {} 31 | @media (monochrome) {} : ^^^^^^^^^^^^ `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:30:1] 30 | @media (grid) and (max-width: 15em) {} 31 | @media (monochrome) {} : ^^^^^^^^^^^^ `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:30:1] 30 | @media (grid) and (max-width: 15em) {} 31 | @media (monochrome) {} : ^^^^^^^^^^^^ `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:30:1] 30 | @media (grid) and (max-width: 15em) {} 31 | @media (monochrome) {} : ^^^^^^^^^^^^ `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:30:1] 30 | @media (grid) and (max-width: 15em) {} 31 | @media (monochrome) {} : ^^^^^^^^^^^^ `---- x MediaFeatureBoolean ,-[$DIR/tests/fixture/at-rule/media/input.css:30:1] 30 | @media (grid) and (max-width: 15em) {} 31 | @media (monochrome) {} : ^^^^^^^^^^^^ `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:30:1] 30 | @media (grid) and (max-width: 15em) {} 31 | @media (monochrome) {} : ^^^^^^^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:30:1] 30 | @media (grid) and (max-width: 15em) {} 31 | @media (monochrome) {} : ^^^^^^^^^^ `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:30:1] 30 | @media (grid) and (max-width: 15em) {} 31 | @media (monochrome) {} : ^^ `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:30:1] 30 | @media (grid) and (max-width: 15em) {} 31 | @media (monochrome) {} : ^ `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:32:1] 32 | 33 | @media (min-width: 20em) and (min-width: 20em) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:32:1] 32 | 33 | @media (min-width: 20em) and (min-width: 20em) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:32:1] 32 | 33 | @media (min-width: 20em) and (min-width: 20em) {} : ^^^^^ 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:32:1] 32 | 33 | @media (min-width: 20em) and (min-width: 20em) {} : ^^^^^ 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:32:1] 32 | 33 | @media (min-width: 20em) and (min-width: 20em) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:32:1] 32 | 33 | @media (min-width: 20em) and (min-width: 20em) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:32:1] 32 | 33 | @media (min-width: 20em) and (min-width: 20em) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:32:1] 32 | 33 | @media (min-width: 20em) and (min-width: 20em) {} : ^^^^^^^^^^^^^^^^^ 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:32:1] 32 | 33 | @media (min-width: 20em) and (min-width: 20em) {} : ^^^^^^^^^^^^^^^^^ 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:32:1] 32 | 33 | @media (min-width: 20em) and (min-width: 20em) {} : ^^^^^^^^^^^^^^^^^ 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} `---- x MediaFeaturePlain ,-[$DIR/tests/fixture/at-rule/media/input.css:32:1] 32 | 33 | @media (min-width: 20em) and (min-width: 20em) {} : ^^^^^^^^^^^^^^^^^ 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:32:1] 32 | 33 | @media (min-width: 20em) and (min-width: 20em) {} : ^^^^^^^^^ 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:32:1] 32 | 33 | @media (min-width: 20em) and (min-width: 20em) {} : ^^^^^^^^^ 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:32:1] 32 | 33 | @media (min-width: 20em) and (min-width: 20em) {} : ^^^^ 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:32:1] 32 | 33 | @media (min-width: 20em) and (min-width: 20em) {} : ^^^^ 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:32:1] 32 | 33 | @media (min-width: 20em) and (min-width: 20em) {} : ^^^^ 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:32:1] 32 | 33 | @media (min-width: 20em) and (min-width: 20em) {} : ^^ 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:32:1] 32 | 33 | @media (min-width: 20em) and (min-width: 20em) {} : ^^ 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:32:1] 32 | 33 | @media (min-width: 20em) and (min-width: 20em) {} : ^^^^^^^^^^^^^^^^^^^^^ 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} `---- x MediaAnd ,-[$DIR/tests/fixture/at-rule/media/input.css:32:1] 32 | 33 | @media (min-width: 20em) and (min-width: 20em) {} : ^^^^^^^^^^^^^^^^^^^^^ 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:32:1] 32 | 33 | @media (min-width: 20em) and (min-width: 20em) {} : ^^^ 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:32:1] 32 | 33 | @media (min-width: 20em) and (min-width: 20em) {} : ^^^^^^^^^^^^^^^^^ 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:32:1] 32 | 33 | @media (min-width: 20em) and (min-width: 20em) {} : ^^^^^^^^^^^^^^^^^ 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} `---- x MediaFeaturePlain ,-[$DIR/tests/fixture/at-rule/media/input.css:32:1] 32 | 33 | @media (min-width: 20em) and (min-width: 20em) {} : ^^^^^^^^^^^^^^^^^ 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:32:1] 32 | 33 | @media (min-width: 20em) and (min-width: 20em) {} : ^^^^^^^^^ 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:32:1] 32 | 33 | @media (min-width: 20em) and (min-width: 20em) {} : ^^^^^^^^^ 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:32:1] 32 | 33 | @media (min-width: 20em) and (min-width: 20em) {} : ^^^^ 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:32:1] 32 | 33 | @media (min-width: 20em) and (min-width: 20em) {} : ^^^^ 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:32:1] 32 | 33 | @media (min-width: 20em) and (min-width: 20em) {} : ^^^^ 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:32:1] 32 | 33 | @media (min-width: 20em) and (min-width: 20em) {} : ^^ 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:32:1] 32 | 33 | @media (min-width: 20em) and (min-width: 20em) {} : ^^ 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:32:1] 32 | 33 | @media (min-width: 20em) and (min-width: 20em) {} : ^^ 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:32:1] 32 | 33 | @media (min-width: 20em) and (min-width: 20em) {} : ^ 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:33:1] 33 | @media (min-width: 20em) and (min-width: 20em) {} 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:33:1] 33 | @media (min-width: 20em) and (min-width: 20em) {} 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:33:1] 33 | @media (min-width: 20em) and (min-width: 20em) {} 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} : ^^^^^ 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:33:1] 33 | @media (min-width: 20em) and (min-width: 20em) {} 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} : ^^^^^ 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:33:1] 33 | @media (min-width: 20em) and (min-width: 20em) {} 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:33:1] 33 | @media (min-width: 20em) and (min-width: 20em) {} 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:33:1] 33 | @media (min-width: 20em) and (min-width: 20em) {} 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:33:1] 33 | @media (min-width: 20em) and (min-width: 20em) {} 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^ 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:33:1] 33 | @media (min-width: 20em) and (min-width: 20em) {} 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^ 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:33:1] 33 | @media (min-width: 20em) and (min-width: 20em) {} 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^ 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} `---- x MediaFeaturePlain ,-[$DIR/tests/fixture/at-rule/media/input.css:33:1] 33 | @media (min-width: 20em) and (min-width: 20em) {} 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^ 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:33:1] 33 | @media (min-width: 20em) and (min-width: 20em) {} 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} : ^^^^^^^^^ 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:33:1] 33 | @media (min-width: 20em) and (min-width: 20em) {} 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} : ^^^^^^^^^ 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:33:1] 33 | @media (min-width: 20em) and (min-width: 20em) {} 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} : ^^^^ 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:33:1] 33 | @media (min-width: 20em) and (min-width: 20em) {} 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} : ^^^^ 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:33:1] 33 | @media (min-width: 20em) and (min-width: 20em) {} 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} : ^^^^ 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:33:1] 33 | @media (min-width: 20em) and (min-width: 20em) {} 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} : ^^ 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:33:1] 33 | @media (min-width: 20em) and (min-width: 20em) {} 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} : ^^ 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:33:1] 33 | @media (min-width: 20em) and (min-width: 20em) {} 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} `---- x MediaAnd ,-[$DIR/tests/fixture/at-rule/media/input.css:33:1] 33 | @media (min-width: 20em) and (min-width: 20em) {} 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:33:1] 33 | @media (min-width: 20em) and (min-width: 20em) {} 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} : ^^^ 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:33:1] 33 | @media (min-width: 20em) and (min-width: 20em) {} 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:33:1] 33 | @media (min-width: 20em) and (min-width: 20em) {} 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} `---- x MediaFeaturePlain ,-[$DIR/tests/fixture/at-rule/media/input.css:33:1] 33 | @media (min-width: 20em) and (min-width: 20em) {} 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:33:1] 33 | @media (min-width: 20em) and (min-width: 20em) {} 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} : ^^^^^^^^^ 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:33:1] 33 | @media (min-width: 20em) and (min-width: 20em) {} 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} : ^^^^^^^^^ 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:33:1] 33 | @media (min-width: 20em) and (min-width: 20em) {} 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} : ^^^^ 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:33:1] 33 | @media (min-width: 20em) and (min-width: 20em) {} 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} : ^^^^ 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:33:1] 33 | @media (min-width: 20em) and (min-width: 20em) {} 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} : ^^^^ 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:33:1] 33 | @media (min-width: 20em) and (min-width: 20em) {} 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} : ^^ 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:33:1] 33 | @media (min-width: 20em) and (min-width: 20em) {} 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} : ^^ 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:33:1] 33 | @media (min-width: 20em) and (min-width: 20em) {} 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} : ^^ 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:33:1] 33 | @media (min-width: 20em) and (min-width: 20em) {} 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} : ^ 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:34:1] 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 36 | @media(min-width:20em)and (min-width: 20em){} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:34:1] 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 36 | @media(min-width:20em)and (min-width: 20em){} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:34:1] 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} : ^^^^^ 36 | @media(min-width:20em)and (min-width: 20em){} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:34:1] 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} : ^^^^^ 36 | @media(min-width:20em)and (min-width: 20em){} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:34:1] 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 36 | @media(min-width:20em)and (min-width: 20em){} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:34:1] 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 36 | @media(min-width:20em)and (min-width: 20em){} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:34:1] 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 36 | @media(min-width:20em)and (min-width: 20em){} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:34:1] 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} : ^^^^^^^^^^^^^^^^^^^ 36 | @media(min-width:20em)and (min-width: 20em){} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:34:1] 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} : ^^^^^^^^^^^^^^^^^^^ 36 | @media(min-width:20em)and (min-width: 20em){} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:34:1] 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} : ^^^^^^^^^^^^^^^^^^^ 36 | @media(min-width:20em)and (min-width: 20em){} `---- x MediaFeaturePlain ,-[$DIR/tests/fixture/at-rule/media/input.css:34:1] 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} : ^^^^^^^^^^^^^^^^^^^ 36 | @media(min-width:20em)and (min-width: 20em){} `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:34:1] 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} : ^^^^^^^^^ 36 | @media(min-width:20em)and (min-width: 20em){} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:34:1] 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} : ^^^^^^^^^ 36 | @media(min-width:20em)and (min-width: 20em){} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:34:1] 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} : ^^^^^^ 36 | @media(min-width:20em)and (min-width: 20em){} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:34:1] 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} : ^^^^^^ 36 | @media(min-width:20em)and (min-width: 20em){} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:34:1] 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} : ^^^^^^ 36 | @media(min-width:20em)and (min-width: 20em){} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:34:1] 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} : ^^^^ 36 | @media(min-width:20em)and (min-width: 20em){} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:34:1] 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} : ^^ 36 | @media(min-width:20em)and (min-width: 20em){} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:34:1] 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} : ^^^^^^^^^^^^^^^^^^^^^^^ 36 | @media(min-width:20em)and (min-width: 20em){} `---- x MediaAnd ,-[$DIR/tests/fixture/at-rule/media/input.css:34:1] 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} : ^^^^^^^^^^^^^^^^^^^^^^^ 36 | @media(min-width:20em)and (min-width: 20em){} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:34:1] 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} : ^^^ 36 | @media(min-width:20em)and (min-width: 20em){} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:34:1] 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} : ^^^^^^^^^^^^^^^^^^^ 36 | @media(min-width:20em)and (min-width: 20em){} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:34:1] 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} : ^^^^^^^^^^^^^^^^^^^ 36 | @media(min-width:20em)and (min-width: 20em){} `---- x MediaFeaturePlain ,-[$DIR/tests/fixture/at-rule/media/input.css:34:1] 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} : ^^^^^^^^^^^^^^^^^^^ 36 | @media(min-width:20em)and (min-width: 20em){} `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:34:1] 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} : ^^^^^^^^^ 36 | @media(min-width:20em)and (min-width: 20em){} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:34:1] 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} : ^^^^^^^^^ 36 | @media(min-width:20em)and (min-width: 20em){} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:34:1] 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} : ^^^^^^ 36 | @media(min-width:20em)and (min-width: 20em){} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:34:1] 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} : ^^^^^^ 36 | @media(min-width:20em)and (min-width: 20em){} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:34:1] 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} : ^^^^^^ 36 | @media(min-width:20em)and (min-width: 20em){} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:34:1] 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} : ^^^^ 36 | @media(min-width:20em)and (min-width: 20em){} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:34:1] 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} : ^^ 36 | @media(min-width:20em)and (min-width: 20em){} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:34:1] 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} : ^^^^^^^^^^^^^^^^^^^^^^^ 36 | @media(min-width:20em)and (min-width: 20em){} `---- x MediaAnd ,-[$DIR/tests/fixture/at-rule/media/input.css:34:1] 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} : ^^^^^^^^^^^^^^^^^^^^^^^ 36 | @media(min-width:20em)and (min-width: 20em){} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:34:1] 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} : ^^^ 36 | @media(min-width:20em)and (min-width: 20em){} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:34:1] 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} : ^^^^^^^^^^^^^^^^^^^ 36 | @media(min-width:20em)and (min-width: 20em){} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:34:1] 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} : ^^^^^^^^^^^^^^^^^^^ 36 | @media(min-width:20em)and (min-width: 20em){} `---- x MediaFeaturePlain ,-[$DIR/tests/fixture/at-rule/media/input.css:34:1] 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} : ^^^^^^^^^^^^^^^^^^^ 36 | @media(min-width:20em)and (min-width: 20em){} `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:34:1] 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} : ^^^^^^^^^ 36 | @media(min-width:20em)and (min-width: 20em){} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:34:1] 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} : ^^^^^^^^^ 36 | @media(min-width:20em)and (min-width: 20em){} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:34:1] 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} : ^^^^^^ 36 | @media(min-width:20em)and (min-width: 20em){} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:34:1] 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} : ^^^^^^ 36 | @media(min-width:20em)and (min-width: 20em){} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:34:1] 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} : ^^^^^^ 36 | @media(min-width:20em)and (min-width: 20em){} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:34:1] 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} : ^^^^ 36 | @media(min-width:20em)and (min-width: 20em){} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:34:1] 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} : ^^ 36 | @media(min-width:20em)and (min-width: 20em){} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:34:1] 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} : ^^ 36 | @media(min-width:20em)and (min-width: 20em){} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:34:1] 34 | @media (min-width : 20em ) and ( min-width : 20em ) {} 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} : ^ 36 | @media(min-width:20em)and (min-width: 20em){} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:35:1] 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} 36 | @media(min-width:20em)and (min-width: 20em){} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 37 | @media(min-width:20em)and (min-width:20em){} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:35:1] 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} 36 | @media(min-width:20em)and (min-width: 20em){} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 37 | @media(min-width:20em)and (min-width:20em){} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:35:1] 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} 36 | @media(min-width:20em)and (min-width: 20em){} : ^^^^^ 37 | @media(min-width:20em)and (min-width:20em){} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:35:1] 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} 36 | @media(min-width:20em)and (min-width: 20em){} : ^^^^^ 37 | @media(min-width:20em)and (min-width:20em){} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:35:1] 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} 36 | @media(min-width:20em)and (min-width: 20em){} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 37 | @media(min-width:20em)and (min-width:20em){} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:35:1] 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} 36 | @media(min-width:20em)and (min-width: 20em){} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 37 | @media(min-width:20em)and (min-width:20em){} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:35:1] 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} 36 | @media(min-width:20em)and (min-width: 20em){} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 37 | @media(min-width:20em)and (min-width:20em){} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:35:1] 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} 36 | @media(min-width:20em)and (min-width: 20em){} : ^^^^^^^^^^^^^^^^ 37 | @media(min-width:20em)and (min-width:20em){} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:35:1] 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} 36 | @media(min-width:20em)and (min-width: 20em){} : ^^^^^^^^^^^^^^^^ 37 | @media(min-width:20em)and (min-width:20em){} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:35:1] 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} 36 | @media(min-width:20em)and (min-width: 20em){} : ^^^^^^^^^^^^^^^^ 37 | @media(min-width:20em)and (min-width:20em){} `---- x MediaFeaturePlain ,-[$DIR/tests/fixture/at-rule/media/input.css:35:1] 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} 36 | @media(min-width:20em)and (min-width: 20em){} : ^^^^^^^^^^^^^^^^ 37 | @media(min-width:20em)and (min-width:20em){} `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:35:1] 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} 36 | @media(min-width:20em)and (min-width: 20em){} : ^^^^^^^^^ 37 | @media(min-width:20em)and (min-width:20em){} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:35:1] 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} 36 | @media(min-width:20em)and (min-width: 20em){} : ^^^^^^^^^ 37 | @media(min-width:20em)and (min-width:20em){} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:35:1] 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} 36 | @media(min-width:20em)and (min-width: 20em){} : ^^^^ 37 | @media(min-width:20em)and (min-width:20em){} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:35:1] 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} 36 | @media(min-width:20em)and (min-width: 20em){} : ^^^^ 37 | @media(min-width:20em)and (min-width:20em){} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:35:1] 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} 36 | @media(min-width:20em)and (min-width: 20em){} : ^^^^ 37 | @media(min-width:20em)and (min-width:20em){} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:35:1] 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} 36 | @media(min-width:20em)and (min-width: 20em){} : ^^ 37 | @media(min-width:20em)and (min-width:20em){} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:35:1] 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} 36 | @media(min-width:20em)and (min-width: 20em){} : ^^ 37 | @media(min-width:20em)and (min-width:20em){} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:35:1] 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} 36 | @media(min-width:20em)and (min-width: 20em){} : ^^^^^^^^^^^^^^^^^^^^^ 37 | @media(min-width:20em)and (min-width:20em){} `---- x MediaAnd ,-[$DIR/tests/fixture/at-rule/media/input.css:35:1] 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} 36 | @media(min-width:20em)and (min-width: 20em){} : ^^^^^^^^^^^^^^^^^^^^^ 37 | @media(min-width:20em)and (min-width:20em){} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:35:1] 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} 36 | @media(min-width:20em)and (min-width: 20em){} : ^^^ 37 | @media(min-width:20em)and (min-width:20em){} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:35:1] 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} 36 | @media(min-width:20em)and (min-width: 20em){} : ^^^^^^^^^^^^^^^^^ 37 | @media(min-width:20em)and (min-width:20em){} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:35:1] 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} 36 | @media(min-width:20em)and (min-width: 20em){} : ^^^^^^^^^^^^^^^^^ 37 | @media(min-width:20em)and (min-width:20em){} `---- x MediaFeaturePlain ,-[$DIR/tests/fixture/at-rule/media/input.css:35:1] 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} 36 | @media(min-width:20em)and (min-width: 20em){} : ^^^^^^^^^^^^^^^^^ 37 | @media(min-width:20em)and (min-width:20em){} `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:35:1] 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} 36 | @media(min-width:20em)and (min-width: 20em){} : ^^^^^^^^^ 37 | @media(min-width:20em)and (min-width:20em){} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:35:1] 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} 36 | @media(min-width:20em)and (min-width: 20em){} : ^^^^^^^^^ 37 | @media(min-width:20em)and (min-width:20em){} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:35:1] 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} 36 | @media(min-width:20em)and (min-width: 20em){} : ^^^^ 37 | @media(min-width:20em)and (min-width:20em){} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:35:1] 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} 36 | @media(min-width:20em)and (min-width: 20em){} : ^^^^ 37 | @media(min-width:20em)and (min-width:20em){} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:35:1] 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} 36 | @media(min-width:20em)and (min-width: 20em){} : ^^^^ 37 | @media(min-width:20em)and (min-width:20em){} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:35:1] 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} 36 | @media(min-width:20em)and (min-width: 20em){} : ^^ 37 | @media(min-width:20em)and (min-width:20em){} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:35:1] 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} 36 | @media(min-width:20em)and (min-width: 20em){} : ^^ 37 | @media(min-width:20em)and (min-width:20em){} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:35:1] 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} 36 | @media(min-width:20em)and (min-width: 20em){} : ^^ 37 | @media(min-width:20em)and (min-width:20em){} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:35:1] 35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {} 36 | @media(min-width:20em)and (min-width: 20em){} : ^ 37 | @media(min-width:20em)and (min-width:20em){} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:36:1] 36 | @media(min-width:20em)and (min-width: 20em){} 37 | @media(min-width:20em)and (min-width:20em){} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:36:1] 36 | @media(min-width:20em)and (min-width: 20em){} 37 | @media(min-width:20em)and (min-width:20em){} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:36:1] 36 | @media(min-width:20em)and (min-width: 20em){} 37 | @media(min-width:20em)and (min-width:20em){} : ^^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:36:1] 36 | @media(min-width:20em)and (min-width: 20em){} 37 | @media(min-width:20em)and (min-width:20em){} : ^^^^^ `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:36:1] 36 | @media(min-width:20em)and (min-width: 20em){} 37 | @media(min-width:20em)and (min-width:20em){} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:36:1] 36 | @media(min-width:20em)and (min-width: 20em){} 37 | @media(min-width:20em)and (min-width:20em){} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:36:1] 36 | @media(min-width:20em)and (min-width: 20em){} 37 | @media(min-width:20em)and (min-width:20em){} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:36:1] 36 | @media(min-width:20em)and (min-width: 20em){} 37 | @media(min-width:20em)and (min-width:20em){} : ^^^^^^^^^^^^^^^^ `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:36:1] 36 | @media(min-width:20em)and (min-width: 20em){} 37 | @media(min-width:20em)and (min-width:20em){} : ^^^^^^^^^^^^^^^^ `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:36:1] 36 | @media(min-width:20em)and (min-width: 20em){} 37 | @media(min-width:20em)and (min-width:20em){} : ^^^^^^^^^^^^^^^^ `---- x MediaFeaturePlain ,-[$DIR/tests/fixture/at-rule/media/input.css:36:1] 36 | @media(min-width:20em)and (min-width: 20em){} 37 | @media(min-width:20em)and (min-width:20em){} : ^^^^^^^^^^^^^^^^ `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:36:1] 36 | @media(min-width:20em)and (min-width: 20em){} 37 | @media(min-width:20em)and (min-width:20em){} : ^^^^^^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:36:1] 36 | @media(min-width:20em)and (min-width: 20em){} 37 | @media(min-width:20em)and (min-width:20em){} : ^^^^^^^^^ `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:36:1] 36 | @media(min-width:20em)and (min-width: 20em){} 37 | @media(min-width:20em)and (min-width:20em){} : ^^^^ `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:36:1] 36 | @media(min-width:20em)and (min-width: 20em){} 37 | @media(min-width:20em)and (min-width:20em){} : ^^^^ `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:36:1] 36 | @media(min-width:20em)and (min-width: 20em){} 37 | @media(min-width:20em)and (min-width:20em){} : ^^^^ `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:36:1] 36 | @media(min-width:20em)and (min-width: 20em){} 37 | @media(min-width:20em)and (min-width:20em){} : ^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:36:1] 36 | @media(min-width:20em)and (min-width: 20em){} 37 | @media(min-width:20em)and (min-width:20em){} : ^^ `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:36:1] 36 | @media(min-width:20em)and (min-width: 20em){} 37 | @media(min-width:20em)and (min-width:20em){} : ^^^^^^^^^^^^^^^^^^^^ `---- x MediaAnd ,-[$DIR/tests/fixture/at-rule/media/input.css:36:1] 36 | @media(min-width:20em)and (min-width: 20em){} 37 | @media(min-width:20em)and (min-width:20em){} : ^^^^^^^^^^^^^^^^^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:36:1] 36 | @media(min-width:20em)and (min-width: 20em){} 37 | @media(min-width:20em)and (min-width:20em){} : ^^^ `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:36:1] 36 | @media(min-width:20em)and (min-width: 20em){} 37 | @media(min-width:20em)and (min-width:20em){} : ^^^^^^^^^^^^^^^^ `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:36:1] 36 | @media(min-width:20em)and (min-width: 20em){} 37 | @media(min-width:20em)and (min-width:20em){} : ^^^^^^^^^^^^^^^^ `---- x MediaFeaturePlain ,-[$DIR/tests/fixture/at-rule/media/input.css:36:1] 36 | @media(min-width:20em)and (min-width: 20em){} 37 | @media(min-width:20em)and (min-width:20em){} : ^^^^^^^^^^^^^^^^ `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:36:1] 36 | @media(min-width:20em)and (min-width: 20em){} 37 | @media(min-width:20em)and (min-width:20em){} : ^^^^^^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:36:1] 36 | @media(min-width:20em)and (min-width: 20em){} 37 | @media(min-width:20em)and (min-width:20em){} : ^^^^^^^^^ `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:36:1] 36 | @media(min-width:20em)and (min-width: 20em){} 37 | @media(min-width:20em)and (min-width:20em){} : ^^^^ `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:36:1] 36 | @media(min-width:20em)and (min-width: 20em){} 37 | @media(min-width:20em)and (min-width:20em){} : ^^^^ `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:36:1] 36 | @media(min-width:20em)and (min-width: 20em){} 37 | @media(min-width:20em)and (min-width:20em){} : ^^^^ `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:36:1] 36 | @media(min-width:20em)and (min-width: 20em){} 37 | @media(min-width:20em)and (min-width:20em){} : ^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:36:1] 36 | @media(min-width:20em)and (min-width: 20em){} 37 | @media(min-width:20em)and (min-width:20em){} : ^^ `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:36:1] 36 | @media(min-width:20em)and (min-width: 20em){} 37 | @media(min-width:20em)and (min-width:20em){} : ^^ `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:36:1] 36 | @media(min-width:20em)and (min-width: 20em){} 37 | @media(min-width:20em)and (min-width:20em){} : ^ `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:38:1] 38 | 39 | @media (update: slow) or (hover: none) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 40 | @media ( update : slow ) or ( hover : none ) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:38:1] 38 | 39 | @media (update: slow) or (hover: none) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 40 | @media ( update : slow ) or ( hover : none ) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:38:1] 38 | 39 | @media (update: slow) or (hover: none) {} : ^^^^^ 40 | @media ( update : slow ) or ( hover : none ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:38:1] 38 | 39 | @media (update: slow) or (hover: none) {} : ^^^^^ 40 | @media ( update : slow ) or ( hover : none ) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:38:1] 38 | 39 | @media (update: slow) or (hover: none) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 40 | @media ( update : slow ) or ( hover : none ) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:38:1] 38 | 39 | @media (update: slow) or (hover: none) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 40 | @media ( update : slow ) or ( hover : none ) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:38:1] 38 | 39 | @media (update: slow) or (hover: none) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 40 | @media ( update : slow ) or ( hover : none ) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:38:1] 38 | 39 | @media (update: slow) or (hover: none) {} : ^^^^^^^^^^^^^^ 40 | @media ( update : slow ) or ( hover : none ) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:38:1] 38 | 39 | @media (update: slow) or (hover: none) {} : ^^^^^^^^^^^^^^ 40 | @media ( update : slow ) or ( hover : none ) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:38:1] 38 | 39 | @media (update: slow) or (hover: none) {} : ^^^^^^^^^^^^^^ 40 | @media ( update : slow ) or ( hover : none ) {} `---- x MediaFeaturePlain ,-[$DIR/tests/fixture/at-rule/media/input.css:38:1] 38 | 39 | @media (update: slow) or (hover: none) {} : ^^^^^^^^^^^^^^ 40 | @media ( update : slow ) or ( hover : none ) {} `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:38:1] 38 | 39 | @media (update: slow) or (hover: none) {} : ^^^^^^ 40 | @media ( update : slow ) or ( hover : none ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:38:1] 38 | 39 | @media (update: slow) or (hover: none) {} : ^^^^^^ 40 | @media ( update : slow ) or ( hover : none ) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:38:1] 38 | 39 | @media (update: slow) or (hover: none) {} : ^^^^ 40 | @media ( update : slow ) or ( hover : none ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:38:1] 38 | 39 | @media (update: slow) or (hover: none) {} : ^^^^ 40 | @media ( update : slow ) or ( hover : none ) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:38:1] 38 | 39 | @media (update: slow) or (hover: none) {} : ^^^^^^^^^^^^^^^^ 40 | @media ( update : slow ) or ( hover : none ) {} `---- x MediaOr ,-[$DIR/tests/fixture/at-rule/media/input.css:38:1] 38 | 39 | @media (update: slow) or (hover: none) {} : ^^^^^^^^^^^^^^^^ 40 | @media ( update : slow ) or ( hover : none ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:38:1] 38 | 39 | @media (update: slow) or (hover: none) {} : ^^ 40 | @media ( update : slow ) or ( hover : none ) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:38:1] 38 | 39 | @media (update: slow) or (hover: none) {} : ^^^^^^^^^^^^^ 40 | @media ( update : slow ) or ( hover : none ) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:38:1] 38 | 39 | @media (update: slow) or (hover: none) {} : ^^^^^^^^^^^^^ 40 | @media ( update : slow ) or ( hover : none ) {} `---- x MediaFeaturePlain ,-[$DIR/tests/fixture/at-rule/media/input.css:38:1] 38 | 39 | @media (update: slow) or (hover: none) {} : ^^^^^^^^^^^^^ 40 | @media ( update : slow ) or ( hover : none ) {} `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:38:1] 38 | 39 | @media (update: slow) or (hover: none) {} : ^^^^^ 40 | @media ( update : slow ) or ( hover : none ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:38:1] 38 | 39 | @media (update: slow) or (hover: none) {} : ^^^^^ 40 | @media ( update : slow ) or ( hover : none ) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:38:1] 38 | 39 | @media (update: slow) or (hover: none) {} : ^^^^ 40 | @media ( update : slow ) or ( hover : none ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:38:1] 38 | 39 | @media (update: slow) or (hover: none) {} : ^^^^ 40 | @media ( update : slow ) or ( hover : none ) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:38:1] 38 | 39 | @media (update: slow) or (hover: none) {} : ^^ 40 | @media ( update : slow ) or ( hover : none ) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:38:1] 38 | 39 | @media (update: slow) or (hover: none) {} : ^ 40 | @media ( update : slow ) or ( hover : none ) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:39:1] 39 | @media (update: slow) or (hover: none) {} 40 | @media ( update : slow ) or ( hover : none ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 41 | @media(update: slow)or (hover: none){} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:39:1] 39 | @media (update: slow) or (hover: none) {} 40 | @media ( update : slow ) or ( hover : none ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 41 | @media(update: slow)or (hover: none){} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:39:1] 39 | @media (update: slow) or (hover: none) {} 40 | @media ( update : slow ) or ( hover : none ) {} : ^^^^^ 41 | @media(update: slow)or (hover: none){} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:39:1] 39 | @media (update: slow) or (hover: none) {} 40 | @media ( update : slow ) or ( hover : none ) {} : ^^^^^ 41 | @media(update: slow)or (hover: none){} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:39:1] 39 | @media (update: slow) or (hover: none) {} 40 | @media ( update : slow ) or ( hover : none ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 41 | @media(update: slow)or (hover: none){} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:39:1] 39 | @media (update: slow) or (hover: none) {} 40 | @media ( update : slow ) or ( hover : none ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 41 | @media(update: slow)or (hover: none){} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:39:1] 39 | @media (update: slow) or (hover: none) {} 40 | @media ( update : slow ) or ( hover : none ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 41 | @media(update: slow)or (hover: none){} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:39:1] 39 | @media (update: slow) or (hover: none) {} 40 | @media ( update : slow ) or ( hover : none ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^ 41 | @media(update: slow)or (hover: none){} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:39:1] 39 | @media (update: slow) or (hover: none) {} 40 | @media ( update : slow ) or ( hover : none ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^ 41 | @media(update: slow)or (hover: none){} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:39:1] 39 | @media (update: slow) or (hover: none) {} 40 | @media ( update : slow ) or ( hover : none ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^ 41 | @media(update: slow)or (hover: none){} `---- x MediaFeaturePlain ,-[$DIR/tests/fixture/at-rule/media/input.css:39:1] 39 | @media (update: slow) or (hover: none) {} 40 | @media ( update : slow ) or ( hover : none ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^ 41 | @media(update: slow)or (hover: none){} `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:39:1] 39 | @media (update: slow) or (hover: none) {} 40 | @media ( update : slow ) or ( hover : none ) {} : ^^^^^^ 41 | @media(update: slow)or (hover: none){} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:39:1] 39 | @media (update: slow) or (hover: none) {} 40 | @media ( update : slow ) or ( hover : none ) {} : ^^^^^^ 41 | @media(update: slow)or (hover: none){} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:39:1] 39 | @media (update: slow) or (hover: none) {} 40 | @media ( update : slow ) or ( hover : none ) {} : ^^^^ 41 | @media(update: slow)or (hover: none){} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:39:1] 39 | @media (update: slow) or (hover: none) {} 40 | @media ( update : slow ) or ( hover : none ) {} : ^^^^ 41 | @media(update: slow)or (hover: none){} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:39:1] 39 | @media (update: slow) or (hover: none) {} 40 | @media ( update : slow ) or ( hover : none ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 41 | @media(update: slow)or (hover: none){} `---- x MediaOr ,-[$DIR/tests/fixture/at-rule/media/input.css:39:1] 39 | @media (update: slow) or (hover: none) {} 40 | @media ( update : slow ) or ( hover : none ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 41 | @media(update: slow)or (hover: none){} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:39:1] 39 | @media (update: slow) or (hover: none) {} 40 | @media ( update : slow ) or ( hover : none ) {} : ^^ 41 | @media(update: slow)or (hover: none){} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:39:1] 39 | @media (update: slow) or (hover: none) {} 40 | @media ( update : slow ) or ( hover : none ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^ 41 | @media(update: slow)or (hover: none){} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:39:1] 39 | @media (update: slow) or (hover: none) {} 40 | @media ( update : slow ) or ( hover : none ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^ 41 | @media(update: slow)or (hover: none){} `---- x MediaFeaturePlain ,-[$DIR/tests/fixture/at-rule/media/input.css:39:1] 39 | @media (update: slow) or (hover: none) {} 40 | @media ( update : slow ) or ( hover : none ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^ 41 | @media(update: slow)or (hover: none){} `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:39:1] 39 | @media (update: slow) or (hover: none) {} 40 | @media ( update : slow ) or ( hover : none ) {} : ^^^^^ 41 | @media(update: slow)or (hover: none){} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:39:1] 39 | @media (update: slow) or (hover: none) {} 40 | @media ( update : slow ) or ( hover : none ) {} : ^^^^^ 41 | @media(update: slow)or (hover: none){} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:39:1] 39 | @media (update: slow) or (hover: none) {} 40 | @media ( update : slow ) or ( hover : none ) {} : ^^^^ 41 | @media(update: slow)or (hover: none){} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:39:1] 39 | @media (update: slow) or (hover: none) {} 40 | @media ( update : slow ) or ( hover : none ) {} : ^^^^ 41 | @media(update: slow)or (hover: none){} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:39:1] 39 | @media (update: slow) or (hover: none) {} 40 | @media ( update : slow ) or ( hover : none ) {} : ^^ 41 | @media(update: slow)or (hover: none){} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:39:1] 39 | @media (update: slow) or (hover: none) {} 40 | @media ( update : slow ) or ( hover : none ) {} : ^ 41 | @media(update: slow)or (hover: none){} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:40:1] 40 | @media ( update : slow ) or ( hover : none ) {} 41 | @media(update: slow)or (hover: none){} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:40:1] 40 | @media ( update : slow ) or ( hover : none ) {} 41 | @media(update: slow)or (hover: none){} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:40:1] 40 | @media ( update : slow ) or ( hover : none ) {} 41 | @media(update: slow)or (hover: none){} : ^^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:40:1] 40 | @media ( update : slow ) or ( hover : none ) {} 41 | @media(update: slow)or (hover: none){} : ^^^^^ `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:40:1] 40 | @media ( update : slow ) or ( hover : none ) {} 41 | @media(update: slow)or (hover: none){} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:40:1] 40 | @media ( update : slow ) or ( hover : none ) {} 41 | @media(update: slow)or (hover: none){} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:40:1] 40 | @media ( update : slow ) or ( hover : none ) {} 41 | @media(update: slow)or (hover: none){} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:40:1] 40 | @media ( update : slow ) or ( hover : none ) {} 41 | @media(update: slow)or (hover: none){} : ^^^^^^^^^^^^^^ `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:40:1] 40 | @media ( update : slow ) or ( hover : none ) {} 41 | @media(update: slow)or (hover: none){} : ^^^^^^^^^^^^^^ `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:40:1] 40 | @media ( update : slow ) or ( hover : none ) {} 41 | @media(update: slow)or (hover: none){} : ^^^^^^^^^^^^^^ `---- x MediaFeaturePlain ,-[$DIR/tests/fixture/at-rule/media/input.css:40:1] 40 | @media ( update : slow ) or ( hover : none ) {} 41 | @media(update: slow)or (hover: none){} : ^^^^^^^^^^^^^^ `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:40:1] 40 | @media ( update : slow ) or ( hover : none ) {} 41 | @media(update: slow)or (hover: none){} : ^^^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:40:1] 40 | @media ( update : slow ) or ( hover : none ) {} 41 | @media(update: slow)or (hover: none){} : ^^^^^^ `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:40:1] 40 | @media ( update : slow ) or ( hover : none ) {} 41 | @media(update: slow)or (hover: none){} : ^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:40:1] 40 | @media ( update : slow ) or ( hover : none ) {} 41 | @media(update: slow)or (hover: none){} : ^^^^ `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:40:1] 40 | @media ( update : slow ) or ( hover : none ) {} 41 | @media(update: slow)or (hover: none){} : ^^^^^^^^^^^^^^^^ `---- x MediaOr ,-[$DIR/tests/fixture/at-rule/media/input.css:40:1] 40 | @media ( update : slow ) or ( hover : none ) {} 41 | @media(update: slow)or (hover: none){} : ^^^^^^^^^^^^^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:40:1] 40 | @media ( update : slow ) or ( hover : none ) {} 41 | @media(update: slow)or (hover: none){} : ^^ `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:40:1] 40 | @media ( update : slow ) or ( hover : none ) {} 41 | @media(update: slow)or (hover: none){} : ^^^^^^^^^^^^^ `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:40:1] 40 | @media ( update : slow ) or ( hover : none ) {} 41 | @media(update: slow)or (hover: none){} : ^^^^^^^^^^^^^ `---- x MediaFeaturePlain ,-[$DIR/tests/fixture/at-rule/media/input.css:40:1] 40 | @media ( update : slow ) or ( hover : none ) {} 41 | @media(update: slow)or (hover: none){} : ^^^^^^^^^^^^^ `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:40:1] 40 | @media ( update : slow ) or ( hover : none ) {} 41 | @media(update: slow)or (hover: none){} : ^^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:40:1] 40 | @media ( update : slow ) or ( hover : none ) {} 41 | @media(update: slow)or (hover: none){} : ^^^^^ `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:40:1] 40 | @media ( update : slow ) or ( hover : none ) {} 41 | @media(update: slow)or (hover: none){} : ^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:40:1] 40 | @media ( update : slow ) or ( hover : none ) {} 41 | @media(update: slow)or (hover: none){} : ^^^^ `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:40:1] 40 | @media ( update : slow ) or ( hover : none ) {} 41 | @media(update: slow)or (hover: none){} : ^^ `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:40:1] 40 | @media ( update : slow ) or ( hover : none ) {} 41 | @media(update: slow)or (hover: none){} : ^ `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:42:1] 42 | 43 | @media (height < 600px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ 44 | @media (height <= 600px) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:42:1] 42 | 43 | @media (height < 600px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ 44 | @media (height <= 600px) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:42:1] 42 | 43 | @media (height < 600px) {} : ^^^^^ 44 | @media (height <= 600px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:42:1] 42 | 43 | @media (height < 600px) {} : ^^^^^ 44 | @media (height <= 600px) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:42:1] 42 | 43 | @media (height < 600px) {} : ^^^^^^^^^^^^^^^^ 44 | @media (height <= 600px) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:42:1] 42 | 43 | @media (height < 600px) {} : ^^^^^^^^^^^^^^^^ 44 | @media (height <= 600px) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:42:1] 42 | 43 | @media (height < 600px) {} : ^^^^^^^^^^^^^^^^ 44 | @media (height <= 600px) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:42:1] 42 | 43 | @media (height < 600px) {} : ^^^^^^^^^^^^^^^^ 44 | @media (height <= 600px) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:42:1] 42 | 43 | @media (height < 600px) {} : ^^^^^^^^^^^^^^^^ 44 | @media (height <= 600px) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:42:1] 42 | 43 | @media (height < 600px) {} : ^^^^^^^^^^^^^^^^ 44 | @media (height <= 600px) {} `---- x MediaFeatureRange ,-[$DIR/tests/fixture/at-rule/media/input.css:42:1] 42 | 43 | @media (height < 600px) {} : ^^^^^^^^^^^^^^^^ 44 | @media (height <= 600px) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:42:1] 42 | 43 | @media (height < 600px) {} : ^^^^^^ 44 | @media (height <= 600px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:42:1] 42 | 43 | @media (height < 600px) {} : ^^^^^^ 44 | @media (height <= 600px) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:42:1] 42 | 43 | @media (height < 600px) {} : ^^^^^ 44 | @media (height <= 600px) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:42:1] 42 | 43 | @media (height < 600px) {} : ^^^^^ 44 | @media (height <= 600px) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:42:1] 42 | 43 | @media (height < 600px) {} : ^^^^^ 44 | @media (height <= 600px) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:42:1] 42 | 43 | @media (height < 600px) {} : ^^^ 44 | @media (height <= 600px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:42:1] 42 | 43 | @media (height < 600px) {} : ^^ 44 | @media (height <= 600px) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:42:1] 42 | 43 | @media (height < 600px) {} : ^^ 44 | @media (height <= 600px) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:42:1] 42 | 43 | @media (height < 600px) {} : ^ 44 | @media (height <= 600px) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:43:1] 43 | @media (height < 600px) {} 44 | @media (height <= 600px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 45 | @media (height > 600px) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:43:1] 43 | @media (height < 600px) {} 44 | @media (height <= 600px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 45 | @media (height > 600px) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:43:1] 43 | @media (height < 600px) {} 44 | @media (height <= 600px) {} : ^^^^^ 45 | @media (height > 600px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:43:1] 43 | @media (height < 600px) {} 44 | @media (height <= 600px) {} : ^^^^^ 45 | @media (height > 600px) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:43:1] 43 | @media (height < 600px) {} 44 | @media (height <= 600px) {} : ^^^^^^^^^^^^^^^^^ 45 | @media (height > 600px) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:43:1] 43 | @media (height < 600px) {} 44 | @media (height <= 600px) {} : ^^^^^^^^^^^^^^^^^ 45 | @media (height > 600px) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:43:1] 43 | @media (height < 600px) {} 44 | @media (height <= 600px) {} : ^^^^^^^^^^^^^^^^^ 45 | @media (height > 600px) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:43:1] 43 | @media (height < 600px) {} 44 | @media (height <= 600px) {} : ^^^^^^^^^^^^^^^^^ 45 | @media (height > 600px) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:43:1] 43 | @media (height < 600px) {} 44 | @media (height <= 600px) {} : ^^^^^^^^^^^^^^^^^ 45 | @media (height > 600px) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:43:1] 43 | @media (height < 600px) {} 44 | @media (height <= 600px) {} : ^^^^^^^^^^^^^^^^^ 45 | @media (height > 600px) {} `---- x MediaFeatureRange ,-[$DIR/tests/fixture/at-rule/media/input.css:43:1] 43 | @media (height < 600px) {} 44 | @media (height <= 600px) {} : ^^^^^^^^^^^^^^^^^ 45 | @media (height > 600px) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:43:1] 43 | @media (height < 600px) {} 44 | @media (height <= 600px) {} : ^^^^^^ 45 | @media (height > 600px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:43:1] 43 | @media (height < 600px) {} 44 | @media (height <= 600px) {} : ^^^^^^ 45 | @media (height > 600px) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:43:1] 43 | @media (height < 600px) {} 44 | @media (height <= 600px) {} : ^^^^^ 45 | @media (height > 600px) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:43:1] 43 | @media (height < 600px) {} 44 | @media (height <= 600px) {} : ^^^^^ 45 | @media (height > 600px) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:43:1] 43 | @media (height < 600px) {} 44 | @media (height <= 600px) {} : ^^^^^ 45 | @media (height > 600px) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:43:1] 43 | @media (height < 600px) {} 44 | @media (height <= 600px) {} : ^^^ 45 | @media (height > 600px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:43:1] 43 | @media (height < 600px) {} 44 | @media (height <= 600px) {} : ^^ 45 | @media (height > 600px) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:43:1] 43 | @media (height < 600px) {} 44 | @media (height <= 600px) {} : ^^ 45 | @media (height > 600px) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:43:1] 43 | @media (height < 600px) {} 44 | @media (height <= 600px) {} : ^ 45 | @media (height > 600px) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:44:1] 44 | @media (height <= 600px) {} 45 | @media (height > 600px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ 46 | @media (height >= 600px) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:44:1] 44 | @media (height <= 600px) {} 45 | @media (height > 600px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ 46 | @media (height >= 600px) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:44:1] 44 | @media (height <= 600px) {} 45 | @media (height > 600px) {} : ^^^^^ 46 | @media (height >= 600px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:44:1] 44 | @media (height <= 600px) {} 45 | @media (height > 600px) {} : ^^^^^ 46 | @media (height >= 600px) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:44:1] 44 | @media (height <= 600px) {} 45 | @media (height > 600px) {} : ^^^^^^^^^^^^^^^^ 46 | @media (height >= 600px) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:44:1] 44 | @media (height <= 600px) {} 45 | @media (height > 600px) {} : ^^^^^^^^^^^^^^^^ 46 | @media (height >= 600px) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:44:1] 44 | @media (height <= 600px) {} 45 | @media (height > 600px) {} : ^^^^^^^^^^^^^^^^ 46 | @media (height >= 600px) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:44:1] 44 | @media (height <= 600px) {} 45 | @media (height > 600px) {} : ^^^^^^^^^^^^^^^^ 46 | @media (height >= 600px) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:44:1] 44 | @media (height <= 600px) {} 45 | @media (height > 600px) {} : ^^^^^^^^^^^^^^^^ 46 | @media (height >= 600px) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:44:1] 44 | @media (height <= 600px) {} 45 | @media (height > 600px) {} : ^^^^^^^^^^^^^^^^ 46 | @media (height >= 600px) {} `---- x MediaFeatureRange ,-[$DIR/tests/fixture/at-rule/media/input.css:44:1] 44 | @media (height <= 600px) {} 45 | @media (height > 600px) {} : ^^^^^^^^^^^^^^^^ 46 | @media (height >= 600px) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:44:1] 44 | @media (height <= 600px) {} 45 | @media (height > 600px) {} : ^^^^^^ 46 | @media (height >= 600px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:44:1] 44 | @media (height <= 600px) {} 45 | @media (height > 600px) {} : ^^^^^^ 46 | @media (height >= 600px) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:44:1] 44 | @media (height <= 600px) {} 45 | @media (height > 600px) {} : ^^^^^ 46 | @media (height >= 600px) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:44:1] 44 | @media (height <= 600px) {} 45 | @media (height > 600px) {} : ^^^^^ 46 | @media (height >= 600px) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:44:1] 44 | @media (height <= 600px) {} 45 | @media (height > 600px) {} : ^^^^^ 46 | @media (height >= 600px) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:44:1] 44 | @media (height <= 600px) {} 45 | @media (height > 600px) {} : ^^^ 46 | @media (height >= 600px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:44:1] 44 | @media (height <= 600px) {} 45 | @media (height > 600px) {} : ^^ 46 | @media (height >= 600px) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:44:1] 44 | @media (height <= 600px) {} 45 | @media (height > 600px) {} : ^^ 46 | @media (height >= 600px) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:44:1] 44 | @media (height <= 600px) {} 45 | @media (height > 600px) {} : ^ 46 | @media (height >= 600px) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:45:1] 45 | @media (height > 600px) {} 46 | @media (height >= 600px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 47 | @media (height = 600px) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:45:1] 45 | @media (height > 600px) {} 46 | @media (height >= 600px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 47 | @media (height = 600px) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:45:1] 45 | @media (height > 600px) {} 46 | @media (height >= 600px) {} : ^^^^^ 47 | @media (height = 600px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:45:1] 45 | @media (height > 600px) {} 46 | @media (height >= 600px) {} : ^^^^^ 47 | @media (height = 600px) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:45:1] 45 | @media (height > 600px) {} 46 | @media (height >= 600px) {} : ^^^^^^^^^^^^^^^^^ 47 | @media (height = 600px) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:45:1] 45 | @media (height > 600px) {} 46 | @media (height >= 600px) {} : ^^^^^^^^^^^^^^^^^ 47 | @media (height = 600px) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:45:1] 45 | @media (height > 600px) {} 46 | @media (height >= 600px) {} : ^^^^^^^^^^^^^^^^^ 47 | @media (height = 600px) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:45:1] 45 | @media (height > 600px) {} 46 | @media (height >= 600px) {} : ^^^^^^^^^^^^^^^^^ 47 | @media (height = 600px) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:45:1] 45 | @media (height > 600px) {} 46 | @media (height >= 600px) {} : ^^^^^^^^^^^^^^^^^ 47 | @media (height = 600px) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:45:1] 45 | @media (height > 600px) {} 46 | @media (height >= 600px) {} : ^^^^^^^^^^^^^^^^^ 47 | @media (height = 600px) {} `---- x MediaFeatureRange ,-[$DIR/tests/fixture/at-rule/media/input.css:45:1] 45 | @media (height > 600px) {} 46 | @media (height >= 600px) {} : ^^^^^^^^^^^^^^^^^ 47 | @media (height = 600px) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:45:1] 45 | @media (height > 600px) {} 46 | @media (height >= 600px) {} : ^^^^^^ 47 | @media (height = 600px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:45:1] 45 | @media (height > 600px) {} 46 | @media (height >= 600px) {} : ^^^^^^ 47 | @media (height = 600px) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:45:1] 45 | @media (height > 600px) {} 46 | @media (height >= 600px) {} : ^^^^^ 47 | @media (height = 600px) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:45:1] 45 | @media (height > 600px) {} 46 | @media (height >= 600px) {} : ^^^^^ 47 | @media (height = 600px) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:45:1] 45 | @media (height > 600px) {} 46 | @media (height >= 600px) {} : ^^^^^ 47 | @media (height = 600px) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:45:1] 45 | @media (height > 600px) {} 46 | @media (height >= 600px) {} : ^^^ 47 | @media (height = 600px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:45:1] 45 | @media (height > 600px) {} 46 | @media (height >= 600px) {} : ^^ 47 | @media (height = 600px) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:45:1] 45 | @media (height > 600px) {} 46 | @media (height >= 600px) {} : ^^ 47 | @media (height = 600px) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:45:1] 45 | @media (height > 600px) {} 46 | @media (height >= 600px) {} : ^ 47 | @media (height = 600px) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:46:1] 46 | @media (height >= 600px) {} 47 | @media (height = 600px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ 48 | @media ( height < 600px ) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:46:1] 46 | @media (height >= 600px) {} 47 | @media (height = 600px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ 48 | @media ( height < 600px ) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:46:1] 46 | @media (height >= 600px) {} 47 | @media (height = 600px) {} : ^^^^^ 48 | @media ( height < 600px ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:46:1] 46 | @media (height >= 600px) {} 47 | @media (height = 600px) {} : ^^^^^ 48 | @media ( height < 600px ) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:46:1] 46 | @media (height >= 600px) {} 47 | @media (height = 600px) {} : ^^^^^^^^^^^^^^^^ 48 | @media ( height < 600px ) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:46:1] 46 | @media (height >= 600px) {} 47 | @media (height = 600px) {} : ^^^^^^^^^^^^^^^^ 48 | @media ( height < 600px ) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:46:1] 46 | @media (height >= 600px) {} 47 | @media (height = 600px) {} : ^^^^^^^^^^^^^^^^ 48 | @media ( height < 600px ) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:46:1] 46 | @media (height >= 600px) {} 47 | @media (height = 600px) {} : ^^^^^^^^^^^^^^^^ 48 | @media ( height < 600px ) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:46:1] 46 | @media (height >= 600px) {} 47 | @media (height = 600px) {} : ^^^^^^^^^^^^^^^^ 48 | @media ( height < 600px ) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:46:1] 46 | @media (height >= 600px) {} 47 | @media (height = 600px) {} : ^^^^^^^^^^^^^^^^ 48 | @media ( height < 600px ) {} `---- x MediaFeatureRange ,-[$DIR/tests/fixture/at-rule/media/input.css:46:1] 46 | @media (height >= 600px) {} 47 | @media (height = 600px) {} : ^^^^^^^^^^^^^^^^ 48 | @media ( height < 600px ) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:46:1] 46 | @media (height >= 600px) {} 47 | @media (height = 600px) {} : ^^^^^^ 48 | @media ( height < 600px ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:46:1] 46 | @media (height >= 600px) {} 47 | @media (height = 600px) {} : ^^^^^^ 48 | @media ( height < 600px ) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:46:1] 46 | @media (height >= 600px) {} 47 | @media (height = 600px) {} : ^^^^^ 48 | @media ( height < 600px ) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:46:1] 46 | @media (height >= 600px) {} 47 | @media (height = 600px) {} : ^^^^^ 48 | @media ( height < 600px ) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:46:1] 46 | @media (height >= 600px) {} 47 | @media (height = 600px) {} : ^^^^^ 48 | @media ( height < 600px ) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:46:1] 46 | @media (height >= 600px) {} 47 | @media (height = 600px) {} : ^^^ 48 | @media ( height < 600px ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:46:1] 46 | @media (height >= 600px) {} 47 | @media (height = 600px) {} : ^^ 48 | @media ( height < 600px ) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:46:1] 46 | @media (height >= 600px) {} 47 | @media (height = 600px) {} : ^^ 48 | @media ( height < 600px ) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:46:1] 46 | @media (height >= 600px) {} 47 | @media (height = 600px) {} : ^ 48 | @media ( height < 600px ) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:47:1] 47 | @media (height = 600px) {} 48 | @media ( height < 600px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 49 | @media ( height <= 600px ) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:47:1] 47 | @media (height = 600px) {} 48 | @media ( height < 600px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 49 | @media ( height <= 600px ) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:47:1] 47 | @media (height = 600px) {} 48 | @media ( height < 600px ) {} : ^^^^^ 49 | @media ( height <= 600px ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:47:1] 47 | @media (height = 600px) {} 48 | @media ( height < 600px ) {} : ^^^^^ 49 | @media ( height <= 600px ) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:47:1] 47 | @media (height = 600px) {} 48 | @media ( height < 600px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ 49 | @media ( height <= 600px ) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:47:1] 47 | @media (height = 600px) {} 48 | @media ( height < 600px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ 49 | @media ( height <= 600px ) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:47:1] 47 | @media (height = 600px) {} 48 | @media ( height < 600px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ 49 | @media ( height <= 600px ) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:47:1] 47 | @media (height = 600px) {} 48 | @media ( height < 600px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ 49 | @media ( height <= 600px ) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:47:1] 47 | @media (height = 600px) {} 48 | @media ( height < 600px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ 49 | @media ( height <= 600px ) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:47:1] 47 | @media (height = 600px) {} 48 | @media ( height < 600px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ 49 | @media ( height <= 600px ) {} `---- x MediaFeatureRange ,-[$DIR/tests/fixture/at-rule/media/input.css:47:1] 47 | @media (height = 600px) {} 48 | @media ( height < 600px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ 49 | @media ( height <= 600px ) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:47:1] 47 | @media (height = 600px) {} 48 | @media ( height < 600px ) {} : ^^^^^^ 49 | @media ( height <= 600px ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:47:1] 47 | @media (height = 600px) {} 48 | @media ( height < 600px ) {} : ^^^^^^ 49 | @media ( height <= 600px ) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:47:1] 47 | @media (height = 600px) {} 48 | @media ( height < 600px ) {} : ^^^^^ 49 | @media ( height <= 600px ) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:47:1] 47 | @media (height = 600px) {} 48 | @media ( height < 600px ) {} : ^^^^^ 49 | @media ( height <= 600px ) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:47:1] 47 | @media (height = 600px) {} 48 | @media ( height < 600px ) {} : ^^^^^ 49 | @media ( height <= 600px ) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:47:1] 47 | @media (height = 600px) {} 48 | @media ( height < 600px ) {} : ^^^ 49 | @media ( height <= 600px ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:47:1] 47 | @media (height = 600px) {} 48 | @media ( height < 600px ) {} : ^^ 49 | @media ( height <= 600px ) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:47:1] 47 | @media (height = 600px) {} 48 | @media ( height < 600px ) {} : ^^ 49 | @media ( height <= 600px ) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:47:1] 47 | @media (height = 600px) {} 48 | @media ( height < 600px ) {} : ^ 49 | @media ( height <= 600px ) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:48:1] 48 | @media ( height < 600px ) {} 49 | @media ( height <= 600px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 50 | @media ( height > 600px ) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:48:1] 48 | @media ( height < 600px ) {} 49 | @media ( height <= 600px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 50 | @media ( height > 600px ) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:48:1] 48 | @media ( height < 600px ) {} 49 | @media ( height <= 600px ) {} : ^^^^^ 50 | @media ( height > 600px ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:48:1] 48 | @media ( height < 600px ) {} 49 | @media ( height <= 600px ) {} : ^^^^^ 50 | @media ( height > 600px ) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:48:1] 48 | @media ( height < 600px ) {} 49 | @media ( height <= 600px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 50 | @media ( height > 600px ) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:48:1] 48 | @media ( height < 600px ) {} 49 | @media ( height <= 600px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 50 | @media ( height > 600px ) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:48:1] 48 | @media ( height < 600px ) {} 49 | @media ( height <= 600px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 50 | @media ( height > 600px ) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:48:1] 48 | @media ( height < 600px ) {} 49 | @media ( height <= 600px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 50 | @media ( height > 600px ) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:48:1] 48 | @media ( height < 600px ) {} 49 | @media ( height <= 600px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 50 | @media ( height > 600px ) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:48:1] 48 | @media ( height < 600px ) {} 49 | @media ( height <= 600px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 50 | @media ( height > 600px ) {} `---- x MediaFeatureRange ,-[$DIR/tests/fixture/at-rule/media/input.css:48:1] 48 | @media ( height < 600px ) {} 49 | @media ( height <= 600px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 50 | @media ( height > 600px ) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:48:1] 48 | @media ( height < 600px ) {} 49 | @media ( height <= 600px ) {} : ^^^^^^ 50 | @media ( height > 600px ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:48:1] 48 | @media ( height < 600px ) {} 49 | @media ( height <= 600px ) {} : ^^^^^^ 50 | @media ( height > 600px ) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:48:1] 48 | @media ( height < 600px ) {} 49 | @media ( height <= 600px ) {} : ^^^^^ 50 | @media ( height > 600px ) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:48:1] 48 | @media ( height < 600px ) {} 49 | @media ( height <= 600px ) {} : ^^^^^ 50 | @media ( height > 600px ) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:48:1] 48 | @media ( height < 600px ) {} 49 | @media ( height <= 600px ) {} : ^^^^^ 50 | @media ( height > 600px ) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:48:1] 48 | @media ( height < 600px ) {} 49 | @media ( height <= 600px ) {} : ^^^ 50 | @media ( height > 600px ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:48:1] 48 | @media ( height < 600px ) {} 49 | @media ( height <= 600px ) {} : ^^ 50 | @media ( height > 600px ) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:48:1] 48 | @media ( height < 600px ) {} 49 | @media ( height <= 600px ) {} : ^^ 50 | @media ( height > 600px ) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:48:1] 48 | @media ( height < 600px ) {} 49 | @media ( height <= 600px ) {} : ^ 50 | @media ( height > 600px ) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:49:1] 49 | @media ( height <= 600px ) {} 50 | @media ( height > 600px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 51 | @media ( height >= 600px ) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:49:1] 49 | @media ( height <= 600px ) {} 50 | @media ( height > 600px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 51 | @media ( height >= 600px ) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:49:1] 49 | @media ( height <= 600px ) {} 50 | @media ( height > 600px ) {} : ^^^^^ 51 | @media ( height >= 600px ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:49:1] 49 | @media ( height <= 600px ) {} 50 | @media ( height > 600px ) {} : ^^^^^ 51 | @media ( height >= 600px ) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:49:1] 49 | @media ( height <= 600px ) {} 50 | @media ( height > 600px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ 51 | @media ( height >= 600px ) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:49:1] 49 | @media ( height <= 600px ) {} 50 | @media ( height > 600px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ 51 | @media ( height >= 600px ) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:49:1] 49 | @media ( height <= 600px ) {} 50 | @media ( height > 600px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ 51 | @media ( height >= 600px ) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:49:1] 49 | @media ( height <= 600px ) {} 50 | @media ( height > 600px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ 51 | @media ( height >= 600px ) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:49:1] 49 | @media ( height <= 600px ) {} 50 | @media ( height > 600px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ 51 | @media ( height >= 600px ) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:49:1] 49 | @media ( height <= 600px ) {} 50 | @media ( height > 600px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ 51 | @media ( height >= 600px ) {} `---- x MediaFeatureRange ,-[$DIR/tests/fixture/at-rule/media/input.css:49:1] 49 | @media ( height <= 600px ) {} 50 | @media ( height > 600px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ 51 | @media ( height >= 600px ) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:49:1] 49 | @media ( height <= 600px ) {} 50 | @media ( height > 600px ) {} : ^^^^^^ 51 | @media ( height >= 600px ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:49:1] 49 | @media ( height <= 600px ) {} 50 | @media ( height > 600px ) {} : ^^^^^^ 51 | @media ( height >= 600px ) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:49:1] 49 | @media ( height <= 600px ) {} 50 | @media ( height > 600px ) {} : ^^^^^ 51 | @media ( height >= 600px ) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:49:1] 49 | @media ( height <= 600px ) {} 50 | @media ( height > 600px ) {} : ^^^^^ 51 | @media ( height >= 600px ) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:49:1] 49 | @media ( height <= 600px ) {} 50 | @media ( height > 600px ) {} : ^^^^^ 51 | @media ( height >= 600px ) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:49:1] 49 | @media ( height <= 600px ) {} 50 | @media ( height > 600px ) {} : ^^^ 51 | @media ( height >= 600px ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:49:1] 49 | @media ( height <= 600px ) {} 50 | @media ( height > 600px ) {} : ^^ 51 | @media ( height >= 600px ) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:49:1] 49 | @media ( height <= 600px ) {} 50 | @media ( height > 600px ) {} : ^^ 51 | @media ( height >= 600px ) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:49:1] 49 | @media ( height <= 600px ) {} 50 | @media ( height > 600px ) {} : ^ 51 | @media ( height >= 600px ) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:50:1] 50 | @media ( height > 600px ) {} 51 | @media ( height >= 600px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 52 | @media ( height = 600px ) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:50:1] 50 | @media ( height > 600px ) {} 51 | @media ( height >= 600px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 52 | @media ( height = 600px ) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:50:1] 50 | @media ( height > 600px ) {} 51 | @media ( height >= 600px ) {} : ^^^^^ 52 | @media ( height = 600px ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:50:1] 50 | @media ( height > 600px ) {} 51 | @media ( height >= 600px ) {} : ^^^^^ 52 | @media ( height = 600px ) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:50:1] 50 | @media ( height > 600px ) {} 51 | @media ( height >= 600px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 52 | @media ( height = 600px ) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:50:1] 50 | @media ( height > 600px ) {} 51 | @media ( height >= 600px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 52 | @media ( height = 600px ) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:50:1] 50 | @media ( height > 600px ) {} 51 | @media ( height >= 600px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 52 | @media ( height = 600px ) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:50:1] 50 | @media ( height > 600px ) {} 51 | @media ( height >= 600px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 52 | @media ( height = 600px ) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:50:1] 50 | @media ( height > 600px ) {} 51 | @media ( height >= 600px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 52 | @media ( height = 600px ) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:50:1] 50 | @media ( height > 600px ) {} 51 | @media ( height >= 600px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 52 | @media ( height = 600px ) {} `---- x MediaFeatureRange ,-[$DIR/tests/fixture/at-rule/media/input.css:50:1] 50 | @media ( height > 600px ) {} 51 | @media ( height >= 600px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 52 | @media ( height = 600px ) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:50:1] 50 | @media ( height > 600px ) {} 51 | @media ( height >= 600px ) {} : ^^^^^^ 52 | @media ( height = 600px ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:50:1] 50 | @media ( height > 600px ) {} 51 | @media ( height >= 600px ) {} : ^^^^^^ 52 | @media ( height = 600px ) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:50:1] 50 | @media ( height > 600px ) {} 51 | @media ( height >= 600px ) {} : ^^^^^ 52 | @media ( height = 600px ) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:50:1] 50 | @media ( height > 600px ) {} 51 | @media ( height >= 600px ) {} : ^^^^^ 52 | @media ( height = 600px ) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:50:1] 50 | @media ( height > 600px ) {} 51 | @media ( height >= 600px ) {} : ^^^^^ 52 | @media ( height = 600px ) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:50:1] 50 | @media ( height > 600px ) {} 51 | @media ( height >= 600px ) {} : ^^^ 52 | @media ( height = 600px ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:50:1] 50 | @media ( height > 600px ) {} 51 | @media ( height >= 600px ) {} : ^^ 52 | @media ( height = 600px ) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:50:1] 50 | @media ( height > 600px ) {} 51 | @media ( height >= 600px ) {} : ^^ 52 | @media ( height = 600px ) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:50:1] 50 | @media ( height > 600px ) {} 51 | @media ( height >= 600px ) {} : ^ 52 | @media ( height = 600px ) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:51:1] 51 | @media ( height >= 600px ) {} 52 | @media ( height = 600px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 53 | @media(height=600px){} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:51:1] 51 | @media ( height >= 600px ) {} 52 | @media ( height = 600px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 53 | @media(height=600px){} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:51:1] 51 | @media ( height >= 600px ) {} 52 | @media ( height = 600px ) {} : ^^^^^ 53 | @media(height=600px){} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:51:1] 51 | @media ( height >= 600px ) {} 52 | @media ( height = 600px ) {} : ^^^^^ 53 | @media(height=600px){} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:51:1] 51 | @media ( height >= 600px ) {} 52 | @media ( height = 600px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ 53 | @media(height=600px){} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:51:1] 51 | @media ( height >= 600px ) {} 52 | @media ( height = 600px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ 53 | @media(height=600px){} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:51:1] 51 | @media ( height >= 600px ) {} 52 | @media ( height = 600px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ 53 | @media(height=600px){} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:51:1] 51 | @media ( height >= 600px ) {} 52 | @media ( height = 600px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ 53 | @media(height=600px){} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:51:1] 51 | @media ( height >= 600px ) {} 52 | @media ( height = 600px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ 53 | @media(height=600px){} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:51:1] 51 | @media ( height >= 600px ) {} 52 | @media ( height = 600px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ 53 | @media(height=600px){} `---- x MediaFeatureRange ,-[$DIR/tests/fixture/at-rule/media/input.css:51:1] 51 | @media ( height >= 600px ) {} 52 | @media ( height = 600px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ 53 | @media(height=600px){} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:51:1] 51 | @media ( height >= 600px ) {} 52 | @media ( height = 600px ) {} : ^^^^^^ 53 | @media(height=600px){} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:51:1] 51 | @media ( height >= 600px ) {} 52 | @media ( height = 600px ) {} : ^^^^^^ 53 | @media(height=600px){} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:51:1] 51 | @media ( height >= 600px ) {} 52 | @media ( height = 600px ) {} : ^^^^^ 53 | @media(height=600px){} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:51:1] 51 | @media ( height >= 600px ) {} 52 | @media ( height = 600px ) {} : ^^^^^ 53 | @media(height=600px){} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:51:1] 51 | @media ( height >= 600px ) {} 52 | @media ( height = 600px ) {} : ^^^^^ 53 | @media(height=600px){} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:51:1] 51 | @media ( height >= 600px ) {} 52 | @media ( height = 600px ) {} : ^^^ 53 | @media(height=600px){} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:51:1] 51 | @media ( height >= 600px ) {} 52 | @media ( height = 600px ) {} : ^^ 53 | @media(height=600px){} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:51:1] 51 | @media ( height >= 600px ) {} 52 | @media ( height = 600px ) {} : ^^ 53 | @media(height=600px){} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:51:1] 51 | @media ( height >= 600px ) {} 52 | @media ( height = 600px ) {} : ^ 53 | @media(height=600px){} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:52:1] 52 | @media ( height = 600px ) {} 53 | @media(height=600px){} : ^^^^^^^^^^^^^^^^^^^^^^ 54 | @media(height>=600px) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:52:1] 52 | @media ( height = 600px ) {} 53 | @media(height=600px){} : ^^^^^^^^^^^^^^^^^^^^^^ 54 | @media(height>=600px) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:52:1] 52 | @media ( height = 600px ) {} 53 | @media(height=600px){} : ^^^^^ 54 | @media(height>=600px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:52:1] 52 | @media ( height = 600px ) {} 53 | @media(height=600px){} : ^^^^^ 54 | @media(height>=600px) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:52:1] 52 | @media ( height = 600px ) {} 53 | @media(height=600px){} : ^^^^^^^^^^^^^^ 54 | @media(height>=600px) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:52:1] 52 | @media ( height = 600px ) {} 53 | @media(height=600px){} : ^^^^^^^^^^^^^^ 54 | @media(height>=600px) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:52:1] 52 | @media ( height = 600px ) {} 53 | @media(height=600px){} : ^^^^^^^^^^^^^^ 54 | @media(height>=600px) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:52:1] 52 | @media ( height = 600px ) {} 53 | @media(height=600px){} : ^^^^^^^^^^^^^^ 54 | @media(height>=600px) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:52:1] 52 | @media ( height = 600px ) {} 53 | @media(height=600px){} : ^^^^^^^^^^^^^^ 54 | @media(height>=600px) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:52:1] 52 | @media ( height = 600px ) {} 53 | @media(height=600px){} : ^^^^^^^^^^^^^^ 54 | @media(height>=600px) {} `---- x MediaFeatureRange ,-[$DIR/tests/fixture/at-rule/media/input.css:52:1] 52 | @media ( height = 600px ) {} 53 | @media(height=600px){} : ^^^^^^^^^^^^^^ 54 | @media(height>=600px) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:52:1] 52 | @media ( height = 600px ) {} 53 | @media(height=600px){} : ^^^^^^ 54 | @media(height>=600px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:52:1] 52 | @media ( height = 600px ) {} 53 | @media(height=600px){} : ^^^^^^ 54 | @media(height>=600px) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:52:1] 52 | @media ( height = 600px ) {} 53 | @media(height=600px){} : ^^^^^ 54 | @media(height>=600px) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:52:1] 52 | @media ( height = 600px ) {} 53 | @media(height=600px){} : ^^^^^ 54 | @media(height>=600px) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:52:1] 52 | @media ( height = 600px ) {} 53 | @media(height=600px){} : ^^^^^ 54 | @media(height>=600px) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:52:1] 52 | @media ( height = 600px ) {} 53 | @media(height=600px){} : ^^^ 54 | @media(height>=600px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:52:1] 52 | @media ( height = 600px ) {} 53 | @media(height=600px){} : ^^ 54 | @media(height>=600px) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:52:1] 52 | @media ( height = 600px ) {} 53 | @media(height=600px){} : ^^ 54 | @media(height>=600px) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:52:1] 52 | @media ( height = 600px ) {} 53 | @media(height=600px){} : ^ 54 | @media(height>=600px) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:53:1] 53 | @media(height=600px){} 54 | @media(height>=600px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^ `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:53:1] 53 | @media(height=600px){} 54 | @media(height>=600px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^ `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:53:1] 53 | @media(height=600px){} 54 | @media(height>=600px) {} : ^^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:53:1] 53 | @media(height=600px){} 54 | @media(height>=600px) {} : ^^^^^ `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:53:1] 53 | @media(height=600px){} 54 | @media(height>=600px) {} : ^^^^^^^^^^^^^^^ `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:53:1] 53 | @media(height=600px){} 54 | @media(height>=600px) {} : ^^^^^^^^^^^^^^^ `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:53:1] 53 | @media(height=600px){} 54 | @media(height>=600px) {} : ^^^^^^^^^^^^^^^ `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:53:1] 53 | @media(height=600px){} 54 | @media(height>=600px) {} : ^^^^^^^^^^^^^^^ `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:53:1] 53 | @media(height=600px){} 54 | @media(height>=600px) {} : ^^^^^^^^^^^^^^^ `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:53:1] 53 | @media(height=600px){} 54 | @media(height>=600px) {} : ^^^^^^^^^^^^^^^ `---- x MediaFeatureRange ,-[$DIR/tests/fixture/at-rule/media/input.css:53:1] 53 | @media(height=600px){} 54 | @media(height>=600px) {} : ^^^^^^^^^^^^^^^ `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:53:1] 53 | @media(height=600px){} 54 | @media(height>=600px) {} : ^^^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:53:1] 53 | @media(height=600px){} 54 | @media(height>=600px) {} : ^^^^^^ `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:53:1] 53 | @media(height=600px){} 54 | @media(height>=600px) {} : ^^^^^ `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:53:1] 53 | @media(height=600px){} 54 | @media(height>=600px) {} : ^^^^^ `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:53:1] 53 | @media(height=600px){} 54 | @media(height>=600px) {} : ^^^^^ `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:53:1] 53 | @media(height=600px){} 54 | @media(height>=600px) {} : ^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:53:1] 53 | @media(height=600px){} 54 | @media(height>=600px) {} : ^^ `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:53:1] 53 | @media(height=600px){} 54 | @media(height>=600px) {} : ^^ `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:53:1] 53 | @media(height=600px){} 54 | @media(height>=600px) {} : ^ `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:55:1] 55 | 56 | @media (600px < height) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ 57 | @media (600px <= height) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:55:1] 55 | 56 | @media (600px < height) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ 57 | @media (600px <= height) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:55:1] 55 | 56 | @media (600px < height) {} : ^^^^^ 57 | @media (600px <= height) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:55:1] 55 | 56 | @media (600px < height) {} : ^^^^^ 57 | @media (600px <= height) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:55:1] 55 | 56 | @media (600px < height) {} : ^^^^^^^^^^^^^^^^ 57 | @media (600px <= height) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:55:1] 55 | 56 | @media (600px < height) {} : ^^^^^^^^^^^^^^^^ 57 | @media (600px <= height) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:55:1] 55 | 56 | @media (600px < height) {} : ^^^^^^^^^^^^^^^^ 57 | @media (600px <= height) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:55:1] 55 | 56 | @media (600px < height) {} : ^^^^^^^^^^^^^^^^ 57 | @media (600px <= height) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:55:1] 55 | 56 | @media (600px < height) {} : ^^^^^^^^^^^^^^^^ 57 | @media (600px <= height) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:55:1] 55 | 56 | @media (600px < height) {} : ^^^^^^^^^^^^^^^^ 57 | @media (600px <= height) {} `---- x MediaFeatureRange ,-[$DIR/tests/fixture/at-rule/media/input.css:55:1] 55 | 56 | @media (600px < height) {} : ^^^^^^^^^^^^^^^^ 57 | @media (600px <= height) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:55:1] 55 | 56 | @media (600px < height) {} : ^^^^^ 57 | @media (600px <= height) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:55:1] 55 | 56 | @media (600px < height) {} : ^^^^^ 57 | @media (600px <= height) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:55:1] 55 | 56 | @media (600px < height) {} : ^^^^^ 57 | @media (600px <= height) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:55:1] 55 | 56 | @media (600px < height) {} : ^^^ 57 | @media (600px <= height) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:55:1] 55 | 56 | @media (600px < height) {} : ^^ 57 | @media (600px <= height) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:55:1] 55 | 56 | @media (600px < height) {} : ^^^^^^ 57 | @media (600px <= height) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:55:1] 55 | 56 | @media (600px < height) {} : ^^^^^^ 57 | @media (600px <= height) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:55:1] 55 | 56 | @media (600px < height) {} : ^^ 57 | @media (600px <= height) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:55:1] 55 | 56 | @media (600px < height) {} : ^ 57 | @media (600px <= height) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:56:1] 56 | @media (600px < height) {} 57 | @media (600px <= height) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 58 | @media (600px > height) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:56:1] 56 | @media (600px < height) {} 57 | @media (600px <= height) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 58 | @media (600px > height) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:56:1] 56 | @media (600px < height) {} 57 | @media (600px <= height) {} : ^^^^^ 58 | @media (600px > height) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:56:1] 56 | @media (600px < height) {} 57 | @media (600px <= height) {} : ^^^^^ 58 | @media (600px > height) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:56:1] 56 | @media (600px < height) {} 57 | @media (600px <= height) {} : ^^^^^^^^^^^^^^^^^ 58 | @media (600px > height) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:56:1] 56 | @media (600px < height) {} 57 | @media (600px <= height) {} : ^^^^^^^^^^^^^^^^^ 58 | @media (600px > height) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:56:1] 56 | @media (600px < height) {} 57 | @media (600px <= height) {} : ^^^^^^^^^^^^^^^^^ 58 | @media (600px > height) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:56:1] 56 | @media (600px < height) {} 57 | @media (600px <= height) {} : ^^^^^^^^^^^^^^^^^ 58 | @media (600px > height) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:56:1] 56 | @media (600px < height) {} 57 | @media (600px <= height) {} : ^^^^^^^^^^^^^^^^^ 58 | @media (600px > height) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:56:1] 56 | @media (600px < height) {} 57 | @media (600px <= height) {} : ^^^^^^^^^^^^^^^^^ 58 | @media (600px > height) {} `---- x MediaFeatureRange ,-[$DIR/tests/fixture/at-rule/media/input.css:56:1] 56 | @media (600px < height) {} 57 | @media (600px <= height) {} : ^^^^^^^^^^^^^^^^^ 58 | @media (600px > height) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:56:1] 56 | @media (600px < height) {} 57 | @media (600px <= height) {} : ^^^^^ 58 | @media (600px > height) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:56:1] 56 | @media (600px < height) {} 57 | @media (600px <= height) {} : ^^^^^ 58 | @media (600px > height) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:56:1] 56 | @media (600px < height) {} 57 | @media (600px <= height) {} : ^^^^^ 58 | @media (600px > height) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:56:1] 56 | @media (600px < height) {} 57 | @media (600px <= height) {} : ^^^ 58 | @media (600px > height) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:56:1] 56 | @media (600px < height) {} 57 | @media (600px <= height) {} : ^^ 58 | @media (600px > height) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:56:1] 56 | @media (600px < height) {} 57 | @media (600px <= height) {} : ^^^^^^ 58 | @media (600px > height) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:56:1] 56 | @media (600px < height) {} 57 | @media (600px <= height) {} : ^^^^^^ 58 | @media (600px > height) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:56:1] 56 | @media (600px < height) {} 57 | @media (600px <= height) {} : ^^ 58 | @media (600px > height) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:56:1] 56 | @media (600px < height) {} 57 | @media (600px <= height) {} : ^ 58 | @media (600px > height) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:57:1] 57 | @media (600px <= height) {} 58 | @media (600px > height) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ 59 | @media (600px >= height) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:57:1] 57 | @media (600px <= height) {} 58 | @media (600px > height) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ 59 | @media (600px >= height) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:57:1] 57 | @media (600px <= height) {} 58 | @media (600px > height) {} : ^^^^^ 59 | @media (600px >= height) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:57:1] 57 | @media (600px <= height) {} 58 | @media (600px > height) {} : ^^^^^ 59 | @media (600px >= height) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:57:1] 57 | @media (600px <= height) {} 58 | @media (600px > height) {} : ^^^^^^^^^^^^^^^^ 59 | @media (600px >= height) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:57:1] 57 | @media (600px <= height) {} 58 | @media (600px > height) {} : ^^^^^^^^^^^^^^^^ 59 | @media (600px >= height) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:57:1] 57 | @media (600px <= height) {} 58 | @media (600px > height) {} : ^^^^^^^^^^^^^^^^ 59 | @media (600px >= height) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:57:1] 57 | @media (600px <= height) {} 58 | @media (600px > height) {} : ^^^^^^^^^^^^^^^^ 59 | @media (600px >= height) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:57:1] 57 | @media (600px <= height) {} 58 | @media (600px > height) {} : ^^^^^^^^^^^^^^^^ 59 | @media (600px >= height) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:57:1] 57 | @media (600px <= height) {} 58 | @media (600px > height) {} : ^^^^^^^^^^^^^^^^ 59 | @media (600px >= height) {} `---- x MediaFeatureRange ,-[$DIR/tests/fixture/at-rule/media/input.css:57:1] 57 | @media (600px <= height) {} 58 | @media (600px > height) {} : ^^^^^^^^^^^^^^^^ 59 | @media (600px >= height) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:57:1] 57 | @media (600px <= height) {} 58 | @media (600px > height) {} : ^^^^^ 59 | @media (600px >= height) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:57:1] 57 | @media (600px <= height) {} 58 | @media (600px > height) {} : ^^^^^ 59 | @media (600px >= height) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:57:1] 57 | @media (600px <= height) {} 58 | @media (600px > height) {} : ^^^^^ 59 | @media (600px >= height) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:57:1] 57 | @media (600px <= height) {} 58 | @media (600px > height) {} : ^^^ 59 | @media (600px >= height) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:57:1] 57 | @media (600px <= height) {} 58 | @media (600px > height) {} : ^^ 59 | @media (600px >= height) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:57:1] 57 | @media (600px <= height) {} 58 | @media (600px > height) {} : ^^^^^^ 59 | @media (600px >= height) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:57:1] 57 | @media (600px <= height) {} 58 | @media (600px > height) {} : ^^^^^^ 59 | @media (600px >= height) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:57:1] 57 | @media (600px <= height) {} 58 | @media (600px > height) {} : ^^ 59 | @media (600px >= height) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:57:1] 57 | @media (600px <= height) {} 58 | @media (600px > height) {} : ^ 59 | @media (600px >= height) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:58:1] 58 | @media (600px > height) {} 59 | @media (600px >= height) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 60 | @media (600px = height) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:58:1] 58 | @media (600px > height) {} 59 | @media (600px >= height) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 60 | @media (600px = height) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:58:1] 58 | @media (600px > height) {} 59 | @media (600px >= height) {} : ^^^^^ 60 | @media (600px = height) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:58:1] 58 | @media (600px > height) {} 59 | @media (600px >= height) {} : ^^^^^ 60 | @media (600px = height) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:58:1] 58 | @media (600px > height) {} 59 | @media (600px >= height) {} : ^^^^^^^^^^^^^^^^^ 60 | @media (600px = height) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:58:1] 58 | @media (600px > height) {} 59 | @media (600px >= height) {} : ^^^^^^^^^^^^^^^^^ 60 | @media (600px = height) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:58:1] 58 | @media (600px > height) {} 59 | @media (600px >= height) {} : ^^^^^^^^^^^^^^^^^ 60 | @media (600px = height) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:58:1] 58 | @media (600px > height) {} 59 | @media (600px >= height) {} : ^^^^^^^^^^^^^^^^^ 60 | @media (600px = height) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:58:1] 58 | @media (600px > height) {} 59 | @media (600px >= height) {} : ^^^^^^^^^^^^^^^^^ 60 | @media (600px = height) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:58:1] 58 | @media (600px > height) {} 59 | @media (600px >= height) {} : ^^^^^^^^^^^^^^^^^ 60 | @media (600px = height) {} `---- x MediaFeatureRange ,-[$DIR/tests/fixture/at-rule/media/input.css:58:1] 58 | @media (600px > height) {} 59 | @media (600px >= height) {} : ^^^^^^^^^^^^^^^^^ 60 | @media (600px = height) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:58:1] 58 | @media (600px > height) {} 59 | @media (600px >= height) {} : ^^^^^ 60 | @media (600px = height) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:58:1] 58 | @media (600px > height) {} 59 | @media (600px >= height) {} : ^^^^^ 60 | @media (600px = height) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:58:1] 58 | @media (600px > height) {} 59 | @media (600px >= height) {} : ^^^^^ 60 | @media (600px = height) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:58:1] 58 | @media (600px > height) {} 59 | @media (600px >= height) {} : ^^^ 60 | @media (600px = height) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:58:1] 58 | @media (600px > height) {} 59 | @media (600px >= height) {} : ^^ 60 | @media (600px = height) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:58:1] 58 | @media (600px > height) {} 59 | @media (600px >= height) {} : ^^^^^^ 60 | @media (600px = height) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:58:1] 58 | @media (600px > height) {} 59 | @media (600px >= height) {} : ^^^^^^ 60 | @media (600px = height) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:58:1] 58 | @media (600px > height) {} 59 | @media (600px >= height) {} : ^^ 60 | @media (600px = height) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:58:1] 58 | @media (600px > height) {} 59 | @media (600px >= height) {} : ^ 60 | @media (600px = height) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:59:1] 59 | @media (600px >= height) {} 60 | @media (600px = height) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ 61 | @media ( 600px < height ) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:59:1] 59 | @media (600px >= height) {} 60 | @media (600px = height) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ 61 | @media ( 600px < height ) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:59:1] 59 | @media (600px >= height) {} 60 | @media (600px = height) {} : ^^^^^ 61 | @media ( 600px < height ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:59:1] 59 | @media (600px >= height) {} 60 | @media (600px = height) {} : ^^^^^ 61 | @media ( 600px < height ) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:59:1] 59 | @media (600px >= height) {} 60 | @media (600px = height) {} : ^^^^^^^^^^^^^^^^ 61 | @media ( 600px < height ) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:59:1] 59 | @media (600px >= height) {} 60 | @media (600px = height) {} : ^^^^^^^^^^^^^^^^ 61 | @media ( 600px < height ) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:59:1] 59 | @media (600px >= height) {} 60 | @media (600px = height) {} : ^^^^^^^^^^^^^^^^ 61 | @media ( 600px < height ) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:59:1] 59 | @media (600px >= height) {} 60 | @media (600px = height) {} : ^^^^^^^^^^^^^^^^ 61 | @media ( 600px < height ) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:59:1] 59 | @media (600px >= height) {} 60 | @media (600px = height) {} : ^^^^^^^^^^^^^^^^ 61 | @media ( 600px < height ) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:59:1] 59 | @media (600px >= height) {} 60 | @media (600px = height) {} : ^^^^^^^^^^^^^^^^ 61 | @media ( 600px < height ) {} `---- x MediaFeatureRange ,-[$DIR/tests/fixture/at-rule/media/input.css:59:1] 59 | @media (600px >= height) {} 60 | @media (600px = height) {} : ^^^^^^^^^^^^^^^^ 61 | @media ( 600px < height ) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:59:1] 59 | @media (600px >= height) {} 60 | @media (600px = height) {} : ^^^^^ 61 | @media ( 600px < height ) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:59:1] 59 | @media (600px >= height) {} 60 | @media (600px = height) {} : ^^^^^ 61 | @media ( 600px < height ) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:59:1] 59 | @media (600px >= height) {} 60 | @media (600px = height) {} : ^^^^^ 61 | @media ( 600px < height ) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:59:1] 59 | @media (600px >= height) {} 60 | @media (600px = height) {} : ^^^ 61 | @media ( 600px < height ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:59:1] 59 | @media (600px >= height) {} 60 | @media (600px = height) {} : ^^ 61 | @media ( 600px < height ) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:59:1] 59 | @media (600px >= height) {} 60 | @media (600px = height) {} : ^^^^^^ 61 | @media ( 600px < height ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:59:1] 59 | @media (600px >= height) {} 60 | @media (600px = height) {} : ^^^^^^ 61 | @media ( 600px < height ) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:59:1] 59 | @media (600px >= height) {} 60 | @media (600px = height) {} : ^^ 61 | @media ( 600px < height ) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:59:1] 59 | @media (600px >= height) {} 60 | @media (600px = height) {} : ^ 61 | @media ( 600px < height ) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:60:1] 60 | @media (600px = height) {} 61 | @media ( 600px < height ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 62 | @media ( 600px <= height ) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:60:1] 60 | @media (600px = height) {} 61 | @media ( 600px < height ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 62 | @media ( 600px <= height ) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:60:1] 60 | @media (600px = height) {} 61 | @media ( 600px < height ) {} : ^^^^^ 62 | @media ( 600px <= height ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:60:1] 60 | @media (600px = height) {} 61 | @media ( 600px < height ) {} : ^^^^^ 62 | @media ( 600px <= height ) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:60:1] 60 | @media (600px = height) {} 61 | @media ( 600px < height ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ 62 | @media ( 600px <= height ) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:60:1] 60 | @media (600px = height) {} 61 | @media ( 600px < height ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ 62 | @media ( 600px <= height ) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:60:1] 60 | @media (600px = height) {} 61 | @media ( 600px < height ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ 62 | @media ( 600px <= height ) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:60:1] 60 | @media (600px = height) {} 61 | @media ( 600px < height ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ 62 | @media ( 600px <= height ) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:60:1] 60 | @media (600px = height) {} 61 | @media ( 600px < height ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ 62 | @media ( 600px <= height ) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:60:1] 60 | @media (600px = height) {} 61 | @media ( 600px < height ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ 62 | @media ( 600px <= height ) {} `---- x MediaFeatureRange ,-[$DIR/tests/fixture/at-rule/media/input.css:60:1] 60 | @media (600px = height) {} 61 | @media ( 600px < height ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ 62 | @media ( 600px <= height ) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:60:1] 60 | @media (600px = height) {} 61 | @media ( 600px < height ) {} : ^^^^^ 62 | @media ( 600px <= height ) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:60:1] 60 | @media (600px = height) {} 61 | @media ( 600px < height ) {} : ^^^^^ 62 | @media ( 600px <= height ) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:60:1] 60 | @media (600px = height) {} 61 | @media ( 600px < height ) {} : ^^^^^ 62 | @media ( 600px <= height ) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:60:1] 60 | @media (600px = height) {} 61 | @media ( 600px < height ) {} : ^^^ 62 | @media ( 600px <= height ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:60:1] 60 | @media (600px = height) {} 61 | @media ( 600px < height ) {} : ^^ 62 | @media ( 600px <= height ) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:60:1] 60 | @media (600px = height) {} 61 | @media ( 600px < height ) {} : ^^^^^^ 62 | @media ( 600px <= height ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:60:1] 60 | @media (600px = height) {} 61 | @media ( 600px < height ) {} : ^^^^^^ 62 | @media ( 600px <= height ) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:60:1] 60 | @media (600px = height) {} 61 | @media ( 600px < height ) {} : ^^ 62 | @media ( 600px <= height ) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:60:1] 60 | @media (600px = height) {} 61 | @media ( 600px < height ) {} : ^ 62 | @media ( 600px <= height ) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:61:1] 61 | @media ( 600px < height ) {} 62 | @media ( 600px <= height ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 63 | @media ( 600px > height ) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:61:1] 61 | @media ( 600px < height ) {} 62 | @media ( 600px <= height ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 63 | @media ( 600px > height ) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:61:1] 61 | @media ( 600px < height ) {} 62 | @media ( 600px <= height ) {} : ^^^^^ 63 | @media ( 600px > height ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:61:1] 61 | @media ( 600px < height ) {} 62 | @media ( 600px <= height ) {} : ^^^^^ 63 | @media ( 600px > height ) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:61:1] 61 | @media ( 600px < height ) {} 62 | @media ( 600px <= height ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 63 | @media ( 600px > height ) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:61:1] 61 | @media ( 600px < height ) {} 62 | @media ( 600px <= height ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 63 | @media ( 600px > height ) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:61:1] 61 | @media ( 600px < height ) {} 62 | @media ( 600px <= height ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 63 | @media ( 600px > height ) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:61:1] 61 | @media ( 600px < height ) {} 62 | @media ( 600px <= height ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 63 | @media ( 600px > height ) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:61:1] 61 | @media ( 600px < height ) {} 62 | @media ( 600px <= height ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 63 | @media ( 600px > height ) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:61:1] 61 | @media ( 600px < height ) {} 62 | @media ( 600px <= height ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 63 | @media ( 600px > height ) {} `---- x MediaFeatureRange ,-[$DIR/tests/fixture/at-rule/media/input.css:61:1] 61 | @media ( 600px < height ) {} 62 | @media ( 600px <= height ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 63 | @media ( 600px > height ) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:61:1] 61 | @media ( 600px < height ) {} 62 | @media ( 600px <= height ) {} : ^^^^^ 63 | @media ( 600px > height ) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:61:1] 61 | @media ( 600px < height ) {} 62 | @media ( 600px <= height ) {} : ^^^^^ 63 | @media ( 600px > height ) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:61:1] 61 | @media ( 600px < height ) {} 62 | @media ( 600px <= height ) {} : ^^^^^ 63 | @media ( 600px > height ) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:61:1] 61 | @media ( 600px < height ) {} 62 | @media ( 600px <= height ) {} : ^^^ 63 | @media ( 600px > height ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:61:1] 61 | @media ( 600px < height ) {} 62 | @media ( 600px <= height ) {} : ^^ 63 | @media ( 600px > height ) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:61:1] 61 | @media ( 600px < height ) {} 62 | @media ( 600px <= height ) {} : ^^^^^^ 63 | @media ( 600px > height ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:61:1] 61 | @media ( 600px < height ) {} 62 | @media ( 600px <= height ) {} : ^^^^^^ 63 | @media ( 600px > height ) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:61:1] 61 | @media ( 600px < height ) {} 62 | @media ( 600px <= height ) {} : ^^ 63 | @media ( 600px > height ) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:61:1] 61 | @media ( 600px < height ) {} 62 | @media ( 600px <= height ) {} : ^ 63 | @media ( 600px > height ) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:62:1] 62 | @media ( 600px <= height ) {} 63 | @media ( 600px > height ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 64 | @media ( 600px >= height ) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:62:1] 62 | @media ( 600px <= height ) {} 63 | @media ( 600px > height ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 64 | @media ( 600px >= height ) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:62:1] 62 | @media ( 600px <= height ) {} 63 | @media ( 600px > height ) {} : ^^^^^ 64 | @media ( 600px >= height ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:62:1] 62 | @media ( 600px <= height ) {} 63 | @media ( 600px > height ) {} : ^^^^^ 64 | @media ( 600px >= height ) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:62:1] 62 | @media ( 600px <= height ) {} 63 | @media ( 600px > height ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ 64 | @media ( 600px >= height ) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:62:1] 62 | @media ( 600px <= height ) {} 63 | @media ( 600px > height ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ 64 | @media ( 600px >= height ) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:62:1] 62 | @media ( 600px <= height ) {} 63 | @media ( 600px > height ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ 64 | @media ( 600px >= height ) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:62:1] 62 | @media ( 600px <= height ) {} 63 | @media ( 600px > height ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ 64 | @media ( 600px >= height ) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:62:1] 62 | @media ( 600px <= height ) {} 63 | @media ( 600px > height ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ 64 | @media ( 600px >= height ) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:62:1] 62 | @media ( 600px <= height ) {} 63 | @media ( 600px > height ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ 64 | @media ( 600px >= height ) {} `---- x MediaFeatureRange ,-[$DIR/tests/fixture/at-rule/media/input.css:62:1] 62 | @media ( 600px <= height ) {} 63 | @media ( 600px > height ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ 64 | @media ( 600px >= height ) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:62:1] 62 | @media ( 600px <= height ) {} 63 | @media ( 600px > height ) {} : ^^^^^ 64 | @media ( 600px >= height ) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:62:1] 62 | @media ( 600px <= height ) {} 63 | @media ( 600px > height ) {} : ^^^^^ 64 | @media ( 600px >= height ) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:62:1] 62 | @media ( 600px <= height ) {} 63 | @media ( 600px > height ) {} : ^^^^^ 64 | @media ( 600px >= height ) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:62:1] 62 | @media ( 600px <= height ) {} 63 | @media ( 600px > height ) {} : ^^^ 64 | @media ( 600px >= height ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:62:1] 62 | @media ( 600px <= height ) {} 63 | @media ( 600px > height ) {} : ^^ 64 | @media ( 600px >= height ) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:62:1] 62 | @media ( 600px <= height ) {} 63 | @media ( 600px > height ) {} : ^^^^^^ 64 | @media ( 600px >= height ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:62:1] 62 | @media ( 600px <= height ) {} 63 | @media ( 600px > height ) {} : ^^^^^^ 64 | @media ( 600px >= height ) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:62:1] 62 | @media ( 600px <= height ) {} 63 | @media ( 600px > height ) {} : ^^ 64 | @media ( 600px >= height ) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:62:1] 62 | @media ( 600px <= height ) {} 63 | @media ( 600px > height ) {} : ^ 64 | @media ( 600px >= height ) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:63:1] 63 | @media ( 600px > height ) {} 64 | @media ( 600px >= height ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 65 | @media ( 600px = height ) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:63:1] 63 | @media ( 600px > height ) {} 64 | @media ( 600px >= height ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 65 | @media ( 600px = height ) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:63:1] 63 | @media ( 600px > height ) {} 64 | @media ( 600px >= height ) {} : ^^^^^ 65 | @media ( 600px = height ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:63:1] 63 | @media ( 600px > height ) {} 64 | @media ( 600px >= height ) {} : ^^^^^ 65 | @media ( 600px = height ) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:63:1] 63 | @media ( 600px > height ) {} 64 | @media ( 600px >= height ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 65 | @media ( 600px = height ) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:63:1] 63 | @media ( 600px > height ) {} 64 | @media ( 600px >= height ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 65 | @media ( 600px = height ) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:63:1] 63 | @media ( 600px > height ) {} 64 | @media ( 600px >= height ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 65 | @media ( 600px = height ) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:63:1] 63 | @media ( 600px > height ) {} 64 | @media ( 600px >= height ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 65 | @media ( 600px = height ) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:63:1] 63 | @media ( 600px > height ) {} 64 | @media ( 600px >= height ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 65 | @media ( 600px = height ) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:63:1] 63 | @media ( 600px > height ) {} 64 | @media ( 600px >= height ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 65 | @media ( 600px = height ) {} `---- x MediaFeatureRange ,-[$DIR/tests/fixture/at-rule/media/input.css:63:1] 63 | @media ( 600px > height ) {} 64 | @media ( 600px >= height ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 65 | @media ( 600px = height ) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:63:1] 63 | @media ( 600px > height ) {} 64 | @media ( 600px >= height ) {} : ^^^^^ 65 | @media ( 600px = height ) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:63:1] 63 | @media ( 600px > height ) {} 64 | @media ( 600px >= height ) {} : ^^^^^ 65 | @media ( 600px = height ) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:63:1] 63 | @media ( 600px > height ) {} 64 | @media ( 600px >= height ) {} : ^^^^^ 65 | @media ( 600px = height ) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:63:1] 63 | @media ( 600px > height ) {} 64 | @media ( 600px >= height ) {} : ^^^ 65 | @media ( 600px = height ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:63:1] 63 | @media ( 600px > height ) {} 64 | @media ( 600px >= height ) {} : ^^ 65 | @media ( 600px = height ) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:63:1] 63 | @media ( 600px > height ) {} 64 | @media ( 600px >= height ) {} : ^^^^^^ 65 | @media ( 600px = height ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:63:1] 63 | @media ( 600px > height ) {} 64 | @media ( 600px >= height ) {} : ^^^^^^ 65 | @media ( 600px = height ) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:63:1] 63 | @media ( 600px > height ) {} 64 | @media ( 600px >= height ) {} : ^^ 65 | @media ( 600px = height ) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:63:1] 63 | @media ( 600px > height ) {} 64 | @media ( 600px >= height ) {} : ^ 65 | @media ( 600px = height ) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:64:1] 64 | @media ( 600px >= height ) {} 65 | @media ( 600px = height ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 66 | @media(600px=height) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:64:1] 64 | @media ( 600px >= height ) {} 65 | @media ( 600px = height ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 66 | @media(600px=height) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:64:1] 64 | @media ( 600px >= height ) {} 65 | @media ( 600px = height ) {} : ^^^^^ 66 | @media(600px=height) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:64:1] 64 | @media ( 600px >= height ) {} 65 | @media ( 600px = height ) {} : ^^^^^ 66 | @media(600px=height) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:64:1] 64 | @media ( 600px >= height ) {} 65 | @media ( 600px = height ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ 66 | @media(600px=height) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:64:1] 64 | @media ( 600px >= height ) {} 65 | @media ( 600px = height ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ 66 | @media(600px=height) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:64:1] 64 | @media ( 600px >= height ) {} 65 | @media ( 600px = height ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ 66 | @media(600px=height) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:64:1] 64 | @media ( 600px >= height ) {} 65 | @media ( 600px = height ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ 66 | @media(600px=height) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:64:1] 64 | @media ( 600px >= height ) {} 65 | @media ( 600px = height ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ 66 | @media(600px=height) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:64:1] 64 | @media ( 600px >= height ) {} 65 | @media ( 600px = height ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ 66 | @media(600px=height) {} `---- x MediaFeatureRange ,-[$DIR/tests/fixture/at-rule/media/input.css:64:1] 64 | @media ( 600px >= height ) {} 65 | @media ( 600px = height ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ 66 | @media(600px=height) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:64:1] 64 | @media ( 600px >= height ) {} 65 | @media ( 600px = height ) {} : ^^^^^ 66 | @media(600px=height) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:64:1] 64 | @media ( 600px >= height ) {} 65 | @media ( 600px = height ) {} : ^^^^^ 66 | @media(600px=height) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:64:1] 64 | @media ( 600px >= height ) {} 65 | @media ( 600px = height ) {} : ^^^^^ 66 | @media(600px=height) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:64:1] 64 | @media ( 600px >= height ) {} 65 | @media ( 600px = height ) {} : ^^^ 66 | @media(600px=height) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:64:1] 64 | @media ( 600px >= height ) {} 65 | @media ( 600px = height ) {} : ^^ 66 | @media(600px=height) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:64:1] 64 | @media ( 600px >= height ) {} 65 | @media ( 600px = height ) {} : ^^^^^^ 66 | @media(600px=height) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:64:1] 64 | @media ( 600px >= height ) {} 65 | @media ( 600px = height ) {} : ^^^^^^ 66 | @media(600px=height) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:64:1] 64 | @media ( 600px >= height ) {} 65 | @media ( 600px = height ) {} : ^^ 66 | @media(600px=height) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:64:1] 64 | @media ( 600px >= height ) {} 65 | @media ( 600px = height ) {} : ^ 66 | @media(600px=height) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:65:1] 65 | @media ( 600px = height ) {} 66 | @media(600px=height) {} : ^^^^^^^^^^^^^^^^^^^^^^^ 67 | @media(600px>=height) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:65:1] 65 | @media ( 600px = height ) {} 66 | @media(600px=height) {} : ^^^^^^^^^^^^^^^^^^^^^^^ 67 | @media(600px>=height) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:65:1] 65 | @media ( 600px = height ) {} 66 | @media(600px=height) {} : ^^^^^ 67 | @media(600px>=height) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:65:1] 65 | @media ( 600px = height ) {} 66 | @media(600px=height) {} : ^^^^^ 67 | @media(600px>=height) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:65:1] 65 | @media ( 600px = height ) {} 66 | @media(600px=height) {} : ^^^^^^^^^^^^^^ 67 | @media(600px>=height) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:65:1] 65 | @media ( 600px = height ) {} 66 | @media(600px=height) {} : ^^^^^^^^^^^^^^ 67 | @media(600px>=height) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:65:1] 65 | @media ( 600px = height ) {} 66 | @media(600px=height) {} : ^^^^^^^^^^^^^^ 67 | @media(600px>=height) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:65:1] 65 | @media ( 600px = height ) {} 66 | @media(600px=height) {} : ^^^^^^^^^^^^^^ 67 | @media(600px>=height) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:65:1] 65 | @media ( 600px = height ) {} 66 | @media(600px=height) {} : ^^^^^^^^^^^^^^ 67 | @media(600px>=height) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:65:1] 65 | @media ( 600px = height ) {} 66 | @media(600px=height) {} : ^^^^^^^^^^^^^^ 67 | @media(600px>=height) {} `---- x MediaFeatureRange ,-[$DIR/tests/fixture/at-rule/media/input.css:65:1] 65 | @media ( 600px = height ) {} 66 | @media(600px=height) {} : ^^^^^^^^^^^^^^ 67 | @media(600px>=height) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:65:1] 65 | @media ( 600px = height ) {} 66 | @media(600px=height) {} : ^^^^^ 67 | @media(600px>=height) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:65:1] 65 | @media ( 600px = height ) {} 66 | @media(600px=height) {} : ^^^^^ 67 | @media(600px>=height) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:65:1] 65 | @media ( 600px = height ) {} 66 | @media(600px=height) {} : ^^^^^ 67 | @media(600px>=height) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:65:1] 65 | @media ( 600px = height ) {} 66 | @media(600px=height) {} : ^^^ 67 | @media(600px>=height) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:65:1] 65 | @media ( 600px = height ) {} 66 | @media(600px=height) {} : ^^ 67 | @media(600px>=height) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:65:1] 65 | @media ( 600px = height ) {} 66 | @media(600px=height) {} : ^^^^^^ 67 | @media(600px>=height) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:65:1] 65 | @media ( 600px = height ) {} 66 | @media(600px=height) {} : ^^^^^^ 67 | @media(600px>=height) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:65:1] 65 | @media ( 600px = height ) {} 66 | @media(600px=height) {} : ^^ 67 | @media(600px>=height) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:65:1] 65 | @media ( 600px = height ) {} 66 | @media(600px=height) {} : ^ 67 | @media(600px>=height) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:66:1] 66 | @media(600px=height) {} 67 | @media(600px>=height) {} : ^^^^^^^^^^^^^^^^^^^^^^^^ `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:66:1] 66 | @media(600px=height) {} 67 | @media(600px>=height) {} : ^^^^^^^^^^^^^^^^^^^^^^^^ `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:66:1] 66 | @media(600px=height) {} 67 | @media(600px>=height) {} : ^^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:66:1] 66 | @media(600px=height) {} 67 | @media(600px>=height) {} : ^^^^^ `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:66:1] 66 | @media(600px=height) {} 67 | @media(600px>=height) {} : ^^^^^^^^^^^^^^^ `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:66:1] 66 | @media(600px=height) {} 67 | @media(600px>=height) {} : ^^^^^^^^^^^^^^^ `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:66:1] 66 | @media(600px=height) {} 67 | @media(600px>=height) {} : ^^^^^^^^^^^^^^^ `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:66:1] 66 | @media(600px=height) {} 67 | @media(600px>=height) {} : ^^^^^^^^^^^^^^^ `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:66:1] 66 | @media(600px=height) {} 67 | @media(600px>=height) {} : ^^^^^^^^^^^^^^^ `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:66:1] 66 | @media(600px=height) {} 67 | @media(600px>=height) {} : ^^^^^^^^^^^^^^^ `---- x MediaFeatureRange ,-[$DIR/tests/fixture/at-rule/media/input.css:66:1] 66 | @media(600px=height) {} 67 | @media(600px>=height) {} : ^^^^^^^^^^^^^^^ `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:66:1] 66 | @media(600px=height) {} 67 | @media(600px>=height) {} : ^^^^^ `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:66:1] 66 | @media(600px=height) {} 67 | @media(600px>=height) {} : ^^^^^ `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:66:1] 66 | @media(600px=height) {} 67 | @media(600px>=height) {} : ^^^^^ `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:66:1] 66 | @media(600px=height) {} 67 | @media(600px>=height) {} : ^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:66:1] 66 | @media(600px=height) {} 67 | @media(600px>=height) {} : ^^ `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:66:1] 66 | @media(600px=height) {} 67 | @media(600px>=height) {} : ^^^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:66:1] 66 | @media(600px=height) {} 67 | @media(600px>=height) {} : ^^^^^^ `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:66:1] 66 | @media(600px=height) {} 67 | @media(600px>=height) {} : ^^ `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:66:1] 66 | @media(600px=height) {} 67 | @media(600px>=height) {} : ^ `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:68:1] 68 | 69 | @media (400px < width < 700px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 70 | @media (400px <= width < 700px) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:68:1] 68 | 69 | @media (400px < width < 700px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 70 | @media (400px <= width < 700px) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:68:1] 68 | 69 | @media (400px < width < 700px) {} : ^^^^^ 70 | @media (400px <= width < 700px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:68:1] 68 | 69 | @media (400px < width < 700px) {} : ^^^^^ 70 | @media (400px <= width < 700px) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:68:1] 68 | 69 | @media (400px < width < 700px) {} : ^^^^^^^^^^^^^^^^^^^^^^^ 70 | @media (400px <= width < 700px) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:68:1] 68 | 69 | @media (400px < width < 700px) {} : ^^^^^^^^^^^^^^^^^^^^^^^ 70 | @media (400px <= width < 700px) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:68:1] 68 | 69 | @media (400px < width < 700px) {} : ^^^^^^^^^^^^^^^^^^^^^^^ 70 | @media (400px <= width < 700px) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:68:1] 68 | 69 | @media (400px < width < 700px) {} : ^^^^^^^^^^^^^^^^^^^^^^^ 70 | @media (400px <= width < 700px) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:68:1] 68 | 69 | @media (400px < width < 700px) {} : ^^^^^^^^^^^^^^^^^^^^^^^ 70 | @media (400px <= width < 700px) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:68:1] 68 | 69 | @media (400px < width < 700px) {} : ^^^^^^^^^^^^^^^^^^^^^^^ 70 | @media (400px <= width < 700px) {} `---- x MediaFeatureRangeInterval ,-[$DIR/tests/fixture/at-rule/media/input.css:68:1] 68 | 69 | @media (400px < width < 700px) {} : ^^^^^^^^^^^^^^^^^^^^^^^ 70 | @media (400px <= width < 700px) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:68:1] 68 | 69 | @media (400px < width < 700px) {} : ^^^^^ 70 | @media (400px <= width < 700px) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:68:1] 68 | 69 | @media (400px < width < 700px) {} : ^^^^^ 70 | @media (400px <= width < 700px) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:68:1] 68 | 69 | @media (400px < width < 700px) {} : ^^^^^ 70 | @media (400px <= width < 700px) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:68:1] 68 | 69 | @media (400px < width < 700px) {} : ^^^ 70 | @media (400px <= width < 700px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:68:1] 68 | 69 | @media (400px < width < 700px) {} : ^^ 70 | @media (400px <= width < 700px) {} `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:68:1] 68 | 69 | @media (400px < width < 700px) {} : ^^^^^ 70 | @media (400px <= width < 700px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:68:1] 68 | 69 | @media (400px < width < 700px) {} : ^^^^^ 70 | @media (400px <= width < 700px) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:68:1] 68 | 69 | @media (400px < width < 700px) {} : ^^^^^ 70 | @media (400px <= width < 700px) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:68:1] 68 | 69 | @media (400px < width < 700px) {} : ^^^^^ 70 | @media (400px <= width < 700px) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:68:1] 68 | 69 | @media (400px < width < 700px) {} : ^^^^^ 70 | @media (400px <= width < 700px) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:68:1] 68 | 69 | @media (400px < width < 700px) {} : ^^^ 70 | @media (400px <= width < 700px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:68:1] 68 | 69 | @media (400px < width < 700px) {} : ^^ 70 | @media (400px <= width < 700px) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:68:1] 68 | 69 | @media (400px < width < 700px) {} : ^^ 70 | @media (400px <= width < 700px) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:68:1] 68 | 69 | @media (400px < width < 700px) {} : ^ 70 | @media (400px <= width < 700px) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:69:1] 69 | @media (400px < width < 700px) {} 70 | @media (400px <= width < 700px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 71 | @media (400px < width <= 700px) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:69:1] 69 | @media (400px < width < 700px) {} 70 | @media (400px <= width < 700px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 71 | @media (400px < width <= 700px) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:69:1] 69 | @media (400px < width < 700px) {} 70 | @media (400px <= width < 700px) {} : ^^^^^ 71 | @media (400px < width <= 700px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:69:1] 69 | @media (400px < width < 700px) {} 70 | @media (400px <= width < 700px) {} : ^^^^^ 71 | @media (400px < width <= 700px) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:69:1] 69 | @media (400px < width < 700px) {} 70 | @media (400px <= width < 700px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^ 71 | @media (400px < width <= 700px) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:69:1] 69 | @media (400px < width < 700px) {} 70 | @media (400px <= width < 700px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^ 71 | @media (400px < width <= 700px) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:69:1] 69 | @media (400px < width < 700px) {} 70 | @media (400px <= width < 700px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^ 71 | @media (400px < width <= 700px) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:69:1] 69 | @media (400px < width < 700px) {} 70 | @media (400px <= width < 700px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^ 71 | @media (400px < width <= 700px) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:69:1] 69 | @media (400px < width < 700px) {} 70 | @media (400px <= width < 700px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^ 71 | @media (400px < width <= 700px) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:69:1] 69 | @media (400px < width < 700px) {} 70 | @media (400px <= width < 700px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^ 71 | @media (400px < width <= 700px) {} `---- x MediaFeatureRangeInterval ,-[$DIR/tests/fixture/at-rule/media/input.css:69:1] 69 | @media (400px < width < 700px) {} 70 | @media (400px <= width < 700px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^ 71 | @media (400px < width <= 700px) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:69:1] 69 | @media (400px < width < 700px) {} 70 | @media (400px <= width < 700px) {} : ^^^^^ 71 | @media (400px < width <= 700px) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:69:1] 69 | @media (400px < width < 700px) {} 70 | @media (400px <= width < 700px) {} : ^^^^^ 71 | @media (400px < width <= 700px) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:69:1] 69 | @media (400px < width < 700px) {} 70 | @media (400px <= width < 700px) {} : ^^^^^ 71 | @media (400px < width <= 700px) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:69:1] 69 | @media (400px < width < 700px) {} 70 | @media (400px <= width < 700px) {} : ^^^ 71 | @media (400px < width <= 700px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:69:1] 69 | @media (400px < width < 700px) {} 70 | @media (400px <= width < 700px) {} : ^^ 71 | @media (400px < width <= 700px) {} `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:69:1] 69 | @media (400px < width < 700px) {} 70 | @media (400px <= width < 700px) {} : ^^^^^ 71 | @media (400px < width <= 700px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:69:1] 69 | @media (400px < width < 700px) {} 70 | @media (400px <= width < 700px) {} : ^^^^^ 71 | @media (400px < width <= 700px) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:69:1] 69 | @media (400px < width < 700px) {} 70 | @media (400px <= width < 700px) {} : ^^^^^ 71 | @media (400px < width <= 700px) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:69:1] 69 | @media (400px < width < 700px) {} 70 | @media (400px <= width < 700px) {} : ^^^^^ 71 | @media (400px < width <= 700px) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:69:1] 69 | @media (400px < width < 700px) {} 70 | @media (400px <= width < 700px) {} : ^^^^^ 71 | @media (400px < width <= 700px) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:69:1] 69 | @media (400px < width < 700px) {} 70 | @media (400px <= width < 700px) {} : ^^^ 71 | @media (400px < width <= 700px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:69:1] 69 | @media (400px < width < 700px) {} 70 | @media (400px <= width < 700px) {} : ^^ 71 | @media (400px < width <= 700px) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:69:1] 69 | @media (400px < width < 700px) {} 70 | @media (400px <= width < 700px) {} : ^^ 71 | @media (400px < width <= 700px) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:69:1] 69 | @media (400px < width < 700px) {} 70 | @media (400px <= width < 700px) {} : ^ 71 | @media (400px < width <= 700px) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:70:1] 70 | @media (400px <= width < 700px) {} 71 | @media (400px < width <= 700px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 72 | @media (400px <= width <= 700px) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:70:1] 70 | @media (400px <= width < 700px) {} 71 | @media (400px < width <= 700px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 72 | @media (400px <= width <= 700px) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:70:1] 70 | @media (400px <= width < 700px) {} 71 | @media (400px < width <= 700px) {} : ^^^^^ 72 | @media (400px <= width <= 700px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:70:1] 70 | @media (400px <= width < 700px) {} 71 | @media (400px < width <= 700px) {} : ^^^^^ 72 | @media (400px <= width <= 700px) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:70:1] 70 | @media (400px <= width < 700px) {} 71 | @media (400px < width <= 700px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^ 72 | @media (400px <= width <= 700px) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:70:1] 70 | @media (400px <= width < 700px) {} 71 | @media (400px < width <= 700px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^ 72 | @media (400px <= width <= 700px) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:70:1] 70 | @media (400px <= width < 700px) {} 71 | @media (400px < width <= 700px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^ 72 | @media (400px <= width <= 700px) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:70:1] 70 | @media (400px <= width < 700px) {} 71 | @media (400px < width <= 700px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^ 72 | @media (400px <= width <= 700px) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:70:1] 70 | @media (400px <= width < 700px) {} 71 | @media (400px < width <= 700px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^ 72 | @media (400px <= width <= 700px) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:70:1] 70 | @media (400px <= width < 700px) {} 71 | @media (400px < width <= 700px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^ 72 | @media (400px <= width <= 700px) {} `---- x MediaFeatureRangeInterval ,-[$DIR/tests/fixture/at-rule/media/input.css:70:1] 70 | @media (400px <= width < 700px) {} 71 | @media (400px < width <= 700px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^ 72 | @media (400px <= width <= 700px) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:70:1] 70 | @media (400px <= width < 700px) {} 71 | @media (400px < width <= 700px) {} : ^^^^^ 72 | @media (400px <= width <= 700px) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:70:1] 70 | @media (400px <= width < 700px) {} 71 | @media (400px < width <= 700px) {} : ^^^^^ 72 | @media (400px <= width <= 700px) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:70:1] 70 | @media (400px <= width < 700px) {} 71 | @media (400px < width <= 700px) {} : ^^^^^ 72 | @media (400px <= width <= 700px) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:70:1] 70 | @media (400px <= width < 700px) {} 71 | @media (400px < width <= 700px) {} : ^^^ 72 | @media (400px <= width <= 700px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:70:1] 70 | @media (400px <= width < 700px) {} 71 | @media (400px < width <= 700px) {} : ^^ 72 | @media (400px <= width <= 700px) {} `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:70:1] 70 | @media (400px <= width < 700px) {} 71 | @media (400px < width <= 700px) {} : ^^^^^ 72 | @media (400px <= width <= 700px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:70:1] 70 | @media (400px <= width < 700px) {} 71 | @media (400px < width <= 700px) {} : ^^^^^ 72 | @media (400px <= width <= 700px) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:70:1] 70 | @media (400px <= width < 700px) {} 71 | @media (400px < width <= 700px) {} : ^^^^^ 72 | @media (400px <= width <= 700px) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:70:1] 70 | @media (400px <= width < 700px) {} 71 | @media (400px < width <= 700px) {} : ^^^^^ 72 | @media (400px <= width <= 700px) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:70:1] 70 | @media (400px <= width < 700px) {} 71 | @media (400px < width <= 700px) {} : ^^^^^ 72 | @media (400px <= width <= 700px) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:70:1] 70 | @media (400px <= width < 700px) {} 71 | @media (400px < width <= 700px) {} : ^^^ 72 | @media (400px <= width <= 700px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:70:1] 70 | @media (400px <= width < 700px) {} 71 | @media (400px < width <= 700px) {} : ^^ 72 | @media (400px <= width <= 700px) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:70:1] 70 | @media (400px <= width < 700px) {} 71 | @media (400px < width <= 700px) {} : ^^ 72 | @media (400px <= width <= 700px) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:70:1] 70 | @media (400px <= width < 700px) {} 71 | @media (400px < width <= 700px) {} : ^ 72 | @media (400px <= width <= 700px) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:71:1] 71 | @media (400px < width <= 700px) {} 72 | @media (400px <= width <= 700px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 73 | @media(400px width > 700px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 83 | @media (400px >= width > 700px) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:81:1] 81 | 82 | @media (400px > width > 700px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 83 | @media (400px >= width > 700px) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:81:1] 81 | 82 | @media (400px > width > 700px) {} : ^^^^^ 83 | @media (400px >= width > 700px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:81:1] 81 | 82 | @media (400px > width > 700px) {} : ^^^^^ 83 | @media (400px >= width > 700px) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:81:1] 81 | 82 | @media (400px > width > 700px) {} : ^^^^^^^^^^^^^^^^^^^^^^^ 83 | @media (400px >= width > 700px) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:81:1] 81 | 82 | @media (400px > width > 700px) {} : ^^^^^^^^^^^^^^^^^^^^^^^ 83 | @media (400px >= width > 700px) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:81:1] 81 | 82 | @media (400px > width > 700px) {} : ^^^^^^^^^^^^^^^^^^^^^^^ 83 | @media (400px >= width > 700px) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:81:1] 81 | 82 | @media (400px > width > 700px) {} : ^^^^^^^^^^^^^^^^^^^^^^^ 83 | @media (400px >= width > 700px) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:81:1] 81 | 82 | @media (400px > width > 700px) {} : ^^^^^^^^^^^^^^^^^^^^^^^ 83 | @media (400px >= width > 700px) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:81:1] 81 | 82 | @media (400px > width > 700px) {} : ^^^^^^^^^^^^^^^^^^^^^^^ 83 | @media (400px >= width > 700px) {} `---- x MediaFeatureRangeInterval ,-[$DIR/tests/fixture/at-rule/media/input.css:81:1] 81 | 82 | @media (400px > width > 700px) {} : ^^^^^^^^^^^^^^^^^^^^^^^ 83 | @media (400px >= width > 700px) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:81:1] 81 | 82 | @media (400px > width > 700px) {} : ^^^^^ 83 | @media (400px >= width > 700px) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:81:1] 81 | 82 | @media (400px > width > 700px) {} : ^^^^^ 83 | @media (400px >= width > 700px) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:81:1] 81 | 82 | @media (400px > width > 700px) {} : ^^^^^ 83 | @media (400px >= width > 700px) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:81:1] 81 | 82 | @media (400px > width > 700px) {} : ^^^ 83 | @media (400px >= width > 700px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:81:1] 81 | 82 | @media (400px > width > 700px) {} : ^^ 83 | @media (400px >= width > 700px) {} `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:81:1] 81 | 82 | @media (400px > width > 700px) {} : ^^^^^ 83 | @media (400px >= width > 700px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:81:1] 81 | 82 | @media (400px > width > 700px) {} : ^^^^^ 83 | @media (400px >= width > 700px) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:81:1] 81 | 82 | @media (400px > width > 700px) {} : ^^^^^ 83 | @media (400px >= width > 700px) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:81:1] 81 | 82 | @media (400px > width > 700px) {} : ^^^^^ 83 | @media (400px >= width > 700px) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:81:1] 81 | 82 | @media (400px > width > 700px) {} : ^^^^^ 83 | @media (400px >= width > 700px) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:81:1] 81 | 82 | @media (400px > width > 700px) {} : ^^^ 83 | @media (400px >= width > 700px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:81:1] 81 | 82 | @media (400px > width > 700px) {} : ^^ 83 | @media (400px >= width > 700px) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:81:1] 81 | 82 | @media (400px > width > 700px) {} : ^^ 83 | @media (400px >= width > 700px) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:81:1] 81 | 82 | @media (400px > width > 700px) {} : ^ 83 | @media (400px >= width > 700px) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:82:1] 82 | @media (400px > width > 700px) {} 83 | @media (400px >= width > 700px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 84 | @media (400px > width >= 700px) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:82:1] 82 | @media (400px > width > 700px) {} 83 | @media (400px >= width > 700px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 84 | @media (400px > width >= 700px) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:82:1] 82 | @media (400px > width > 700px) {} 83 | @media (400px >= width > 700px) {} : ^^^^^ 84 | @media (400px > width >= 700px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:82:1] 82 | @media (400px > width > 700px) {} 83 | @media (400px >= width > 700px) {} : ^^^^^ 84 | @media (400px > width >= 700px) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:82:1] 82 | @media (400px > width > 700px) {} 83 | @media (400px >= width > 700px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^ 84 | @media (400px > width >= 700px) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:82:1] 82 | @media (400px > width > 700px) {} 83 | @media (400px >= width > 700px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^ 84 | @media (400px > width >= 700px) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:82:1] 82 | @media (400px > width > 700px) {} 83 | @media (400px >= width > 700px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^ 84 | @media (400px > width >= 700px) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:82:1] 82 | @media (400px > width > 700px) {} 83 | @media (400px >= width > 700px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^ 84 | @media (400px > width >= 700px) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:82:1] 82 | @media (400px > width > 700px) {} 83 | @media (400px >= width > 700px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^ 84 | @media (400px > width >= 700px) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:82:1] 82 | @media (400px > width > 700px) {} 83 | @media (400px >= width > 700px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^ 84 | @media (400px > width >= 700px) {} `---- x MediaFeatureRangeInterval ,-[$DIR/tests/fixture/at-rule/media/input.css:82:1] 82 | @media (400px > width > 700px) {} 83 | @media (400px >= width > 700px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^ 84 | @media (400px > width >= 700px) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:82:1] 82 | @media (400px > width > 700px) {} 83 | @media (400px >= width > 700px) {} : ^^^^^ 84 | @media (400px > width >= 700px) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:82:1] 82 | @media (400px > width > 700px) {} 83 | @media (400px >= width > 700px) {} : ^^^^^ 84 | @media (400px > width >= 700px) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:82:1] 82 | @media (400px > width > 700px) {} 83 | @media (400px >= width > 700px) {} : ^^^^^ 84 | @media (400px > width >= 700px) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:82:1] 82 | @media (400px > width > 700px) {} 83 | @media (400px >= width > 700px) {} : ^^^ 84 | @media (400px > width >= 700px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:82:1] 82 | @media (400px > width > 700px) {} 83 | @media (400px >= width > 700px) {} : ^^ 84 | @media (400px > width >= 700px) {} `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:82:1] 82 | @media (400px > width > 700px) {} 83 | @media (400px >= width > 700px) {} : ^^^^^ 84 | @media (400px > width >= 700px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:82:1] 82 | @media (400px > width > 700px) {} 83 | @media (400px >= width > 700px) {} : ^^^^^ 84 | @media (400px > width >= 700px) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:82:1] 82 | @media (400px > width > 700px) {} 83 | @media (400px >= width > 700px) {} : ^^^^^ 84 | @media (400px > width >= 700px) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:82:1] 82 | @media (400px > width > 700px) {} 83 | @media (400px >= width > 700px) {} : ^^^^^ 84 | @media (400px > width >= 700px) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:82:1] 82 | @media (400px > width > 700px) {} 83 | @media (400px >= width > 700px) {} : ^^^^^ 84 | @media (400px > width >= 700px) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:82:1] 82 | @media (400px > width > 700px) {} 83 | @media (400px >= width > 700px) {} : ^^^ 84 | @media (400px > width >= 700px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:82:1] 82 | @media (400px > width > 700px) {} 83 | @media (400px >= width > 700px) {} : ^^ 84 | @media (400px > width >= 700px) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:82:1] 82 | @media (400px > width > 700px) {} 83 | @media (400px >= width > 700px) {} : ^^ 84 | @media (400px > width >= 700px) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:82:1] 82 | @media (400px > width > 700px) {} 83 | @media (400px >= width > 700px) {} : ^ 84 | @media (400px > width >= 700px) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:83:1] 83 | @media (400px >= width > 700px) {} 84 | @media (400px > width >= 700px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 85 | @media (400px >= width >= 700px) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:83:1] 83 | @media (400px >= width > 700px) {} 84 | @media (400px > width >= 700px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 85 | @media (400px >= width >= 700px) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:83:1] 83 | @media (400px >= width > 700px) {} 84 | @media (400px > width >= 700px) {} : ^^^^^ 85 | @media (400px >= width >= 700px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:83:1] 83 | @media (400px >= width > 700px) {} 84 | @media (400px > width >= 700px) {} : ^^^^^ 85 | @media (400px >= width >= 700px) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:83:1] 83 | @media (400px >= width > 700px) {} 84 | @media (400px > width >= 700px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^ 85 | @media (400px >= width >= 700px) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:83:1] 83 | @media (400px >= width > 700px) {} 84 | @media (400px > width >= 700px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^ 85 | @media (400px >= width >= 700px) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:83:1] 83 | @media (400px >= width > 700px) {} 84 | @media (400px > width >= 700px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^ 85 | @media (400px >= width >= 700px) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:83:1] 83 | @media (400px >= width > 700px) {} 84 | @media (400px > width >= 700px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^ 85 | @media (400px >= width >= 700px) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:83:1] 83 | @media (400px >= width > 700px) {} 84 | @media (400px > width >= 700px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^ 85 | @media (400px >= width >= 700px) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:83:1] 83 | @media (400px >= width > 700px) {} 84 | @media (400px > width >= 700px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^ 85 | @media (400px >= width >= 700px) {} `---- x MediaFeatureRangeInterval ,-[$DIR/tests/fixture/at-rule/media/input.css:83:1] 83 | @media (400px >= width > 700px) {} 84 | @media (400px > width >= 700px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^ 85 | @media (400px >= width >= 700px) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:83:1] 83 | @media (400px >= width > 700px) {} 84 | @media (400px > width >= 700px) {} : ^^^^^ 85 | @media (400px >= width >= 700px) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:83:1] 83 | @media (400px >= width > 700px) {} 84 | @media (400px > width >= 700px) {} : ^^^^^ 85 | @media (400px >= width >= 700px) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:83:1] 83 | @media (400px >= width > 700px) {} 84 | @media (400px > width >= 700px) {} : ^^^^^ 85 | @media (400px >= width >= 700px) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:83:1] 83 | @media (400px >= width > 700px) {} 84 | @media (400px > width >= 700px) {} : ^^^ 85 | @media (400px >= width >= 700px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:83:1] 83 | @media (400px >= width > 700px) {} 84 | @media (400px > width >= 700px) {} : ^^ 85 | @media (400px >= width >= 700px) {} `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:83:1] 83 | @media (400px >= width > 700px) {} 84 | @media (400px > width >= 700px) {} : ^^^^^ 85 | @media (400px >= width >= 700px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:83:1] 83 | @media (400px >= width > 700px) {} 84 | @media (400px > width >= 700px) {} : ^^^^^ 85 | @media (400px >= width >= 700px) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:83:1] 83 | @media (400px >= width > 700px) {} 84 | @media (400px > width >= 700px) {} : ^^^^^ 85 | @media (400px >= width >= 700px) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:83:1] 83 | @media (400px >= width > 700px) {} 84 | @media (400px > width >= 700px) {} : ^^^^^ 85 | @media (400px >= width >= 700px) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:83:1] 83 | @media (400px >= width > 700px) {} 84 | @media (400px > width >= 700px) {} : ^^^^^ 85 | @media (400px >= width >= 700px) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:83:1] 83 | @media (400px >= width > 700px) {} 84 | @media (400px > width >= 700px) {} : ^^^ 85 | @media (400px >= width >= 700px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:83:1] 83 | @media (400px >= width > 700px) {} 84 | @media (400px > width >= 700px) {} : ^^ 85 | @media (400px >= width >= 700px) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:83:1] 83 | @media (400px >= width > 700px) {} 84 | @media (400px > width >= 700px) {} : ^^ 85 | @media (400px >= width >= 700px) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:83:1] 83 | @media (400px >= width > 700px) {} 84 | @media (400px > width >= 700px) {} : ^ 85 | @media (400px >= width >= 700px) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:84:1] 84 | @media (400px > width >= 700px) {} 85 | @media (400px >= width >= 700px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 86 | @media(400px>width>700px){} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:84:1] 84 | @media (400px > width >= 700px) {} 85 | @media (400px >= width >= 700px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 86 | @media(400px>width>700px){} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:84:1] 84 | @media (400px > width >= 700px) {} 85 | @media (400px >= width >= 700px) {} : ^^^^^ 86 | @media(400px>width>700px){} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:84:1] 84 | @media (400px > width >= 700px) {} 85 | @media (400px >= width >= 700px) {} : ^^^^^ 86 | @media(400px>width>700px){} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:84:1] 84 | @media (400px > width >= 700px) {} 85 | @media (400px >= width >= 700px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^ 86 | @media(400px>width>700px){} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:84:1] 84 | @media (400px > width >= 700px) {} 85 | @media (400px >= width >= 700px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^ 86 | @media(400px>width>700px){} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:84:1] 84 | @media (400px > width >= 700px) {} 85 | @media (400px >= width >= 700px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^ 86 | @media(400px>width>700px){} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:84:1] 84 | @media (400px > width >= 700px) {} 85 | @media (400px >= width >= 700px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^ 86 | @media(400px>width>700px){} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:84:1] 84 | @media (400px > width >= 700px) {} 85 | @media (400px >= width >= 700px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^ 86 | @media(400px>width>700px){} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:84:1] 84 | @media (400px > width >= 700px) {} 85 | @media (400px >= width >= 700px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^ 86 | @media(400px>width>700px){} `---- x MediaFeatureRangeInterval ,-[$DIR/tests/fixture/at-rule/media/input.css:84:1] 84 | @media (400px > width >= 700px) {} 85 | @media (400px >= width >= 700px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^ 86 | @media(400px>width>700px){} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:84:1] 84 | @media (400px > width >= 700px) {} 85 | @media (400px >= width >= 700px) {} : ^^^^^ 86 | @media(400px>width>700px){} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:84:1] 84 | @media (400px > width >= 700px) {} 85 | @media (400px >= width >= 700px) {} : ^^^^^ 86 | @media(400px>width>700px){} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:84:1] 84 | @media (400px > width >= 700px) {} 85 | @media (400px >= width >= 700px) {} : ^^^^^ 86 | @media(400px>width>700px){} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:84:1] 84 | @media (400px > width >= 700px) {} 85 | @media (400px >= width >= 700px) {} : ^^^ 86 | @media(400px>width>700px){} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:84:1] 84 | @media (400px > width >= 700px) {} 85 | @media (400px >= width >= 700px) {} : ^^ 86 | @media(400px>width>700px){} `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:84:1] 84 | @media (400px > width >= 700px) {} 85 | @media (400px >= width >= 700px) {} : ^^^^^ 86 | @media(400px>width>700px){} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:84:1] 84 | @media (400px > width >= 700px) {} 85 | @media (400px >= width >= 700px) {} : ^^^^^ 86 | @media(400px>width>700px){} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:84:1] 84 | @media (400px > width >= 700px) {} 85 | @media (400px >= width >= 700px) {} : ^^^^^ 86 | @media(400px>width>700px){} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:84:1] 84 | @media (400px > width >= 700px) {} 85 | @media (400px >= width >= 700px) {} : ^^^^^ 86 | @media(400px>width>700px){} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:84:1] 84 | @media (400px > width >= 700px) {} 85 | @media (400px >= width >= 700px) {} : ^^^^^ 86 | @media(400px>width>700px){} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:84:1] 84 | @media (400px > width >= 700px) {} 85 | @media (400px >= width >= 700px) {} : ^^^ 86 | @media(400px>width>700px){} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:84:1] 84 | @media (400px > width >= 700px) {} 85 | @media (400px >= width >= 700px) {} : ^^ 86 | @media(400px>width>700px){} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:84:1] 84 | @media (400px > width >= 700px) {} 85 | @media (400px >= width >= 700px) {} : ^^ 86 | @media(400px>width>700px){} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:84:1] 84 | @media (400px > width >= 700px) {} 85 | @media (400px >= width >= 700px) {} : ^ 86 | @media(400px>width>700px){} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:85:1] 85 | @media (400px >= width >= 700px) {} 86 | @media(400px>width>700px){} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 87 | @media(400px>=width>=700px) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:85:1] 85 | @media (400px >= width >= 700px) {} 86 | @media(400px>width>700px){} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 87 | @media(400px>=width>=700px) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:85:1] 85 | @media (400px >= width >= 700px) {} 86 | @media(400px>width>700px){} : ^^^^^ 87 | @media(400px>=width>=700px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:85:1] 85 | @media (400px >= width >= 700px) {} 86 | @media(400px>width>700px){} : ^^^^^ 87 | @media(400px>=width>=700px) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:85:1] 85 | @media (400px >= width >= 700px) {} 86 | @media(400px>width>700px){} : ^^^^^^^^^^^^^^^^^^^ 87 | @media(400px>=width>=700px) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:85:1] 85 | @media (400px >= width >= 700px) {} 86 | @media(400px>width>700px){} : ^^^^^^^^^^^^^^^^^^^ 87 | @media(400px>=width>=700px) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:85:1] 85 | @media (400px >= width >= 700px) {} 86 | @media(400px>width>700px){} : ^^^^^^^^^^^^^^^^^^^ 87 | @media(400px>=width>=700px) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:85:1] 85 | @media (400px >= width >= 700px) {} 86 | @media(400px>width>700px){} : ^^^^^^^^^^^^^^^^^^^ 87 | @media(400px>=width>=700px) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:85:1] 85 | @media (400px >= width >= 700px) {} 86 | @media(400px>width>700px){} : ^^^^^^^^^^^^^^^^^^^ 87 | @media(400px>=width>=700px) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:85:1] 85 | @media (400px >= width >= 700px) {} 86 | @media(400px>width>700px){} : ^^^^^^^^^^^^^^^^^^^ 87 | @media(400px>=width>=700px) {} `---- x MediaFeatureRangeInterval ,-[$DIR/tests/fixture/at-rule/media/input.css:85:1] 85 | @media (400px >= width >= 700px) {} 86 | @media(400px>width>700px){} : ^^^^^^^^^^^^^^^^^^^ 87 | @media(400px>=width>=700px) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:85:1] 85 | @media (400px >= width >= 700px) {} 86 | @media(400px>width>700px){} : ^^^^^ 87 | @media(400px>=width>=700px) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:85:1] 85 | @media (400px >= width >= 700px) {} 86 | @media(400px>width>700px){} : ^^^^^ 87 | @media(400px>=width>=700px) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:85:1] 85 | @media (400px >= width >= 700px) {} 86 | @media(400px>width>700px){} : ^^^^^ 87 | @media(400px>=width>=700px) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:85:1] 85 | @media (400px >= width >= 700px) {} 86 | @media(400px>width>700px){} : ^^^ 87 | @media(400px>=width>=700px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:85:1] 85 | @media (400px >= width >= 700px) {} 86 | @media(400px>width>700px){} : ^^ 87 | @media(400px>=width>=700px) {} `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:85:1] 85 | @media (400px >= width >= 700px) {} 86 | @media(400px>width>700px){} : ^^^^^ 87 | @media(400px>=width>=700px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:85:1] 85 | @media (400px >= width >= 700px) {} 86 | @media(400px>width>700px){} : ^^^^^ 87 | @media(400px>=width>=700px) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:85:1] 85 | @media (400px >= width >= 700px) {} 86 | @media(400px>width>700px){} : ^^^^^ 87 | @media(400px>=width>=700px) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:85:1] 85 | @media (400px >= width >= 700px) {} 86 | @media(400px>width>700px){} : ^^^^^ 87 | @media(400px>=width>=700px) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:85:1] 85 | @media (400px >= width >= 700px) {} 86 | @media(400px>width>700px){} : ^^^^^ 87 | @media(400px>=width>=700px) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:85:1] 85 | @media (400px >= width >= 700px) {} 86 | @media(400px>width>700px){} : ^^^ 87 | @media(400px>=width>=700px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:85:1] 85 | @media (400px >= width >= 700px) {} 86 | @media(400px>width>700px){} : ^^ 87 | @media(400px>=width>=700px) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:85:1] 85 | @media (400px >= width >= 700px) {} 86 | @media(400px>width>700px){} : ^^ 87 | @media(400px>=width>=700px) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:85:1] 85 | @media (400px >= width >= 700px) {} 86 | @media(400px>width>700px){} : ^ 87 | @media(400px>=width>=700px) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:86:1] 86 | @media(400px>width>700px){} 87 | @media(400px>=width>=700px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 88 | @media ( 400px > width > 700px ) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:86:1] 86 | @media(400px>width>700px){} 87 | @media(400px>=width>=700px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 88 | @media ( 400px > width > 700px ) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:86:1] 86 | @media(400px>width>700px){} 87 | @media(400px>=width>=700px) {} : ^^^^^ 88 | @media ( 400px > width > 700px ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:86:1] 86 | @media(400px>width>700px){} 87 | @media(400px>=width>=700px) {} : ^^^^^ 88 | @media ( 400px > width > 700px ) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:86:1] 86 | @media(400px>width>700px){} 87 | @media(400px>=width>=700px) {} : ^^^^^^^^^^^^^^^^^^^^^ 88 | @media ( 400px > width > 700px ) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:86:1] 86 | @media(400px>width>700px){} 87 | @media(400px>=width>=700px) {} : ^^^^^^^^^^^^^^^^^^^^^ 88 | @media ( 400px > width > 700px ) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:86:1] 86 | @media(400px>width>700px){} 87 | @media(400px>=width>=700px) {} : ^^^^^^^^^^^^^^^^^^^^^ 88 | @media ( 400px > width > 700px ) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:86:1] 86 | @media(400px>width>700px){} 87 | @media(400px>=width>=700px) {} : ^^^^^^^^^^^^^^^^^^^^^ 88 | @media ( 400px > width > 700px ) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:86:1] 86 | @media(400px>width>700px){} 87 | @media(400px>=width>=700px) {} : ^^^^^^^^^^^^^^^^^^^^^ 88 | @media ( 400px > width > 700px ) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:86:1] 86 | @media(400px>width>700px){} 87 | @media(400px>=width>=700px) {} : ^^^^^^^^^^^^^^^^^^^^^ 88 | @media ( 400px > width > 700px ) {} `---- x MediaFeatureRangeInterval ,-[$DIR/tests/fixture/at-rule/media/input.css:86:1] 86 | @media(400px>width>700px){} 87 | @media(400px>=width>=700px) {} : ^^^^^^^^^^^^^^^^^^^^^ 88 | @media ( 400px > width > 700px ) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:86:1] 86 | @media(400px>width>700px){} 87 | @media(400px>=width>=700px) {} : ^^^^^ 88 | @media ( 400px > width > 700px ) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:86:1] 86 | @media(400px>width>700px){} 87 | @media(400px>=width>=700px) {} : ^^^^^ 88 | @media ( 400px > width > 700px ) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:86:1] 86 | @media(400px>width>700px){} 87 | @media(400px>=width>=700px) {} : ^^^^^ 88 | @media ( 400px > width > 700px ) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:86:1] 86 | @media(400px>width>700px){} 87 | @media(400px>=width>=700px) {} : ^^^ 88 | @media ( 400px > width > 700px ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:86:1] 86 | @media(400px>width>700px){} 87 | @media(400px>=width>=700px) {} : ^^ 88 | @media ( 400px > width > 700px ) {} `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:86:1] 86 | @media(400px>width>700px){} 87 | @media(400px>=width>=700px) {} : ^^^^^ 88 | @media ( 400px > width > 700px ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:86:1] 86 | @media(400px>width>700px){} 87 | @media(400px>=width>=700px) {} : ^^^^^ 88 | @media ( 400px > width > 700px ) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:86:1] 86 | @media(400px>width>700px){} 87 | @media(400px>=width>=700px) {} : ^^^^^ 88 | @media ( 400px > width > 700px ) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:86:1] 86 | @media(400px>width>700px){} 87 | @media(400px>=width>=700px) {} : ^^^^^ 88 | @media ( 400px > width > 700px ) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:86:1] 86 | @media(400px>width>700px){} 87 | @media(400px>=width>=700px) {} : ^^^^^ 88 | @media ( 400px > width > 700px ) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:86:1] 86 | @media(400px>width>700px){} 87 | @media(400px>=width>=700px) {} : ^^^ 88 | @media ( 400px > width > 700px ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:86:1] 86 | @media(400px>width>700px){} 87 | @media(400px>=width>=700px) {} : ^^ 88 | @media ( 400px > width > 700px ) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:86:1] 86 | @media(400px>width>700px){} 87 | @media(400px>=width>=700px) {} : ^^ 88 | @media ( 400px > width > 700px ) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:86:1] 86 | @media(400px>width>700px){} 87 | @media(400px>=width>=700px) {} : ^ 88 | @media ( 400px > width > 700px ) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:87:1] 87 | @media(400px>=width>=700px) {} 88 | @media ( 400px > width > 700px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 89 | @media ( 400px >= width > 700px ) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:87:1] 87 | @media(400px>=width>=700px) {} 88 | @media ( 400px > width > 700px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 89 | @media ( 400px >= width > 700px ) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:87:1] 87 | @media(400px>=width>=700px) {} 88 | @media ( 400px > width > 700px ) {} : ^^^^^ 89 | @media ( 400px >= width > 700px ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:87:1] 87 | @media(400px>=width>=700px) {} 88 | @media ( 400px > width > 700px ) {} : ^^^^^ 89 | @media ( 400px >= width > 700px ) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:87:1] 87 | @media(400px>=width>=700px) {} 88 | @media ( 400px > width > 700px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 89 | @media ( 400px >= width > 700px ) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:87:1] 87 | @media(400px>=width>=700px) {} 88 | @media ( 400px > width > 700px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 89 | @media ( 400px >= width > 700px ) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:87:1] 87 | @media(400px>=width>=700px) {} 88 | @media ( 400px > width > 700px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 89 | @media ( 400px >= width > 700px ) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:87:1] 87 | @media(400px>=width>=700px) {} 88 | @media ( 400px > width > 700px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 89 | @media ( 400px >= width > 700px ) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:87:1] 87 | @media(400px>=width>=700px) {} 88 | @media ( 400px > width > 700px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 89 | @media ( 400px >= width > 700px ) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:87:1] 87 | @media(400px>=width>=700px) {} 88 | @media ( 400px > width > 700px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 89 | @media ( 400px >= width > 700px ) {} `---- x MediaFeatureRangeInterval ,-[$DIR/tests/fixture/at-rule/media/input.css:87:1] 87 | @media(400px>=width>=700px) {} 88 | @media ( 400px > width > 700px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 89 | @media ( 400px >= width > 700px ) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:87:1] 87 | @media(400px>=width>=700px) {} 88 | @media ( 400px > width > 700px ) {} : ^^^^^ 89 | @media ( 400px >= width > 700px ) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:87:1] 87 | @media(400px>=width>=700px) {} 88 | @media ( 400px > width > 700px ) {} : ^^^^^ 89 | @media ( 400px >= width > 700px ) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:87:1] 87 | @media(400px>=width>=700px) {} 88 | @media ( 400px > width > 700px ) {} : ^^^^^ 89 | @media ( 400px >= width > 700px ) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:87:1] 87 | @media(400px>=width>=700px) {} 88 | @media ( 400px > width > 700px ) {} : ^^^ 89 | @media ( 400px >= width > 700px ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:87:1] 87 | @media(400px>=width>=700px) {} 88 | @media ( 400px > width > 700px ) {} : ^^ 89 | @media ( 400px >= width > 700px ) {} `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:87:1] 87 | @media(400px>=width>=700px) {} 88 | @media ( 400px > width > 700px ) {} : ^^^^^ 89 | @media ( 400px >= width > 700px ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:87:1] 87 | @media(400px>=width>=700px) {} 88 | @media ( 400px > width > 700px ) {} : ^^^^^ 89 | @media ( 400px >= width > 700px ) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:87:1] 87 | @media(400px>=width>=700px) {} 88 | @media ( 400px > width > 700px ) {} : ^^^^^ 89 | @media ( 400px >= width > 700px ) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:87:1] 87 | @media(400px>=width>=700px) {} 88 | @media ( 400px > width > 700px ) {} : ^^^^^ 89 | @media ( 400px >= width > 700px ) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:87:1] 87 | @media(400px>=width>=700px) {} 88 | @media ( 400px > width > 700px ) {} : ^^^^^ 89 | @media ( 400px >= width > 700px ) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:87:1] 87 | @media(400px>=width>=700px) {} 88 | @media ( 400px > width > 700px ) {} : ^^^ 89 | @media ( 400px >= width > 700px ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:87:1] 87 | @media(400px>=width>=700px) {} 88 | @media ( 400px > width > 700px ) {} : ^^ 89 | @media ( 400px >= width > 700px ) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:87:1] 87 | @media(400px>=width>=700px) {} 88 | @media ( 400px > width > 700px ) {} : ^^ 89 | @media ( 400px >= width > 700px ) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:87:1] 87 | @media(400px>=width>=700px) {} 88 | @media ( 400px > width > 700px ) {} : ^ 89 | @media ( 400px >= width > 700px ) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:88:1] 88 | @media ( 400px > width > 700px ) {} 89 | @media ( 400px >= width > 700px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 90 | @media ( 400px > width >= 700px ) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:88:1] 88 | @media ( 400px > width > 700px ) {} 89 | @media ( 400px >= width > 700px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 90 | @media ( 400px > width >= 700px ) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:88:1] 88 | @media ( 400px > width > 700px ) {} 89 | @media ( 400px >= width > 700px ) {} : ^^^^^ 90 | @media ( 400px > width >= 700px ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:88:1] 88 | @media ( 400px > width > 700px ) {} 89 | @media ( 400px >= width > 700px ) {} : ^^^^^ 90 | @media ( 400px > width >= 700px ) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:88:1] 88 | @media ( 400px > width > 700px ) {} 89 | @media ( 400px >= width > 700px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 90 | @media ( 400px > width >= 700px ) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:88:1] 88 | @media ( 400px > width > 700px ) {} 89 | @media ( 400px >= width > 700px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 90 | @media ( 400px > width >= 700px ) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:88:1] 88 | @media ( 400px > width > 700px ) {} 89 | @media ( 400px >= width > 700px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 90 | @media ( 400px > width >= 700px ) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:88:1] 88 | @media ( 400px > width > 700px ) {} 89 | @media ( 400px >= width > 700px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 90 | @media ( 400px > width >= 700px ) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:88:1] 88 | @media ( 400px > width > 700px ) {} 89 | @media ( 400px >= width > 700px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 90 | @media ( 400px > width >= 700px ) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:88:1] 88 | @media ( 400px > width > 700px ) {} 89 | @media ( 400px >= width > 700px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 90 | @media ( 400px > width >= 700px ) {} `---- x MediaFeatureRangeInterval ,-[$DIR/tests/fixture/at-rule/media/input.css:88:1] 88 | @media ( 400px > width > 700px ) {} 89 | @media ( 400px >= width > 700px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 90 | @media ( 400px > width >= 700px ) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:88:1] 88 | @media ( 400px > width > 700px ) {} 89 | @media ( 400px >= width > 700px ) {} : ^^^^^ 90 | @media ( 400px > width >= 700px ) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:88:1] 88 | @media ( 400px > width > 700px ) {} 89 | @media ( 400px >= width > 700px ) {} : ^^^^^ 90 | @media ( 400px > width >= 700px ) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:88:1] 88 | @media ( 400px > width > 700px ) {} 89 | @media ( 400px >= width > 700px ) {} : ^^^^^ 90 | @media ( 400px > width >= 700px ) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:88:1] 88 | @media ( 400px > width > 700px ) {} 89 | @media ( 400px >= width > 700px ) {} : ^^^ 90 | @media ( 400px > width >= 700px ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:88:1] 88 | @media ( 400px > width > 700px ) {} 89 | @media ( 400px >= width > 700px ) {} : ^^ 90 | @media ( 400px > width >= 700px ) {} `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:88:1] 88 | @media ( 400px > width > 700px ) {} 89 | @media ( 400px >= width > 700px ) {} : ^^^^^ 90 | @media ( 400px > width >= 700px ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:88:1] 88 | @media ( 400px > width > 700px ) {} 89 | @media ( 400px >= width > 700px ) {} : ^^^^^ 90 | @media ( 400px > width >= 700px ) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:88:1] 88 | @media ( 400px > width > 700px ) {} 89 | @media ( 400px >= width > 700px ) {} : ^^^^^ 90 | @media ( 400px > width >= 700px ) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:88:1] 88 | @media ( 400px > width > 700px ) {} 89 | @media ( 400px >= width > 700px ) {} : ^^^^^ 90 | @media ( 400px > width >= 700px ) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:88:1] 88 | @media ( 400px > width > 700px ) {} 89 | @media ( 400px >= width > 700px ) {} : ^^^^^ 90 | @media ( 400px > width >= 700px ) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:88:1] 88 | @media ( 400px > width > 700px ) {} 89 | @media ( 400px >= width > 700px ) {} : ^^^ 90 | @media ( 400px > width >= 700px ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:88:1] 88 | @media ( 400px > width > 700px ) {} 89 | @media ( 400px >= width > 700px ) {} : ^^ 90 | @media ( 400px > width >= 700px ) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:88:1] 88 | @media ( 400px > width > 700px ) {} 89 | @media ( 400px >= width > 700px ) {} : ^^ 90 | @media ( 400px > width >= 700px ) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:88:1] 88 | @media ( 400px > width > 700px ) {} 89 | @media ( 400px >= width > 700px ) {} : ^ 90 | @media ( 400px > width >= 700px ) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:89:1] 89 | @media ( 400px >= width > 700px ) {} 90 | @media ( 400px > width >= 700px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 91 | @media ( 400px >= width >= 700px ) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:89:1] 89 | @media ( 400px >= width > 700px ) {} 90 | @media ( 400px > width >= 700px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 91 | @media ( 400px >= width >= 700px ) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:89:1] 89 | @media ( 400px >= width > 700px ) {} 90 | @media ( 400px > width >= 700px ) {} : ^^^^^ 91 | @media ( 400px >= width >= 700px ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:89:1] 89 | @media ( 400px >= width > 700px ) {} 90 | @media ( 400px > width >= 700px ) {} : ^^^^^ 91 | @media ( 400px >= width >= 700px ) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:89:1] 89 | @media ( 400px >= width > 700px ) {} 90 | @media ( 400px > width >= 700px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 91 | @media ( 400px >= width >= 700px ) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:89:1] 89 | @media ( 400px >= width > 700px ) {} 90 | @media ( 400px > width >= 700px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 91 | @media ( 400px >= width >= 700px ) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:89:1] 89 | @media ( 400px >= width > 700px ) {} 90 | @media ( 400px > width >= 700px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 91 | @media ( 400px >= width >= 700px ) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:89:1] 89 | @media ( 400px >= width > 700px ) {} 90 | @media ( 400px > width >= 700px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 91 | @media ( 400px >= width >= 700px ) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:89:1] 89 | @media ( 400px >= width > 700px ) {} 90 | @media ( 400px > width >= 700px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 91 | @media ( 400px >= width >= 700px ) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:89:1] 89 | @media ( 400px >= width > 700px ) {} 90 | @media ( 400px > width >= 700px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 91 | @media ( 400px >= width >= 700px ) {} `---- x MediaFeatureRangeInterval ,-[$DIR/tests/fixture/at-rule/media/input.css:89:1] 89 | @media ( 400px >= width > 700px ) {} 90 | @media ( 400px > width >= 700px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 91 | @media ( 400px >= width >= 700px ) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:89:1] 89 | @media ( 400px >= width > 700px ) {} 90 | @media ( 400px > width >= 700px ) {} : ^^^^^ 91 | @media ( 400px >= width >= 700px ) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:89:1] 89 | @media ( 400px >= width > 700px ) {} 90 | @media ( 400px > width >= 700px ) {} : ^^^^^ 91 | @media ( 400px >= width >= 700px ) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:89:1] 89 | @media ( 400px >= width > 700px ) {} 90 | @media ( 400px > width >= 700px ) {} : ^^^^^ 91 | @media ( 400px >= width >= 700px ) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:89:1] 89 | @media ( 400px >= width > 700px ) {} 90 | @media ( 400px > width >= 700px ) {} : ^^^ 91 | @media ( 400px >= width >= 700px ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:89:1] 89 | @media ( 400px >= width > 700px ) {} 90 | @media ( 400px > width >= 700px ) {} : ^^ 91 | @media ( 400px >= width >= 700px ) {} `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:89:1] 89 | @media ( 400px >= width > 700px ) {} 90 | @media ( 400px > width >= 700px ) {} : ^^^^^ 91 | @media ( 400px >= width >= 700px ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:89:1] 89 | @media ( 400px >= width > 700px ) {} 90 | @media ( 400px > width >= 700px ) {} : ^^^^^ 91 | @media ( 400px >= width >= 700px ) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:89:1] 89 | @media ( 400px >= width > 700px ) {} 90 | @media ( 400px > width >= 700px ) {} : ^^^^^ 91 | @media ( 400px >= width >= 700px ) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:89:1] 89 | @media ( 400px >= width > 700px ) {} 90 | @media ( 400px > width >= 700px ) {} : ^^^^^ 91 | @media ( 400px >= width >= 700px ) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:89:1] 89 | @media ( 400px >= width > 700px ) {} 90 | @media ( 400px > width >= 700px ) {} : ^^^^^ 91 | @media ( 400px >= width >= 700px ) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:89:1] 89 | @media ( 400px >= width > 700px ) {} 90 | @media ( 400px > width >= 700px ) {} : ^^^ 91 | @media ( 400px >= width >= 700px ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:89:1] 89 | @media ( 400px >= width > 700px ) {} 90 | @media ( 400px > width >= 700px ) {} : ^^ 91 | @media ( 400px >= width >= 700px ) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:89:1] 89 | @media ( 400px >= width > 700px ) {} 90 | @media ( 400px > width >= 700px ) {} : ^^ 91 | @media ( 400px >= width >= 700px ) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:89:1] 89 | @media ( 400px >= width > 700px ) {} 90 | @media ( 400px > width >= 700px ) {} : ^ 91 | @media ( 400px >= width >= 700px ) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:90:1] 90 | @media ( 400px > width >= 700px ) {} 91 | @media ( 400px >= width >= 700px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 92 | @media(400px>width>700px){} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:90:1] 90 | @media ( 400px > width >= 700px ) {} 91 | @media ( 400px >= width >= 700px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 92 | @media(400px>width>700px){} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:90:1] 90 | @media ( 400px > width >= 700px ) {} 91 | @media ( 400px >= width >= 700px ) {} : ^^^^^ 92 | @media(400px>width>700px){} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:90:1] 90 | @media ( 400px > width >= 700px ) {} 91 | @media ( 400px >= width >= 700px ) {} : ^^^^^ 92 | @media(400px>width>700px){} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:90:1] 90 | @media ( 400px > width >= 700px ) {} 91 | @media ( 400px >= width >= 700px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 92 | @media(400px>width>700px){} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:90:1] 90 | @media ( 400px > width >= 700px ) {} 91 | @media ( 400px >= width >= 700px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 92 | @media(400px>width>700px){} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:90:1] 90 | @media ( 400px > width >= 700px ) {} 91 | @media ( 400px >= width >= 700px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 92 | @media(400px>width>700px){} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:90:1] 90 | @media ( 400px > width >= 700px ) {} 91 | @media ( 400px >= width >= 700px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 92 | @media(400px>width>700px){} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:90:1] 90 | @media ( 400px > width >= 700px ) {} 91 | @media ( 400px >= width >= 700px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 92 | @media(400px>width>700px){} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:90:1] 90 | @media ( 400px > width >= 700px ) {} 91 | @media ( 400px >= width >= 700px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 92 | @media(400px>width>700px){} `---- x MediaFeatureRangeInterval ,-[$DIR/tests/fixture/at-rule/media/input.css:90:1] 90 | @media ( 400px > width >= 700px ) {} 91 | @media ( 400px >= width >= 700px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 92 | @media(400px>width>700px){} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:90:1] 90 | @media ( 400px > width >= 700px ) {} 91 | @media ( 400px >= width >= 700px ) {} : ^^^^^ 92 | @media(400px>width>700px){} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:90:1] 90 | @media ( 400px > width >= 700px ) {} 91 | @media ( 400px >= width >= 700px ) {} : ^^^^^ 92 | @media(400px>width>700px){} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:90:1] 90 | @media ( 400px > width >= 700px ) {} 91 | @media ( 400px >= width >= 700px ) {} : ^^^^^ 92 | @media(400px>width>700px){} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:90:1] 90 | @media ( 400px > width >= 700px ) {} 91 | @media ( 400px >= width >= 700px ) {} : ^^^ 92 | @media(400px>width>700px){} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:90:1] 90 | @media ( 400px > width >= 700px ) {} 91 | @media ( 400px >= width >= 700px ) {} : ^^ 92 | @media(400px>width>700px){} `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:90:1] 90 | @media ( 400px > width >= 700px ) {} 91 | @media ( 400px >= width >= 700px ) {} : ^^^^^ 92 | @media(400px>width>700px){} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:90:1] 90 | @media ( 400px > width >= 700px ) {} 91 | @media ( 400px >= width >= 700px ) {} : ^^^^^ 92 | @media(400px>width>700px){} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:90:1] 90 | @media ( 400px > width >= 700px ) {} 91 | @media ( 400px >= width >= 700px ) {} : ^^^^^ 92 | @media(400px>width>700px){} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:90:1] 90 | @media ( 400px > width >= 700px ) {} 91 | @media ( 400px >= width >= 700px ) {} : ^^^^^ 92 | @media(400px>width>700px){} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:90:1] 90 | @media ( 400px > width >= 700px ) {} 91 | @media ( 400px >= width >= 700px ) {} : ^^^^^ 92 | @media(400px>width>700px){} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:90:1] 90 | @media ( 400px > width >= 700px ) {} 91 | @media ( 400px >= width >= 700px ) {} : ^^^ 92 | @media(400px>width>700px){} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:90:1] 90 | @media ( 400px > width >= 700px ) {} 91 | @media ( 400px >= width >= 700px ) {} : ^^ 92 | @media(400px>width>700px){} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:90:1] 90 | @media ( 400px > width >= 700px ) {} 91 | @media ( 400px >= width >= 700px ) {} : ^^ 92 | @media(400px>width>700px){} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:90:1] 90 | @media ( 400px > width >= 700px ) {} 91 | @media ( 400px >= width >= 700px ) {} : ^ 92 | @media(400px>width>700px){} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:91:1] 91 | @media ( 400px >= width >= 700px ) {} 92 | @media(400px>width>700px){} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 93 | @media(400px>=width>=700px){} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:91:1] 91 | @media ( 400px >= width >= 700px ) {} 92 | @media(400px>width>700px){} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 93 | @media(400px>=width>=700px){} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:91:1] 91 | @media ( 400px >= width >= 700px ) {} 92 | @media(400px>width>700px){} : ^^^^^ 93 | @media(400px>=width>=700px){} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:91:1] 91 | @media ( 400px >= width >= 700px ) {} 92 | @media(400px>width>700px){} : ^^^^^ 93 | @media(400px>=width>=700px){} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:91:1] 91 | @media ( 400px >= width >= 700px ) {} 92 | @media(400px>width>700px){} : ^^^^^^^^^^^^^^^^^^^ 93 | @media(400px>=width>=700px){} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:91:1] 91 | @media ( 400px >= width >= 700px ) {} 92 | @media(400px>width>700px){} : ^^^^^^^^^^^^^^^^^^^ 93 | @media(400px>=width>=700px){} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:91:1] 91 | @media ( 400px >= width >= 700px ) {} 92 | @media(400px>width>700px){} : ^^^^^^^^^^^^^^^^^^^ 93 | @media(400px>=width>=700px){} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:91:1] 91 | @media ( 400px >= width >= 700px ) {} 92 | @media(400px>width>700px){} : ^^^^^^^^^^^^^^^^^^^ 93 | @media(400px>=width>=700px){} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:91:1] 91 | @media ( 400px >= width >= 700px ) {} 92 | @media(400px>width>700px){} : ^^^^^^^^^^^^^^^^^^^ 93 | @media(400px>=width>=700px){} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:91:1] 91 | @media ( 400px >= width >= 700px ) {} 92 | @media(400px>width>700px){} : ^^^^^^^^^^^^^^^^^^^ 93 | @media(400px>=width>=700px){} `---- x MediaFeatureRangeInterval ,-[$DIR/tests/fixture/at-rule/media/input.css:91:1] 91 | @media ( 400px >= width >= 700px ) {} 92 | @media(400px>width>700px){} : ^^^^^^^^^^^^^^^^^^^ 93 | @media(400px>=width>=700px){} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:91:1] 91 | @media ( 400px >= width >= 700px ) {} 92 | @media(400px>width>700px){} : ^^^^^ 93 | @media(400px>=width>=700px){} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:91:1] 91 | @media ( 400px >= width >= 700px ) {} 92 | @media(400px>width>700px){} : ^^^^^ 93 | @media(400px>=width>=700px){} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:91:1] 91 | @media ( 400px >= width >= 700px ) {} 92 | @media(400px>width>700px){} : ^^^^^ 93 | @media(400px>=width>=700px){} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:91:1] 91 | @media ( 400px >= width >= 700px ) {} 92 | @media(400px>width>700px){} : ^^^ 93 | @media(400px>=width>=700px){} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:91:1] 91 | @media ( 400px >= width >= 700px ) {} 92 | @media(400px>width>700px){} : ^^ 93 | @media(400px>=width>=700px){} `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:91:1] 91 | @media ( 400px >= width >= 700px ) {} 92 | @media(400px>width>700px){} : ^^^^^ 93 | @media(400px>=width>=700px){} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:91:1] 91 | @media ( 400px >= width >= 700px ) {} 92 | @media(400px>width>700px){} : ^^^^^ 93 | @media(400px>=width>=700px){} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:91:1] 91 | @media ( 400px >= width >= 700px ) {} 92 | @media(400px>width>700px){} : ^^^^^ 93 | @media(400px>=width>=700px){} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:91:1] 91 | @media ( 400px >= width >= 700px ) {} 92 | @media(400px>width>700px){} : ^^^^^ 93 | @media(400px>=width>=700px){} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:91:1] 91 | @media ( 400px >= width >= 700px ) {} 92 | @media(400px>width>700px){} : ^^^^^ 93 | @media(400px>=width>=700px){} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:91:1] 91 | @media ( 400px >= width >= 700px ) {} 92 | @media(400px>width>700px){} : ^^^ 93 | @media(400px>=width>=700px){} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:91:1] 91 | @media ( 400px >= width >= 700px ) {} 92 | @media(400px>width>700px){} : ^^ 93 | @media(400px>=width>=700px){} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:91:1] 91 | @media ( 400px >= width >= 700px ) {} 92 | @media(400px>width>700px){} : ^^ 93 | @media(400px>=width>=700px){} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:91:1] 91 | @media ( 400px >= width >= 700px ) {} 92 | @media(400px>width>700px){} : ^ 93 | @media(400px>=width>=700px){} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:92:1] 92 | @media(400px>width>700px){} 93 | @media(400px>=width>=700px){} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:92:1] 92 | @media(400px>width>700px){} 93 | @media(400px>=width>=700px){} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:92:1] 92 | @media(400px>width>700px){} 93 | @media(400px>=width>=700px){} : ^^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:92:1] 92 | @media(400px>width>700px){} 93 | @media(400px>=width>=700px){} : ^^^^^ `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:92:1] 92 | @media(400px>width>700px){} 93 | @media(400px>=width>=700px){} : ^^^^^^^^^^^^^^^^^^^^^ `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:92:1] 92 | @media(400px>width>700px){} 93 | @media(400px>=width>=700px){} : ^^^^^^^^^^^^^^^^^^^^^ `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:92:1] 92 | @media(400px>width>700px){} 93 | @media(400px>=width>=700px){} : ^^^^^^^^^^^^^^^^^^^^^ `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:92:1] 92 | @media(400px>width>700px){} 93 | @media(400px>=width>=700px){} : ^^^^^^^^^^^^^^^^^^^^^ `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:92:1] 92 | @media(400px>width>700px){} 93 | @media(400px>=width>=700px){} : ^^^^^^^^^^^^^^^^^^^^^ `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:92:1] 92 | @media(400px>width>700px){} 93 | @media(400px>=width>=700px){} : ^^^^^^^^^^^^^^^^^^^^^ `---- x MediaFeatureRangeInterval ,-[$DIR/tests/fixture/at-rule/media/input.css:92:1] 92 | @media(400px>width>700px){} 93 | @media(400px>=width>=700px){} : ^^^^^^^^^^^^^^^^^^^^^ `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:92:1] 92 | @media(400px>width>700px){} 93 | @media(400px>=width>=700px){} : ^^^^^ `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:92:1] 92 | @media(400px>width>700px){} 93 | @media(400px>=width>=700px){} : ^^^^^ `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:92:1] 92 | @media(400px>width>700px){} 93 | @media(400px>=width>=700px){} : ^^^^^ `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:92:1] 92 | @media(400px>width>700px){} 93 | @media(400px>=width>=700px){} : ^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:92:1] 92 | @media(400px>width>700px){} 93 | @media(400px>=width>=700px){} : ^^ `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:92:1] 92 | @media(400px>width>700px){} 93 | @media(400px>=width>=700px){} : ^^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:92:1] 92 | @media(400px>width>700px){} 93 | @media(400px>=width>=700px){} : ^^^^^ `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:92:1] 92 | @media(400px>width>700px){} 93 | @media(400px>=width>=700px){} : ^^^^^ `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:92:1] 92 | @media(400px>width>700px){} 93 | @media(400px>=width>=700px){} : ^^^^^ `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:92:1] 92 | @media(400px>width>700px){} 93 | @media(400px>=width>=700px){} : ^^^^^ `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:92:1] 92 | @media(400px>width>700px){} 93 | @media(400px>=width>=700px){} : ^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:92:1] 92 | @media(400px>width>700px){} 93 | @media(400px>=width>=700px){} : ^^ `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:92:1] 92 | @media(400px>width>700px){} 93 | @media(400px>=width>=700px){} : ^^ `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:92:1] 92 | @media(400px>width>700px){} 93 | @media(400px>=width>=700px){} : ^ `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:94:1] 94 | 95 | @media (--modern) and (min-width: 1024px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:94:1] 94 | 95 | @media (--modern) and (min-width: 1024px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:94:1] 94 | 95 | @media (--modern) and (min-width: 1024px) {} : ^^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:94:1] 94 | 95 | @media (--modern) and (min-width: 1024px) {} : ^^^^^ `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:94:1] 94 | 95 | @media (--modern) and (min-width: 1024px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:94:1] 94 | 95 | @media (--modern) and (min-width: 1024px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:94:1] 94 | 95 | @media (--modern) and (min-width: 1024px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:94:1] 94 | 95 | @media (--modern) and (min-width: 1024px) {} : ^^^^^^^^^^ `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:94:1] 94 | 95 | @media (--modern) and (min-width: 1024px) {} : ^^^^^^^^^^ `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:94:1] 94 | 95 | @media (--modern) and (min-width: 1024px) {} : ^^^^^^^^^^ `---- x MediaFeatureBoolean ,-[$DIR/tests/fixture/at-rule/media/input.css:94:1] 94 | 95 | @media (--modern) and (min-width: 1024px) {} : ^^^^^^^^^^ `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:94:1] 94 | 95 | @media (--modern) and (min-width: 1024px) {} : ^^^^^^^^ `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:94:1] 94 | 95 | @media (--modern) and (min-width: 1024px) {} : ^^^^^^^^^^^^^^^^^^^^^^^ `---- x MediaAnd ,-[$DIR/tests/fixture/at-rule/media/input.css:94:1] 94 | 95 | @media (--modern) and (min-width: 1024px) {} : ^^^^^^^^^^^^^^^^^^^^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:94:1] 94 | 95 | @media (--modern) and (min-width: 1024px) {} : ^^^ `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:94:1] 94 | 95 | @media (--modern) and (min-width: 1024px) {} : ^^^^^^^^^^^^^^^^^^^ `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:94:1] 94 | 95 | @media (--modern) and (min-width: 1024px) {} : ^^^^^^^^^^^^^^^^^^^ `---- x MediaFeaturePlain ,-[$DIR/tests/fixture/at-rule/media/input.css:94:1] 94 | 95 | @media (--modern) and (min-width: 1024px) {} : ^^^^^^^^^^^^^^^^^^^ `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:94:1] 94 | 95 | @media (--modern) and (min-width: 1024px) {} : ^^^^^^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:94:1] 94 | 95 | @media (--modern) and (min-width: 1024px) {} : ^^^^^^^^^ `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:94:1] 94 | 95 | @media (--modern) and (min-width: 1024px) {} : ^^^^^^ `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:94:1] 94 | 95 | @media (--modern) and (min-width: 1024px) {} : ^^^^^^ `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:94:1] 94 | 95 | @media (--modern) and (min-width: 1024px) {} : ^^^^^^ `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:94:1] 94 | 95 | @media (--modern) and (min-width: 1024px) {} : ^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:94:1] 94 | 95 | @media (--modern) and (min-width: 1024px) {} : ^^ `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:94:1] 94 | 95 | @media (--modern) and (min-width: 1024px) {} : ^^ `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:94:1] 94 | 95 | @media (--modern) and (min-width: 1024px) {} : ^ `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:96:1] 96 | 97 | @media (not (color)) or (hover) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 98 | @media ( not ( color ) ) or ( hover ) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:96:1] 96 | 97 | @media (not (color)) or (hover) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 98 | @media ( not ( color ) ) or ( hover ) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:96:1] 96 | 97 | @media (not (color)) or (hover) {} : ^^^^^ 98 | @media ( not ( color ) ) or ( hover ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:96:1] 96 | 97 | @media (not (color)) or (hover) {} : ^^^^^ 98 | @media ( not ( color ) ) or ( hover ) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:96:1] 96 | 97 | @media (not (color)) or (hover) {} : ^^^^^^^^^^^^^^^^^^^^^^^^ 98 | @media ( not ( color ) ) or ( hover ) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:96:1] 96 | 97 | @media (not (color)) or (hover) {} : ^^^^^^^^^^^^^^^^^^^^^^^^ 98 | @media ( not ( color ) ) or ( hover ) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:96:1] 96 | 97 | @media (not (color)) or (hover) {} : ^^^^^^^^^^^^^^^^^^^^^^^^ 98 | @media ( not ( color ) ) or ( hover ) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:96:1] 96 | 97 | @media (not (color)) or (hover) {} : ^^^^^^^^^^^ 98 | @media ( not ( color ) ) or ( hover ) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:96:1] 96 | 97 | @media (not (color)) or (hover) {} : ^^^^^^^^^^^ 98 | @media ( not ( color ) ) or ( hover ) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:96:1] 96 | 97 | @media (not (color)) or (hover) {} : ^^^^^^^^^^^ 98 | @media ( not ( color ) ) or ( hover ) {} `---- x MediaNot ,-[$DIR/tests/fixture/at-rule/media/input.css:96:1] 96 | 97 | @media (not (color)) or (hover) {} : ^^^^^^^^^^^ 98 | @media ( not ( color ) ) or ( hover ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:96:1] 96 | 97 | @media (not (color)) or (hover) {} : ^^^ 98 | @media ( not ( color ) ) or ( hover ) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:96:1] 96 | 97 | @media (not (color)) or (hover) {} : ^^^^^^^ 98 | @media ( not ( color ) ) or ( hover ) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:96:1] 96 | 97 | @media (not (color)) or (hover) {} : ^^^^^^^ 98 | @media ( not ( color ) ) or ( hover ) {} `---- x MediaFeatureBoolean ,-[$DIR/tests/fixture/at-rule/media/input.css:96:1] 96 | 97 | @media (not (color)) or (hover) {} : ^^^^^^^ 98 | @media ( not ( color ) ) or ( hover ) {} `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:96:1] 96 | 97 | @media (not (color)) or (hover) {} : ^^^^^ 98 | @media ( not ( color ) ) or ( hover ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:96:1] 96 | 97 | @media (not (color)) or (hover) {} : ^^^^^ 98 | @media ( not ( color ) ) or ( hover ) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:96:1] 96 | 97 | @media (not (color)) or (hover) {} : ^^^^^^^^^^ 98 | @media ( not ( color ) ) or ( hover ) {} `---- x MediaOr ,-[$DIR/tests/fixture/at-rule/media/input.css:96:1] 96 | 97 | @media (not (color)) or (hover) {} : ^^^^^^^^^^ 98 | @media ( not ( color ) ) or ( hover ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:96:1] 96 | 97 | @media (not (color)) or (hover) {} : ^^ 98 | @media ( not ( color ) ) or ( hover ) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:96:1] 96 | 97 | @media (not (color)) or (hover) {} : ^^^^^^^ 98 | @media ( not ( color ) ) or ( hover ) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:96:1] 96 | 97 | @media (not (color)) or (hover) {} : ^^^^^^^ 98 | @media ( not ( color ) ) or ( hover ) {} `---- x MediaFeatureBoolean ,-[$DIR/tests/fixture/at-rule/media/input.css:96:1] 96 | 97 | @media (not (color)) or (hover) {} : ^^^^^^^ 98 | @media ( not ( color ) ) or ( hover ) {} `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:96:1] 96 | 97 | @media (not (color)) or (hover) {} : ^^^^^ 98 | @media ( not ( color ) ) or ( hover ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:96:1] 96 | 97 | @media (not (color)) or (hover) {} : ^^^^^ 98 | @media ( not ( color ) ) or ( hover ) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:96:1] 96 | 97 | @media (not (color)) or (hover) {} : ^^ 98 | @media ( not ( color ) ) or ( hover ) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:96:1] 96 | 97 | @media (not (color)) or (hover) {} : ^ 98 | @media ( not ( color ) ) or ( hover ) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:97:1] 97 | @media (not (color)) or (hover) {} 98 | @media ( not ( color ) ) or ( hover ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 99 | @media ((color) or (hover)) and (width > 1024px) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:97:1] 97 | @media (not (color)) or (hover) {} 98 | @media ( not ( color ) ) or ( hover ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 99 | @media ((color) or (hover)) and (width > 1024px) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:97:1] 97 | @media (not (color)) or (hover) {} 98 | @media ( not ( color ) ) or ( hover ) {} : ^^^^^ 99 | @media ((color) or (hover)) and (width > 1024px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:97:1] 97 | @media (not (color)) or (hover) {} 98 | @media ( not ( color ) ) or ( hover ) {} : ^^^^^ 99 | @media ((color) or (hover)) and (width > 1024px) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:97:1] 97 | @media (not (color)) or (hover) {} 98 | @media ( not ( color ) ) or ( hover ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 99 | @media ((color) or (hover)) and (width > 1024px) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:97:1] 97 | @media (not (color)) or (hover) {} 98 | @media ( not ( color ) ) or ( hover ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 99 | @media ((color) or (hover)) and (width > 1024px) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:97:1] 97 | @media (not (color)) or (hover) {} 98 | @media ( not ( color ) ) or ( hover ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 99 | @media ((color) or (hover)) and (width > 1024px) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:97:1] 97 | @media (not (color)) or (hover) {} 98 | @media ( not ( color ) ) or ( hover ) {} : ^^^^^^^^^^^^^^^^^^^^ 99 | @media ((color) or (hover)) and (width > 1024px) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:97:1] 97 | @media (not (color)) or (hover) {} 98 | @media ( not ( color ) ) or ( hover ) {} : ^^^^^^^^^^^^^^^^^^^^ 99 | @media ((color) or (hover)) and (width > 1024px) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:97:1] 97 | @media (not (color)) or (hover) {} 98 | @media ( not ( color ) ) or ( hover ) {} : ^^^^^^^^^^^^^^^^^^^^ 99 | @media ((color) or (hover)) and (width > 1024px) {} `---- x MediaNot ,-[$DIR/tests/fixture/at-rule/media/input.css:97:1] 97 | @media (not (color)) or (hover) {} 98 | @media ( not ( color ) ) or ( hover ) {} : ^^^^^^^^^^^^^^^^^^^^ 99 | @media ((color) or (hover)) and (width > 1024px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:97:1] 97 | @media (not (color)) or (hover) {} 98 | @media ( not ( color ) ) or ( hover ) {} : ^^^ 99 | @media ((color) or (hover)) and (width > 1024px) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:97:1] 97 | @media (not (color)) or (hover) {} 98 | @media ( not ( color ) ) or ( hover ) {} : ^^^^^^^^^^^^^ 99 | @media ((color) or (hover)) and (width > 1024px) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:97:1] 97 | @media (not (color)) or (hover) {} 98 | @media ( not ( color ) ) or ( hover ) {} : ^^^^^^^^^^^^^ 99 | @media ((color) or (hover)) and (width > 1024px) {} `---- x MediaFeatureBoolean ,-[$DIR/tests/fixture/at-rule/media/input.css:97:1] 97 | @media (not (color)) or (hover) {} 98 | @media ( not ( color ) ) or ( hover ) {} : ^^^^^^^^^^^^^ 99 | @media ((color) or (hover)) and (width > 1024px) {} `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:97:1] 97 | @media (not (color)) or (hover) {} 98 | @media ( not ( color ) ) or ( hover ) {} : ^^^^^ 99 | @media ((color) or (hover)) and (width > 1024px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:97:1] 97 | @media (not (color)) or (hover) {} 98 | @media ( not ( color ) ) or ( hover ) {} : ^^^^^ 99 | @media ((color) or (hover)) and (width > 1024px) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:97:1] 97 | @media (not (color)) or (hover) {} 98 | @media ( not ( color ) ) or ( hover ) {} : ^^^^^^^^^^^^^^^^^^ 99 | @media ((color) or (hover)) and (width > 1024px) {} `---- x MediaOr ,-[$DIR/tests/fixture/at-rule/media/input.css:97:1] 97 | @media (not (color)) or (hover) {} 98 | @media ( not ( color ) ) or ( hover ) {} : ^^^^^^^^^^^^^^^^^^ 99 | @media ((color) or (hover)) and (width > 1024px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:97:1] 97 | @media (not (color)) or (hover) {} 98 | @media ( not ( color ) ) or ( hover ) {} : ^^ 99 | @media ((color) or (hover)) and (width > 1024px) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:97:1] 97 | @media (not (color)) or (hover) {} 98 | @media ( not ( color ) ) or ( hover ) {} : ^^^^^^^^^^^^^ 99 | @media ((color) or (hover)) and (width > 1024px) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:97:1] 97 | @media (not (color)) or (hover) {} 98 | @media ( not ( color ) ) or ( hover ) {} : ^^^^^^^^^^^^^ 99 | @media ((color) or (hover)) and (width > 1024px) {} `---- x MediaFeatureBoolean ,-[$DIR/tests/fixture/at-rule/media/input.css:97:1] 97 | @media (not (color)) or (hover) {} 98 | @media ( not ( color ) ) or ( hover ) {} : ^^^^^^^^^^^^^ 99 | @media ((color) or (hover)) and (width > 1024px) {} `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:97:1] 97 | @media (not (color)) or (hover) {} 98 | @media ( not ( color ) ) or ( hover ) {} : ^^^^^ 99 | @media ((color) or (hover)) and (width > 1024px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:97:1] 97 | @media (not (color)) or (hover) {} 98 | @media ( not ( color ) ) or ( hover ) {} : ^^^^^ 99 | @media ((color) or (hover)) and (width > 1024px) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:97:1] 97 | @media (not (color)) or (hover) {} 98 | @media ( not ( color ) ) or ( hover ) {} : ^^ 99 | @media ((color) or (hover)) and (width > 1024px) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:97:1] 97 | @media (not (color)) or (hover) {} 98 | @media ( not ( color ) ) or ( hover ) {} : ^ 99 | @media ((color) or (hover)) and (width > 1024px) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:98:1] 98 | @media ( not ( color ) ) or ( hover ) {} 99 | @media ((color) or (hover)) and (width > 1024px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 100 | @media (((color)) or ((hover))) and (width > 1024px) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:98:1] 98 | @media ( not ( color ) ) or ( hover ) {} 99 | @media ((color) or (hover)) and (width > 1024px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 100 | @media (((color)) or ((hover))) and (width > 1024px) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:98:1] 98 | @media ( not ( color ) ) or ( hover ) {} 99 | @media ((color) or (hover)) and (width > 1024px) {} : ^^^^^ 100 | @media (((color)) or ((hover))) and (width > 1024px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:98:1] 98 | @media ( not ( color ) ) or ( hover ) {} 99 | @media ((color) or (hover)) and (width > 1024px) {} : ^^^^^ 100 | @media (((color)) or ((hover))) and (width > 1024px) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:98:1] 98 | @media ( not ( color ) ) or ( hover ) {} 99 | @media ((color) or (hover)) and (width > 1024px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 100 | @media (((color)) or ((hover))) and (width > 1024px) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:98:1] 98 | @media ( not ( color ) ) or ( hover ) {} 99 | @media ((color) or (hover)) and (width > 1024px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 100 | @media (((color)) or ((hover))) and (width > 1024px) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:98:1] 98 | @media ( not ( color ) ) or ( hover ) {} 99 | @media ((color) or (hover)) and (width > 1024px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 100 | @media (((color)) or ((hover))) and (width > 1024px) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:98:1] 98 | @media ( not ( color ) ) or ( hover ) {} 99 | @media ((color) or (hover)) and (width > 1024px) {} : ^^^^^^^^^^^^^^^^^^ 100 | @media (((color)) or ((hover))) and (width > 1024px) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:98:1] 98 | @media ( not ( color ) ) or ( hover ) {} 99 | @media ((color) or (hover)) and (width > 1024px) {} : ^^^^^^^^^^^^^^^^^^ 100 | @media (((color)) or ((hover))) and (width > 1024px) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:98:1] 98 | @media ( not ( color ) ) or ( hover ) {} 99 | @media ((color) or (hover)) and (width > 1024px) {} : ^^^^^^^^^^^^^^^^^^ 100 | @media (((color)) or ((hover))) and (width > 1024px) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:98:1] 98 | @media ( not ( color ) ) or ( hover ) {} 99 | @media ((color) or (hover)) and (width > 1024px) {} : ^^^^^^^ 100 | @media (((color)) or ((hover))) and (width > 1024px) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:98:1] 98 | @media ( not ( color ) ) or ( hover ) {} 99 | @media ((color) or (hover)) and (width > 1024px) {} : ^^^^^^^ 100 | @media (((color)) or ((hover))) and (width > 1024px) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:98:1] 98 | @media ( not ( color ) ) or ( hover ) {} 99 | @media ((color) or (hover)) and (width > 1024px) {} : ^^^^^^^ 100 | @media (((color)) or ((hover))) and (width > 1024px) {} `---- x MediaFeatureBoolean ,-[$DIR/tests/fixture/at-rule/media/input.css:98:1] 98 | @media ( not ( color ) ) or ( hover ) {} 99 | @media ((color) or (hover)) and (width > 1024px) {} : ^^^^^^^ 100 | @media (((color)) or ((hover))) and (width > 1024px) {} `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:98:1] 98 | @media ( not ( color ) ) or ( hover ) {} 99 | @media ((color) or (hover)) and (width > 1024px) {} : ^^^^^ 100 | @media (((color)) or ((hover))) and (width > 1024px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:98:1] 98 | @media ( not ( color ) ) or ( hover ) {} 99 | @media ((color) or (hover)) and (width > 1024px) {} : ^^^^^ 100 | @media (((color)) or ((hover))) and (width > 1024px) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:98:1] 98 | @media ( not ( color ) ) or ( hover ) {} 99 | @media ((color) or (hover)) and (width > 1024px) {} : ^^^^^^^^^^ 100 | @media (((color)) or ((hover))) and (width > 1024px) {} `---- x MediaOr ,-[$DIR/tests/fixture/at-rule/media/input.css:98:1] 98 | @media ( not ( color ) ) or ( hover ) {} 99 | @media ((color) or (hover)) and (width > 1024px) {} : ^^^^^^^^^^ 100 | @media (((color)) or ((hover))) and (width > 1024px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:98:1] 98 | @media ( not ( color ) ) or ( hover ) {} 99 | @media ((color) or (hover)) and (width > 1024px) {} : ^^ 100 | @media (((color)) or ((hover))) and (width > 1024px) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:98:1] 98 | @media ( not ( color ) ) or ( hover ) {} 99 | @media ((color) or (hover)) and (width > 1024px) {} : ^^^^^^^ 100 | @media (((color)) or ((hover))) and (width > 1024px) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:98:1] 98 | @media ( not ( color ) ) or ( hover ) {} 99 | @media ((color) or (hover)) and (width > 1024px) {} : ^^^^^^^ 100 | @media (((color)) or ((hover))) and (width > 1024px) {} `---- x MediaFeatureBoolean ,-[$DIR/tests/fixture/at-rule/media/input.css:98:1] 98 | @media ( not ( color ) ) or ( hover ) {} 99 | @media ((color) or (hover)) and (width > 1024px) {} : ^^^^^^^ 100 | @media (((color)) or ((hover))) and (width > 1024px) {} `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:98:1] 98 | @media ( not ( color ) ) or ( hover ) {} 99 | @media ((color) or (hover)) and (width > 1024px) {} : ^^^^^ 100 | @media (((color)) or ((hover))) and (width > 1024px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:98:1] 98 | @media ( not ( color ) ) or ( hover ) {} 99 | @media ((color) or (hover)) and (width > 1024px) {} : ^^^^^ 100 | @media (((color)) or ((hover))) and (width > 1024px) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:98:1] 98 | @media ( not ( color ) ) or ( hover ) {} 99 | @media ((color) or (hover)) and (width > 1024px) {} : ^^^^^^^^^^^^^^^^^^^^ 100 | @media (((color)) or ((hover))) and (width > 1024px) {} `---- x MediaAnd ,-[$DIR/tests/fixture/at-rule/media/input.css:98:1] 98 | @media ( not ( color ) ) or ( hover ) {} 99 | @media ((color) or (hover)) and (width > 1024px) {} : ^^^^^^^^^^^^^^^^^^^^ 100 | @media (((color)) or ((hover))) and (width > 1024px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:98:1] 98 | @media ( not ( color ) ) or ( hover ) {} 99 | @media ((color) or (hover)) and (width > 1024px) {} : ^^^ 100 | @media (((color)) or ((hover))) and (width > 1024px) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:98:1] 98 | @media ( not ( color ) ) or ( hover ) {} 99 | @media ((color) or (hover)) and (width > 1024px) {} : ^^^^^^^^^^^^^^^^ 100 | @media (((color)) or ((hover))) and (width > 1024px) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:98:1] 98 | @media ( not ( color ) ) or ( hover ) {} 99 | @media ((color) or (hover)) and (width > 1024px) {} : ^^^^^^^^^^^^^^^^ 100 | @media (((color)) or ((hover))) and (width > 1024px) {} `---- x MediaFeatureRange ,-[$DIR/tests/fixture/at-rule/media/input.css:98:1] 98 | @media ( not ( color ) ) or ( hover ) {} 99 | @media ((color) or (hover)) and (width > 1024px) {} : ^^^^^^^^^^^^^^^^ 100 | @media (((color)) or ((hover))) and (width > 1024px) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:98:1] 98 | @media ( not ( color ) ) or ( hover ) {} 99 | @media ((color) or (hover)) and (width > 1024px) {} : ^^^^^ 100 | @media (((color)) or ((hover))) and (width > 1024px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:98:1] 98 | @media ( not ( color ) ) or ( hover ) {} 99 | @media ((color) or (hover)) and (width > 1024px) {} : ^^^^^ 100 | @media (((color)) or ((hover))) and (width > 1024px) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:98:1] 98 | @media ( not ( color ) ) or ( hover ) {} 99 | @media ((color) or (hover)) and (width > 1024px) {} : ^^^^^^ 100 | @media (((color)) or ((hover))) and (width > 1024px) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:98:1] 98 | @media ( not ( color ) ) or ( hover ) {} 99 | @media ((color) or (hover)) and (width > 1024px) {} : ^^^^^^ 100 | @media (((color)) or ((hover))) and (width > 1024px) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:98:1] 98 | @media ( not ( color ) ) or ( hover ) {} 99 | @media ((color) or (hover)) and (width > 1024px) {} : ^^^^^^ 100 | @media (((color)) or ((hover))) and (width > 1024px) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:98:1] 98 | @media ( not ( color ) ) or ( hover ) {} 99 | @media ((color) or (hover)) and (width > 1024px) {} : ^^^^ 100 | @media (((color)) or ((hover))) and (width > 1024px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:98:1] 98 | @media ( not ( color ) ) or ( hover ) {} 99 | @media ((color) or (hover)) and (width > 1024px) {} : ^^ 100 | @media (((color)) or ((hover))) and (width > 1024px) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:98:1] 98 | @media ( not ( color ) ) or ( hover ) {} 99 | @media ((color) or (hover)) and (width > 1024px) {} : ^^ 100 | @media (((color)) or ((hover))) and (width > 1024px) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:98:1] 98 | @media ( not ( color ) ) or ( hover ) {} 99 | @media ((color) or (hover)) and (width > 1024px) {} : ^ 100 | @media (((color)) or ((hover))) and (width > 1024px) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:99:1] 99 | @media ((color) or (hover)) and (width > 1024px) {} 100 | @media (((color)) or ((hover))) and (width > 1024px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:99:1] 99 | @media ((color) or (hover)) and (width > 1024px) {} 100 | @media (((color)) or ((hover))) and (width > 1024px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:99:1] 99 | @media ((color) or (hover)) and (width > 1024px) {} 100 | @media (((color)) or ((hover))) and (width > 1024px) {} : ^^^^^ 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:99:1] 99 | @media ((color) or (hover)) and (width > 1024px) {} 100 | @media (((color)) or ((hover))) and (width > 1024px) {} : ^^^^^ 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:99:1] 99 | @media ((color) or (hover)) and (width > 1024px) {} 100 | @media (((color)) or ((hover))) and (width > 1024px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:99:1] 99 | @media ((color) or (hover)) and (width > 1024px) {} 100 | @media (((color)) or ((hover))) and (width > 1024px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:99:1] 99 | @media ((color) or (hover)) and (width > 1024px) {} 100 | @media (((color)) or ((hover))) and (width > 1024px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:99:1] 99 | @media ((color) or (hover)) and (width > 1024px) {} 100 | @media (((color)) or ((hover))) and (width > 1024px) {} : ^^^^^^^^^^^^^^^^^^^^^^ 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:99:1] 99 | @media ((color) or (hover)) and (width > 1024px) {} 100 | @media (((color)) or ((hover))) and (width > 1024px) {} : ^^^^^^^^^^^^^^^^^^^^^^ 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:99:1] 99 | @media ((color) or (hover)) and (width > 1024px) {} 100 | @media (((color)) or ((hover))) and (width > 1024px) {} : ^^^^^^^^^^^^^^^^^^^^^^ 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:99:1] 99 | @media ((color) or (hover)) and (width > 1024px) {} 100 | @media (((color)) or ((hover))) and (width > 1024px) {} : ^^^^^^^ 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:99:1] 99 | @media ((color) or (hover)) and (width > 1024px) {} 100 | @media (((color)) or ((hover))) and (width > 1024px) {} : ^^^^^^^ 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:99:1] 99 | @media ((color) or (hover)) and (width > 1024px) {} 100 | @media (((color)) or ((hover))) and (width > 1024px) {} : ^^^^^^^ 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:99:1] 99 | @media ((color) or (hover)) and (width > 1024px) {} 100 | @media (((color)) or ((hover))) and (width > 1024px) {} : ^^^^^^^ 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} `---- x MediaFeatureBoolean ,-[$DIR/tests/fixture/at-rule/media/input.css:99:1] 99 | @media ((color) or (hover)) and (width > 1024px) {} 100 | @media (((color)) or ((hover))) and (width > 1024px) {} : ^^^^^^^ 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:99:1] 99 | @media ((color) or (hover)) and (width > 1024px) {} 100 | @media (((color)) or ((hover))) and (width > 1024px) {} : ^^^^^ 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:99:1] 99 | @media ((color) or (hover)) and (width > 1024px) {} 100 | @media (((color)) or ((hover))) and (width > 1024px) {} : ^^^^^ 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:99:1] 99 | @media ((color) or (hover)) and (width > 1024px) {} 100 | @media (((color)) or ((hover))) and (width > 1024px) {} : ^^^^^^^^^^^^ 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} `---- x MediaOr ,-[$DIR/tests/fixture/at-rule/media/input.css:99:1] 99 | @media ((color) or (hover)) and (width > 1024px) {} 100 | @media (((color)) or ((hover))) and (width > 1024px) {} : ^^^^^^^^^^^^ 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:99:1] 99 | @media ((color) or (hover)) and (width > 1024px) {} 100 | @media (((color)) or ((hover))) and (width > 1024px) {} : ^^ 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:99:1] 99 | @media ((color) or (hover)) and (width > 1024px) {} 100 | @media (((color)) or ((hover))) and (width > 1024px) {} : ^^^^^^^ 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:99:1] 99 | @media ((color) or (hover)) and (width > 1024px) {} 100 | @media (((color)) or ((hover))) and (width > 1024px) {} : ^^^^^^^ 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:99:1] 99 | @media ((color) or (hover)) and (width > 1024px) {} 100 | @media (((color)) or ((hover))) and (width > 1024px) {} : ^^^^^^^ 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:99:1] 99 | @media ((color) or (hover)) and (width > 1024px) {} 100 | @media (((color)) or ((hover))) and (width > 1024px) {} : ^^^^^^^ 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} `---- x MediaFeatureBoolean ,-[$DIR/tests/fixture/at-rule/media/input.css:99:1] 99 | @media ((color) or (hover)) and (width > 1024px) {} 100 | @media (((color)) or ((hover))) and (width > 1024px) {} : ^^^^^^^ 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:99:1] 99 | @media ((color) or (hover)) and (width > 1024px) {} 100 | @media (((color)) or ((hover))) and (width > 1024px) {} : ^^^^^ 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:99:1] 99 | @media ((color) or (hover)) and (width > 1024px) {} 100 | @media (((color)) or ((hover))) and (width > 1024px) {} : ^^^^^ 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:99:1] 99 | @media ((color) or (hover)) and (width > 1024px) {} 100 | @media (((color)) or ((hover))) and (width > 1024px) {} : ^^^^^^^^^^^^^^^^^^^^ 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} `---- x MediaAnd ,-[$DIR/tests/fixture/at-rule/media/input.css:99:1] 99 | @media ((color) or (hover)) and (width > 1024px) {} 100 | @media (((color)) or ((hover))) and (width > 1024px) {} : ^^^^^^^^^^^^^^^^^^^^ 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:99:1] 99 | @media ((color) or (hover)) and (width > 1024px) {} 100 | @media (((color)) or ((hover))) and (width > 1024px) {} : ^^^ 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:99:1] 99 | @media ((color) or (hover)) and (width > 1024px) {} 100 | @media (((color)) or ((hover))) and (width > 1024px) {} : ^^^^^^^^^^^^^^^^ 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:99:1] 99 | @media ((color) or (hover)) and (width > 1024px) {} 100 | @media (((color)) or ((hover))) and (width > 1024px) {} : ^^^^^^^^^^^^^^^^ 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} `---- x MediaFeatureRange ,-[$DIR/tests/fixture/at-rule/media/input.css:99:1] 99 | @media ((color) or (hover)) and (width > 1024px) {} 100 | @media (((color)) or ((hover))) and (width > 1024px) {} : ^^^^^^^^^^^^^^^^ 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:99:1] 99 | @media ((color) or (hover)) and (width > 1024px) {} 100 | @media (((color)) or ((hover))) and (width > 1024px) {} : ^^^^^ 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:99:1] 99 | @media ((color) or (hover)) and (width > 1024px) {} 100 | @media (((color)) or ((hover))) and (width > 1024px) {} : ^^^^^ 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:99:1] 99 | @media ((color) or (hover)) and (width > 1024px) {} 100 | @media (((color)) or ((hover))) and (width > 1024px) {} : ^^^^^^ 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:99:1] 99 | @media ((color) or (hover)) and (width > 1024px) {} 100 | @media (((color)) or ((hover))) and (width > 1024px) {} : ^^^^^^ 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:99:1] 99 | @media ((color) or (hover)) and (width > 1024px) {} 100 | @media (((color)) or ((hover))) and (width > 1024px) {} : ^^^^^^ 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:99:1] 99 | @media ((color) or (hover)) and (width > 1024px) {} 100 | @media (((color)) or ((hover))) and (width > 1024px) {} : ^^^^ 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:99:1] 99 | @media ((color) or (hover)) and (width > 1024px) {} 100 | @media (((color)) or ((hover))) and (width > 1024px) {} : ^^ 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:99:1] 99 | @media ((color) or (hover)) and (width > 1024px) {} 100 | @media (((color)) or ((hover))) and (width > 1024px) {} : ^^ 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:99:1] 99 | @media ((color) or (hover)) and (width > 1024px) {} 100 | @media (((color)) or ((hover))) and (width > 1024px) {} : ^ 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:100:1] 100 | @media (((color)) or ((hover))) and (width > 1024px) {} 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:100:1] 100 | @media (((color)) or ((hover))) and (width > 1024px) {} 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:100:1] 100 | @media (((color)) or ((hover))) and (width > 1024px) {} 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} : ^^^^^ 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:100:1] 100 | @media (((color)) or ((hover))) and (width > 1024px) {} 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} : ^^^^^ 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:100:1] 100 | @media (((color)) or ((hover))) and (width > 1024px) {} 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:100:1] 100 | @media (((color)) or ((hover))) and (width > 1024px) {} 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:100:1] 100 | @media (((color)) or ((hover))) and (width > 1024px) {} 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:100:1] 100 | @media (((color)) or ((hover))) and (width > 1024px) {} 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:100:1] 100 | @media (((color)) or ((hover))) and (width > 1024px) {} 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:100:1] 100 | @media (((color)) or ((hover))) and (width > 1024px) {} 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:100:1] 100 | @media (((color)) or ((hover))) and (width > 1024px) {} 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^ 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:100:1] 100 | @media (((color)) or ((hover))) and (width > 1024px) {} 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^ 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:100:1] 100 | @media (((color)) or ((hover))) and (width > 1024px) {} 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^ 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:100:1] 100 | @media (((color)) or ((hover))) and (width > 1024px) {} 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} : ^^^^^^^^^^^^^^^^^^^^^^ 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:100:1] 100 | @media (((color)) or ((hover))) and (width > 1024px) {} 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} : ^^^^^^^^^^^^^^^^^^^^^^ 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:100:1] 100 | @media (((color)) or ((hover))) and (width > 1024px) {} 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} : ^^^^^^^^^^^^^^^^^^^^^^ 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:100:1] 100 | @media (((color)) or ((hover))) and (width > 1024px) {} 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} : ^^^^^^^ 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:100:1] 100 | @media (((color)) or ((hover))) and (width > 1024px) {} 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} : ^^^^^^^ 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:100:1] 100 | @media (((color)) or ((hover))) and (width > 1024px) {} 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} : ^^^^^^^ 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:100:1] 100 | @media (((color)) or ((hover))) and (width > 1024px) {} 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} : ^^^^^^^ 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} `---- x MediaFeatureBoolean ,-[$DIR/tests/fixture/at-rule/media/input.css:100:1] 100 | @media (((color)) or ((hover))) and (width > 1024px) {} 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} : ^^^^^^^ 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:100:1] 100 | @media (((color)) or ((hover))) and (width > 1024px) {} 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} : ^^^^^ 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:100:1] 100 | @media (((color)) or ((hover))) and (width > 1024px) {} 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} : ^^^^^ 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:100:1] 100 | @media (((color)) or ((hover))) and (width > 1024px) {} 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} : ^^^^^^^^^^^^ 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} `---- x MediaOr ,-[$DIR/tests/fixture/at-rule/media/input.css:100:1] 100 | @media (((color)) or ((hover))) and (width > 1024px) {} 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} : ^^^^^^^^^^^^ 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:100:1] 100 | @media (((color)) or ((hover))) and (width > 1024px) {} 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} : ^^ 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:100:1] 100 | @media (((color)) or ((hover))) and (width > 1024px) {} 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} : ^^^^^^^ 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:100:1] 100 | @media (((color)) or ((hover))) and (width > 1024px) {} 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} : ^^^^^^^ 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:100:1] 100 | @media (((color)) or ((hover))) and (width > 1024px) {} 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} : ^^^^^^^ 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:100:1] 100 | @media (((color)) or ((hover))) and (width > 1024px) {} 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} : ^^^^^^^ 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} `---- x MediaFeatureBoolean ,-[$DIR/tests/fixture/at-rule/media/input.css:100:1] 100 | @media (((color)) or ((hover))) and (width > 1024px) {} 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} : ^^^^^^^ 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:100:1] 100 | @media (((color)) or ((hover))) and (width > 1024px) {} 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} : ^^^^^ 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:100:1] 100 | @media (((color)) or ((hover))) and (width > 1024px) {} 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} : ^^^^^ 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:100:1] 100 | @media (((color)) or ((hover))) and (width > 1024px) {} 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} : ^^^^^^^^^^^^^^^^^^^^ 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} `---- x MediaAnd ,-[$DIR/tests/fixture/at-rule/media/input.css:100:1] 100 | @media (((color)) or ((hover))) and (width > 1024px) {} 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} : ^^^^^^^^^^^^^^^^^^^^ 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:100:1] 100 | @media (((color)) or ((hover))) and (width > 1024px) {} 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} : ^^^ 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:100:1] 100 | @media (((color)) or ((hover))) and (width > 1024px) {} 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} : ^^^^^^^^^^^^^^^^ 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:100:1] 100 | @media (((color)) or ((hover))) and (width > 1024px) {} 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} : ^^^^^^^^^^^^^^^^ 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} `---- x MediaFeatureRange ,-[$DIR/tests/fixture/at-rule/media/input.css:100:1] 100 | @media (((color)) or ((hover))) and (width > 1024px) {} 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} : ^^^^^^^^^^^^^^^^ 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:100:1] 100 | @media (((color)) or ((hover))) and (width > 1024px) {} 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} : ^^^^^ 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:100:1] 100 | @media (((color)) or ((hover))) and (width > 1024px) {} 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} : ^^^^^ 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:100:1] 100 | @media (((color)) or ((hover))) and (width > 1024px) {} 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} : ^^^^^^ 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:100:1] 100 | @media (((color)) or ((hover))) and (width > 1024px) {} 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} : ^^^^^^ 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:100:1] 100 | @media (((color)) or ((hover))) and (width > 1024px) {} 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} : ^^^^^^ 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:100:1] 100 | @media (((color)) or ((hover))) and (width > 1024px) {} 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} : ^^^^ 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:100:1] 100 | @media (((color)) or ((hover))) and (width > 1024px) {} 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} : ^^ 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:100:1] 100 | @media (((color)) or ((hover))) and (width > 1024px) {} 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} : ^^ 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:100:1] 100 | @media (((color)) or ((hover))) and (width > 1024px) {} 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} : ^ 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:101:1] 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:101:1] 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:101:1] 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} : ^^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:101:1] 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} : ^^^^^ `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:101:1] 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:101:1] 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:101:1] 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:101:1] 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:101:1] 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:101:1] 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:101:1] 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:101:1] 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:101:1] 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:101:1] 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:101:1] 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:101:1] 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:101:1] 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} : ^^^^^^^^^^^^^ `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:101:1] 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} : ^^^^^^^^^^^^^ `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:101:1] 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} : ^^^^^^^^^^^^^ `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:101:1] 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} : ^^^^^^^^^^^^^ `---- x MediaFeatureBoolean ,-[$DIR/tests/fixture/at-rule/media/input.css:101:1] 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} : ^^^^^^^^^^^^^ `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:101:1] 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} : ^^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:101:1] 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} : ^^^^^ `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:101:1] 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x MediaOr ,-[$DIR/tests/fixture/at-rule/media/input.css:101:1] 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:101:1] 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} : ^^ `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:101:1] 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} : ^^^^^^^^^^^^^ `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:101:1] 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} : ^^^^^^^^^^^^^ `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:101:1] 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} : ^^^^^^^^^^^^^ `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:101:1] 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} : ^^^^^^^^^^^^^ `---- x MediaFeatureBoolean ,-[$DIR/tests/fixture/at-rule/media/input.css:101:1] 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} : ^^^^^^^^^^^^^ `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:101:1] 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} : ^^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:101:1] 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} : ^^^^^ `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:101:1] 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x MediaAnd ,-[$DIR/tests/fixture/at-rule/media/input.css:101:1] 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:101:1] 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} : ^^^ `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:101:1] 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:101:1] 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x MediaFeatureRange ,-[$DIR/tests/fixture/at-rule/media/input.css:101:1] 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:101:1] 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} : ^^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:101:1] 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} : ^^^^^ `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:101:1] 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} : ^^^^^^ `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:101:1] 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} : ^^^^^^ `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:101:1] 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} : ^^^^^^ `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:101:1] 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} : ^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:101:1] 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} : ^^ `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:101:1] 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} : ^^ `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:101:1] 101 | @media (((((color)) or ((hover))))) and (width > 1024px) {} 102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {} : ^ `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:103:1] 103 | 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:103:1] 103 | 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:103:1] 103 | 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} : ^^^^^ 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:103:1] 103 | 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} : ^^^^^ 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:103:1] 103 | 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:103:1] 103 | 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:103:1] 103 | 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:103:1] 103 | 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:103:1] 103 | 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:103:1] 103 | 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:103:1] 103 | 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} : ^^^^^^^^^^^^^^^^^^ 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:103:1] 103 | 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} : ^^^^^^^^^^^^^^^^^^ 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:103:1] 103 | 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} : ^^^^^^^^^^^^^^^^^^ 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} `---- x MediaFeaturePlain ,-[$DIR/tests/fixture/at-rule/media/input.css:103:1] 103 | 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} : ^^^^^^^^^^^^^^^^^^ 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:103:1] 103 | 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} : ^^^^^^^^^ 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:103:1] 103 | 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} : ^^^^^^^^^ 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:103:1] 103 | 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} : ^^^^^ 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:103:1] 103 | 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} : ^^^^^ 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:103:1] 103 | 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} : ^^^^^ 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:103:1] 103 | 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} : ^^^ 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:103:1] 103 | 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} : ^^ 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:103:1] 103 | 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} : ^^^^^^^^^^^^^^^^^^^^^^ 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} `---- x MediaAnd ,-[$DIR/tests/fixture/at-rule/media/input.css:103:1] 103 | 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} : ^^^^^^^^^^^^^^^^^^^^^^ 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:103:1] 103 | 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} : ^^^ 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:103:1] 103 | 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} : ^^^^^^^^^^^^^^^^^^ 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:103:1] 103 | 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} : ^^^^^^^^^^^^^^^^^^ 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} `---- x MediaFeaturePlain ,-[$DIR/tests/fixture/at-rule/media/input.css:103:1] 103 | 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} : ^^^^^^^^^^^^^^^^^^ 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:103:1] 103 | 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} : ^^^^^^^^^ 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:103:1] 103 | 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} : ^^^^^^^^^ 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:103:1] 103 | 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} : ^^^^^ 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:103:1] 103 | 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} : ^^^^^ 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:103:1] 103 | 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} : ^^^^^ 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:103:1] 103 | 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} : ^^^ 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:103:1] 103 | 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} : ^^ 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:103:1] 103 | 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} : ^^^^^^^^^^^^^^^^^^^^^ 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} `---- x MediaOr ,-[$DIR/tests/fixture/at-rule/media/input.css:103:1] 103 | 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} : ^^^^^^^^^^^^^^^^^^^^^ 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:103:1] 103 | 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} : ^^ 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:103:1] 103 | 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} : ^^^^^^^^^^^^^^^^^^ 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:103:1] 103 | 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} : ^^^^^^^^^^^^^^^^^^ 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} `---- x MediaFeaturePlain ,-[$DIR/tests/fixture/at-rule/media/input.css:103:1] 103 | 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} : ^^^^^^^^^^^^^^^^^^ 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:103:1] 103 | 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} : ^^^^^^^^^ 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:103:1] 103 | 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} : ^^^^^^^^^ 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:103:1] 103 | 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} : ^^^^^ 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:103:1] 103 | 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} : ^^^^^ 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:103:1] 103 | 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} : ^^^^^ 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:103:1] 103 | 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} : ^^^ 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:103:1] 103 | 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} : ^^ 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:103:1] 103 | 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} : ^^ 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:103:1] 103 | 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} : ^ 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:104:1] 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:104:1] 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:104:1] 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} : ^^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:104:1] 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} : ^^^^^ `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:104:1] 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:104:1] 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:104:1] 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:104:1] 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} : ^^^^^^^^^^^^^^^^^^ `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:104:1] 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} : ^^^^^^^^^^^^^^^^^^ `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:104:1] 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} : ^^^^^^^^^^^^^^^^^^ `---- x MediaFeaturePlain ,-[$DIR/tests/fixture/at-rule/media/input.css:104:1] 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} : ^^^^^^^^^^^^^^^^^^ `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:104:1] 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} : ^^^^^^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:104:1] 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} : ^^^^^^^^^ `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:104:1] 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} : ^^^^^ `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:104:1] 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} : ^^^^^ `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:104:1] 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} : ^^^^^ `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:104:1] 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} : ^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:104:1] 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} : ^^ `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:104:1] 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x MediaAnd ,-[$DIR/tests/fixture/at-rule/media/input.css:104:1] 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:104:1] 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} : ^^^ `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:104:1] 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:104:1] 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:104:1] 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} : ^^^^^^^^^^^^^^^^^^ `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:104:1] 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} : ^^^^^^^^^^^^^^^^^^ `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:104:1] 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} : ^^^^^^^^^^^^^^^^^^ `---- x MediaFeaturePlain ,-[$DIR/tests/fixture/at-rule/media/input.css:104:1] 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} : ^^^^^^^^^^^^^^^^^^ `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:104:1] 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} : ^^^^^^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:104:1] 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} : ^^^^^^^^^ `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:104:1] 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} : ^^^^^ `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:104:1] 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} : ^^^^^ `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:104:1] 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} : ^^^^^ `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:104:1] 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} : ^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:104:1] 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} : ^^ `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:104:1] 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} : ^^^^^^^^^^^^^^^^^^^^^ `---- x MediaOr ,-[$DIR/tests/fixture/at-rule/media/input.css:104:1] 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} : ^^^^^^^^^^^^^^^^^^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:104:1] 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} : ^^ `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:104:1] 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} : ^^^^^^^^^^^^^^^^^^ `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:104:1] 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} : ^^^^^^^^^^^^^^^^^^ `---- x MediaFeaturePlain ,-[$DIR/tests/fixture/at-rule/media/input.css:104:1] 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} : ^^^^^^^^^^^^^^^^^^ `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:104:1] 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} : ^^^^^^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:104:1] 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} : ^^^^^^^^^ `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:104:1] 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} : ^^^^^ `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:104:1] 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} : ^^^^^ `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:104:1] 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} : ^^^^^ `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:104:1] 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} : ^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:104:1] 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} : ^^ `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:104:1] 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} : ^^ `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:104:1] 104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {} 105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {} : ^ `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:106:1] 106 | 107 | @media NOT all {} : ^^^^^^^^^^^^^^^^^^^^^^^^ 108 | @media ONLY screen AND (color) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:106:1] 106 | 107 | @media NOT all {} : ^^^^^^^^^^^^^^^^^^^^^^^^ 108 | @media ONLY screen AND (color) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:106:1] 106 | 107 | @media NOT all {} : ^^^^^ 108 | @media ONLY screen AND (color) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:106:1] 106 | 107 | @media NOT all {} : ^^^^^ 108 | @media ONLY screen AND (color) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:106:1] 106 | 107 | @media NOT all {} : ^^^^^^^^^ 108 | @media ONLY screen AND (color) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:106:1] 106 | 107 | @media NOT all {} : ^^^^^^^^^ 108 | @media ONLY screen AND (color) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:106:1] 106 | 107 | @media NOT all {} : ^^^ 108 | @media ONLY screen AND (color) {} `---- x MediaType ,-[$DIR/tests/fixture/at-rule/media/input.css:106:1] 106 | 107 | @media NOT all {} : ^^^ 108 | @media ONLY screen AND (color) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:106:1] 106 | 107 | @media NOT all {} : ^^^ 108 | @media ONLY screen AND (color) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:106:1] 106 | 107 | @media NOT all {} : ^^ 108 | @media ONLY screen AND (color) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:106:1] 106 | 107 | @media NOT all {} : ^ 108 | @media ONLY screen AND (color) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:107:1] 107 | @media NOT all {} 108 | @media ONLY screen AND (color) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:107:1] 107 | @media NOT all {} 108 | @media ONLY screen AND (color) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:107:1] 107 | @media NOT all {} 108 | @media ONLY screen AND (color) {} : ^^^^^ 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:107:1] 107 | @media NOT all {} 108 | @media ONLY screen AND (color) {} : ^^^^^ 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:107:1] 107 | @media NOT all {} 108 | @media ONLY screen AND (color) {} : ^^^^^^^^^^^^^^^^^^^^^^^ 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:107:1] 107 | @media NOT all {} 108 | @media ONLY screen AND (color) {} : ^^^^^^^^^^^^^^^^^^^^^^^ 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:107:1] 107 | @media NOT all {} 108 | @media ONLY screen AND (color) {} : ^^^^ 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} `---- x MediaType ,-[$DIR/tests/fixture/at-rule/media/input.css:107:1] 107 | @media NOT all {} 108 | @media ONLY screen AND (color) {} : ^^^^^^ 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:107:1] 107 | @media NOT all {} 108 | @media ONLY screen AND (color) {} : ^^^^^^ 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:107:1] 107 | @media NOT all {} 108 | @media ONLY screen AND (color) {} : ^^^ 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} `---- x MediaConditionWithoutOr ,-[$DIR/tests/fixture/at-rule/media/input.css:107:1] 107 | @media NOT all {} 108 | @media ONLY screen AND (color) {} : ^^^^^^^ 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} `---- x MediaConditionWithoutOrType ,-[$DIR/tests/fixture/at-rule/media/input.css:107:1] 107 | @media NOT all {} 108 | @media ONLY screen AND (color) {} : ^^^^^^^ 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:107:1] 107 | @media NOT all {} 108 | @media ONLY screen AND (color) {} : ^^^^^^^ 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:107:1] 107 | @media NOT all {} 108 | @media ONLY screen AND (color) {} : ^^^^^^^ 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} `---- x MediaFeatureBoolean ,-[$DIR/tests/fixture/at-rule/media/input.css:107:1] 107 | @media NOT all {} 108 | @media ONLY screen AND (color) {} : ^^^^^^^ 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:107:1] 107 | @media NOT all {} 108 | @media ONLY screen AND (color) {} : ^^^^^ 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:107:1] 107 | @media NOT all {} 108 | @media ONLY screen AND (color) {} : ^^^^^ 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:107:1] 107 | @media NOT all {} 108 | @media ONLY screen AND (color) {} : ^^ 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:107:1] 107 | @media NOT all {} 108 | @media ONLY screen AND (color) {} : ^ 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:108:1] 108 | @media ONLY screen AND (color) {} 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:108:1] 108 | @media ONLY screen AND (color) {} 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:108:1] 108 | @media ONLY screen AND (color) {} 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} : ^^^^^ 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:108:1] 108 | @media ONLY screen AND (color) {} 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} : ^^^^^ 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:108:1] 108 | @media ONLY screen AND (color) {} 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:108:1] 108 | @media ONLY screen AND (color) {} 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:108:1] 108 | @media ONLY screen AND (color) {} 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:108:1] 108 | @media ONLY screen AND (color) {} 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:108:1] 108 | @media ONLY screen AND (color) {} 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:108:1] 108 | @media ONLY screen AND (color) {} 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:108:1] 108 | @media ONLY screen AND (color) {} 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} : ^^^^^^^^^^^^^^^^^^ 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:108:1] 108 | @media ONLY screen AND (color) {} 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} : ^^^^^^^^^^^^^^^^^^ 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:108:1] 108 | @media ONLY screen AND (color) {} 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} : ^^^^^^^^^^^^^^^^^^ 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} `---- x MediaFeaturePlain ,-[$DIR/tests/fixture/at-rule/media/input.css:108:1] 108 | @media ONLY screen AND (color) {} 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} : ^^^^^^^^^^^^^^^^^^ 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:108:1] 108 | @media ONLY screen AND (color) {} 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} : ^^^^^^^^^ 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:108:1] 108 | @media ONLY screen AND (color) {} 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} : ^^^^^^^^^ 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:108:1] 108 | @media ONLY screen AND (color) {} 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} : ^^^^^ 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:108:1] 108 | @media ONLY screen AND (color) {} 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} : ^^^^^ 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:108:1] 108 | @media ONLY screen AND (color) {} 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} : ^^^^^ 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:108:1] 108 | @media ONLY screen AND (color) {} 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} : ^^^ 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:108:1] 108 | @media ONLY screen AND (color) {} 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} : ^^ 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:108:1] 108 | @media ONLY screen AND (color) {} 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} : ^^^^^^^^^^^^^^^^^^^^^^ 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} `---- x MediaAnd ,-[$DIR/tests/fixture/at-rule/media/input.css:108:1] 108 | @media ONLY screen AND (color) {} 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} : ^^^^^^^^^^^^^^^^^^^^^^ 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:108:1] 108 | @media ONLY screen AND (color) {} 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} : ^^^ 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:108:1] 108 | @media ONLY screen AND (color) {} 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} : ^^^^^^^^^^^^^^^^^^ 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:108:1] 108 | @media ONLY screen AND (color) {} 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} : ^^^^^^^^^^^^^^^^^^ 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} `---- x MediaFeaturePlain ,-[$DIR/tests/fixture/at-rule/media/input.css:108:1] 108 | @media ONLY screen AND (color) {} 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} : ^^^^^^^^^^^^^^^^^^ 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:108:1] 108 | @media ONLY screen AND (color) {} 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} : ^^^^^^^^^ 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:108:1] 108 | @media ONLY screen AND (color) {} 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} : ^^^^^^^^^ 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:108:1] 108 | @media ONLY screen AND (color) {} 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} : ^^^^^ 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:108:1] 108 | @media ONLY screen AND (color) {} 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} : ^^^^^ 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:108:1] 108 | @media ONLY screen AND (color) {} 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} : ^^^^^ 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:108:1] 108 | @media ONLY screen AND (color) {} 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} : ^^^ 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:108:1] 108 | @media ONLY screen AND (color) {} 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} : ^^ 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:108:1] 108 | @media ONLY screen AND (color) {} 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} : ^^^^^^^^^^^^^^^^^^^^^ 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} `---- x MediaOr ,-[$DIR/tests/fixture/at-rule/media/input.css:108:1] 108 | @media ONLY screen AND (color) {} 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} : ^^^^^^^^^^^^^^^^^^^^^ 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:108:1] 108 | @media ONLY screen AND (color) {} 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} : ^^ 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:108:1] 108 | @media ONLY screen AND (color) {} 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} : ^^^^^^^^^^^^^^^^^^ 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:108:1] 108 | @media ONLY screen AND (color) {} 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} : ^^^^^^^^^^^^^^^^^^ 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} `---- x MediaFeaturePlain ,-[$DIR/tests/fixture/at-rule/media/input.css:108:1] 108 | @media ONLY screen AND (color) {} 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} : ^^^^^^^^^^^^^^^^^^ 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:108:1] 108 | @media ONLY screen AND (color) {} 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} : ^^^^^^^^^ 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:108:1] 108 | @media ONLY screen AND (color) {} 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} : ^^^^^^^^^ 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:108:1] 108 | @media ONLY screen AND (color) {} 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} : ^^^^^ 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:108:1] 108 | @media ONLY screen AND (color) {} 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} : ^^^^^ 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:108:1] 108 | @media ONLY screen AND (color) {} 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} : ^^^^^ 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:108:1] 108 | @media ONLY screen AND (color) {} 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} : ^^^ 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:108:1] 108 | @media ONLY screen AND (color) {} 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} : ^^ 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:108:1] 108 | @media ONLY screen AND (color) {} 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} : ^^ 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:108:1] 108 | @media ONLY screen AND (color) {} 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} : ^ 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:109:1] 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:109:1] 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:109:1] 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} : ^^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:109:1] 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} : ^^^^^ `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:109:1] 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:109:1] 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:109:1] 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:109:1] 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} : ^^^^^^^^^^^^^^^^^^ `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:109:1] 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} : ^^^^^^^^^^^^^^^^^^ `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:109:1] 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} : ^^^^^^^^^^^^^^^^^^ `---- x MediaFeaturePlain ,-[$DIR/tests/fixture/at-rule/media/input.css:109:1] 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} : ^^^^^^^^^^^^^^^^^^ `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:109:1] 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} : ^^^^^^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:109:1] 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} : ^^^^^^^^^ `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:109:1] 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} : ^^^^^ `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:109:1] 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} : ^^^^^ `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:109:1] 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} : ^^^^^ `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:109:1] 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} : ^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:109:1] 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} : ^^ `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:109:1] 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x MediaAnd ,-[$DIR/tests/fixture/at-rule/media/input.css:109:1] 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:109:1] 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} : ^^^ `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:109:1] 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:109:1] 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:109:1] 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} : ^^^^^^^^^^^^^^^^^^ `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:109:1] 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} : ^^^^^^^^^^^^^^^^^^ `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:109:1] 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} : ^^^^^^^^^^^^^^^^^^ `---- x MediaFeaturePlain ,-[$DIR/tests/fixture/at-rule/media/input.css:109:1] 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} : ^^^^^^^^^^^^^^^^^^ `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:109:1] 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} : ^^^^^^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:109:1] 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} : ^^^^^^^^^ `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:109:1] 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} : ^^^^^ `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:109:1] 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} : ^^^^^ `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:109:1] 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} : ^^^^^ `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:109:1] 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} : ^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:109:1] 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} : ^^ `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:109:1] 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} : ^^^^^^^^^^^^^^^^^^^^^ `---- x MediaOr ,-[$DIR/tests/fixture/at-rule/media/input.css:109:1] 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} : ^^^^^^^^^^^^^^^^^^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:109:1] 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} : ^^ `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:109:1] 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} : ^^^^^^^^^^^^^^^^^^ `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:109:1] 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} : ^^^^^^^^^^^^^^^^^^ `---- x MediaFeaturePlain ,-[$DIR/tests/fixture/at-rule/media/input.css:109:1] 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} : ^^^^^^^^^^^^^^^^^^ `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:109:1] 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} : ^^^^^^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:109:1] 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} : ^^^^^^^^^ `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:109:1] 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} : ^^^^^ `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:109:1] 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} : ^^^^^ `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:109:1] 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} : ^^^^^ `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:109:1] 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} : ^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:109:1] 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} : ^^ `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:109:1] 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} : ^^ `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:109:1] 109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {} 110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {} : ^ `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:111:1] 111 | 112 | @media {} : ^^^^^^^^^ 113 | @media {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:111:1] 111 | 112 | @media {} : ^^^^^^^^^ 113 | @media {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:111:1] 111 | 112 | @media {} : ^^^^^ 113 | @media {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:111:1] 111 | 112 | @media {} : ^^^^^ 113 | @media {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:111:1] 111 | 112 | @media {} : ^^ 113 | @media {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:111:1] 111 | 112 | @media {} : ^ 113 | @media {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:112:1] 112 | @media {} 113 | @media {} : ^^^^^^^^^^^^ `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:112:1] 112 | @media {} 113 | @media {} : ^^^^^^^^^^^^ `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:112:1] 112 | @media {} 113 | @media {} : ^^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:112:1] 112 | @media {} 113 | @media {} : ^^^^^ `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:112:1] 112 | @media {} 113 | @media {} : ^^ `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:112:1] 112 | @media {} 113 | @media {} : ^ `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:114:1] 114 | 115 | @media tty {} : ^^^^^^^^^^^^^ `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:114:1] 114 | 115 | @media tty {} : ^^^^^^^^^^^^^ `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:114:1] 114 | 115 | @media tty {} : ^^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:114:1] 114 | 115 | @media tty {} : ^^^^^ `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:114:1] 114 | 115 | @media tty {} : ^^^ `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:114:1] 114 | 115 | @media tty {} : ^^^ `---- x MediaType ,-[$DIR/tests/fixture/at-rule/media/input.css:114:1] 114 | 115 | @media tty {} : ^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:114:1] 114 | 115 | @media tty {} : ^^^ `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:114:1] 114 | 115 | @media tty {} : ^^ `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:114:1] 114 | 115 | @media tty {} : ^ `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:116:1] 116 | 117 | ,-> @media print { 118 | | html 119 | | main { 120 | | color: orange; 121 | | } 122 | `-> } `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:116:1] 116 | 117 | ,-> @media print { 118 | | html 119 | | main { 120 | | color: orange; 121 | | } 122 | `-> } `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:116:1] 116 | 117 | @media print { : ^^^^^ 118 | html `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:116:1] 116 | 117 | @media print { : ^^^^^ 118 | html `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:116:1] 116 | 117 | @media print { : ^^^^^ 118 | html `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:116:1] 116 | 117 | @media print { : ^^^^^ 118 | html `---- x MediaType ,-[$DIR/tests/fixture/at-rule/media/input.css:116:1] 116 | 117 | @media print { : ^^^^^ 118 | html `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:116:1] 116 | 117 | @media print { : ^^^^^ 118 | html `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:116:1] 116 | 117 | ,-> @media print { 118 | | html 119 | | main { 120 | | color: orange; 121 | | } 122 | `-> } `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:116:1] 116 | 117 | @media print { : ^ 118 | html `---- x ComponentValue ,-[$DIR/tests/fixture/at-rule/media/input.css:117:1] 117 | @media print { 118 | ,-> html 119 | | main { 120 | | color: orange; 121 | `-> } 122 | } `---- x QualifiedRule ,-[$DIR/tests/fixture/at-rule/media/input.css:117:1] 117 | @media print { 118 | ,-> html 119 | | main { 120 | | color: orange; 121 | `-> } 122 | } `---- x SelectorList ,-[$DIR/tests/fixture/at-rule/media/input.css:117:1] 117 | @media print { 118 | ,-> html 119 | `-> main { 120 | color: orange; `---- x ComplexSelector ,-[$DIR/tests/fixture/at-rule/media/input.css:117:1] 117 | @media print { 118 | ,-> html 119 | `-> main { 120 | color: orange; `---- x CompoundSelector ,-[$DIR/tests/fixture/at-rule/media/input.css:117:1] 117 | @media print { 118 | html : ^^^^ 119 | main { `---- x TypeSelector ,-[$DIR/tests/fixture/at-rule/media/input.css:117:1] 117 | @media print { 118 | html : ^^^^ 119 | main { `---- x TagNameSelector ,-[$DIR/tests/fixture/at-rule/media/input.css:117:1] 117 | @media print { 118 | html : ^^^^ 119 | main { `---- x WqName ,-[$DIR/tests/fixture/at-rule/media/input.css:117:1] 117 | @media print { 118 | html : ^^^^ 119 | main { `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:117:1] 117 | @media print { 118 | html : ^^^^ 119 | main { `---- x Combinator ,-[$DIR/tests/fixture/at-rule/media/input.css:117:1] 117 | @media print { 118 | ,-> html 119 | `-> main { 120 | color: orange; `---- x CompoundSelector ,-[$DIR/tests/fixture/at-rule/media/input.css:118:1] 118 | html 119 | main { : ^^^^ 120 | color: orange; `---- x TypeSelector ,-[$DIR/tests/fixture/at-rule/media/input.css:118:1] 118 | html 119 | main { : ^^^^ 120 | color: orange; `---- x TagNameSelector ,-[$DIR/tests/fixture/at-rule/media/input.css:118:1] 118 | html 119 | main { : ^^^^ 120 | color: orange; `---- x WqName ,-[$DIR/tests/fixture/at-rule/media/input.css:118:1] 118 | html 119 | main { : ^^^^ 120 | color: orange; `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:118:1] 118 | html 119 | main { : ^^^^ 120 | color: orange; `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:118:1] 118 | html 119 | ,-> main { 120 | | color: orange; 121 | `-> } 122 | } `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:118:1] 118 | html 119 | main { : ^ 120 | color: orange; `---- x ComponentValue ,-[$DIR/tests/fixture/at-rule/media/input.css:119:1] 119 | main { 120 | color: orange; : ^^^^^^^^^^^^^ 121 | } `---- x Declaration ,-[$DIR/tests/fixture/at-rule/media/input.css:119:1] 119 | main { 120 | color: orange; : ^^^^^^^^^^^^^ 121 | } `---- x DeclarationName ,-[$DIR/tests/fixture/at-rule/media/input.css:119:1] 119 | main { 120 | color: orange; : ^^^^^ 121 | } `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:119:1] 119 | main { 120 | color: orange; : ^^^^^ 121 | } `---- x ComponentValue ,-[$DIR/tests/fixture/at-rule/media/input.css:119:1] 119 | main { 120 | color: orange; : ^^^^^^ 121 | } `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:119:1] 119 | main { 120 | color: orange; : ^^^^^^ 121 | } `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:123:1] 123 | 124 | ,-> @media print { 125 | | html, 126 | | main { 127 | | color: orange; 128 | | } 129 | `-> } `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:123:1] 123 | 124 | ,-> @media print { 125 | | html, 126 | | main { 127 | | color: orange; 128 | | } 129 | `-> } `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:123:1] 123 | 124 | @media print { : ^^^^^ 125 | html, `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:123:1] 123 | 124 | @media print { : ^^^^^ 125 | html, `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:123:1] 123 | 124 | @media print { : ^^^^^ 125 | html, `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:123:1] 123 | 124 | @media print { : ^^^^^ 125 | html, `---- x MediaType ,-[$DIR/tests/fixture/at-rule/media/input.css:123:1] 123 | 124 | @media print { : ^^^^^ 125 | html, `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:123:1] 123 | 124 | @media print { : ^^^^^ 125 | html, `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:123:1] 123 | 124 | ,-> @media print { 125 | | html, 126 | | main { 127 | | color: orange; 128 | | } 129 | `-> } `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:123:1] 123 | 124 | @media print { : ^ 125 | html, `---- x ComponentValue ,-[$DIR/tests/fixture/at-rule/media/input.css:124:1] 124 | @media print { 125 | ,-> html, 126 | | main { 127 | | color: orange; 128 | `-> } 129 | } `---- x QualifiedRule ,-[$DIR/tests/fixture/at-rule/media/input.css:124:1] 124 | @media print { 125 | ,-> html, 126 | | main { 127 | | color: orange; 128 | `-> } 129 | } `---- x SelectorList ,-[$DIR/tests/fixture/at-rule/media/input.css:124:1] 124 | @media print { 125 | ,-> html, 126 | `-> main { 127 | color: orange; `---- x ComplexSelector ,-[$DIR/tests/fixture/at-rule/media/input.css:124:1] 124 | @media print { 125 | html, : ^^^^ 126 | main { `---- x CompoundSelector ,-[$DIR/tests/fixture/at-rule/media/input.css:124:1] 124 | @media print { 125 | html, : ^^^^ 126 | main { `---- x TypeSelector ,-[$DIR/tests/fixture/at-rule/media/input.css:124:1] 124 | @media print { 125 | html, : ^^^^ 126 | main { `---- x TagNameSelector ,-[$DIR/tests/fixture/at-rule/media/input.css:124:1] 124 | @media print { 125 | html, : ^^^^ 126 | main { `---- x WqName ,-[$DIR/tests/fixture/at-rule/media/input.css:124:1] 124 | @media print { 125 | html, : ^^^^ 126 | main { `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:124:1] 124 | @media print { 125 | html, : ^^^^ 126 | main { `---- x ComplexSelector ,-[$DIR/tests/fixture/at-rule/media/input.css:125:1] 125 | html, 126 | main { : ^^^^ 127 | color: orange; `---- x CompoundSelector ,-[$DIR/tests/fixture/at-rule/media/input.css:125:1] 125 | html, 126 | main { : ^^^^ 127 | color: orange; `---- x TypeSelector ,-[$DIR/tests/fixture/at-rule/media/input.css:125:1] 125 | html, 126 | main { : ^^^^ 127 | color: orange; `---- x TagNameSelector ,-[$DIR/tests/fixture/at-rule/media/input.css:125:1] 125 | html, 126 | main { : ^^^^ 127 | color: orange; `---- x WqName ,-[$DIR/tests/fixture/at-rule/media/input.css:125:1] 125 | html, 126 | main { : ^^^^ 127 | color: orange; `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:125:1] 125 | html, 126 | main { : ^^^^ 127 | color: orange; `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:125:1] 125 | html, 126 | ,-> main { 127 | | color: orange; 128 | `-> } 129 | } `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:125:1] 125 | html, 126 | main { : ^ 127 | color: orange; `---- x ComponentValue ,-[$DIR/tests/fixture/at-rule/media/input.css:126:1] 126 | main { 127 | color: orange; : ^^^^^^^^^^^^^ 128 | } `---- x Declaration ,-[$DIR/tests/fixture/at-rule/media/input.css:126:1] 126 | main { 127 | color: orange; : ^^^^^^^^^^^^^ 128 | } `---- x DeclarationName ,-[$DIR/tests/fixture/at-rule/media/input.css:126:1] 126 | main { 127 | color: orange; : ^^^^^ 128 | } `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:126:1] 126 | main { 127 | color: orange; : ^^^^^ 128 | } `---- x ComponentValue ,-[$DIR/tests/fixture/at-rule/media/input.css:126:1] 126 | main { 127 | color: orange; : ^^^^^^ 128 | } `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:126:1] 126 | main { 127 | color: orange; : ^^^^^^ 128 | } `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:130:1] 130 | 131 | @media (NOT (color)) OR (hover) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:130:1] 130 | 131 | @media (NOT (color)) OR (hover) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:130:1] 130 | 131 | @media (NOT (color)) OR (hover) {} : ^^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:130:1] 130 | 131 | @media (NOT (color)) OR (hover) {} : ^^^^^ `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:130:1] 130 | 131 | @media (NOT (color)) OR (hover) {} : ^^^^^^^^^^^^^^^^^^^^^^^^ `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:130:1] 130 | 131 | @media (NOT (color)) OR (hover) {} : ^^^^^^^^^^^^^^^^^^^^^^^^ `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:130:1] 130 | 131 | @media (NOT (color)) OR (hover) {} : ^^^^^^^^^^^^^^^^^^^^^^^^ `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:130:1] 130 | 131 | @media (NOT (color)) OR (hover) {} : ^^^^^^^^^^^ `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:130:1] 130 | 131 | @media (NOT (color)) OR (hover) {} : ^^^^^^^^^^^ `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:130:1] 130 | 131 | @media (NOT (color)) OR (hover) {} : ^^^^^^^^^^^ `---- x MediaNot ,-[$DIR/tests/fixture/at-rule/media/input.css:130:1] 130 | 131 | @media (NOT (color)) OR (hover) {} : ^^^^^^^^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:130:1] 130 | 131 | @media (NOT (color)) OR (hover) {} : ^^^ `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:130:1] 130 | 131 | @media (NOT (color)) OR (hover) {} : ^^^^^^^ `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:130:1] 130 | 131 | @media (NOT (color)) OR (hover) {} : ^^^^^^^ `---- x MediaFeatureBoolean ,-[$DIR/tests/fixture/at-rule/media/input.css:130:1] 130 | 131 | @media (NOT (color)) OR (hover) {} : ^^^^^^^ `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:130:1] 130 | 131 | @media (NOT (color)) OR (hover) {} : ^^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:130:1] 130 | 131 | @media (NOT (color)) OR (hover) {} : ^^^^^ `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:130:1] 130 | 131 | @media (NOT (color)) OR (hover) {} : ^^^^^^^^^^ `---- x MediaOr ,-[$DIR/tests/fixture/at-rule/media/input.css:130:1] 130 | 131 | @media (NOT (color)) OR (hover) {} : ^^^^^^^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:130:1] 130 | 131 | @media (NOT (color)) OR (hover) {} : ^^ `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:130:1] 130 | 131 | @media (NOT (color)) OR (hover) {} : ^^^^^^^ `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:130:1] 130 | 131 | @media (NOT (color)) OR (hover) {} : ^^^^^^^ `---- x MediaFeatureBoolean ,-[$DIR/tests/fixture/at-rule/media/input.css:130:1] 130 | 131 | @media (NOT (color)) OR (hover) {} : ^^^^^^^ `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:130:1] 130 | 131 | @media (NOT (color)) OR (hover) {} : ^^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:130:1] 130 | 131 | @media (NOT (color)) OR (hover) {} : ^^^^^ `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:130:1] 130 | 131 | @media (NOT (color)) OR (hover) {} : ^^ `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:130:1] 130 | 131 | @media (NOT (color)) OR (hover) {} : ^ `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:132:1] 132 | 133 | @media (width > calc(5px + 1rem)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 134 | @media (width < calc(Infinity * 1px)) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:132:1] 132 | 133 | @media (width > calc(5px + 1rem)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 134 | @media (width < calc(Infinity * 1px)) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:132:1] 132 | 133 | @media (width > calc(5px + 1rem)) {} : ^^^^^ 134 | @media (width < calc(Infinity * 1px)) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:132:1] 132 | 133 | @media (width > calc(5px + 1rem)) {} : ^^^^^ 134 | @media (width < calc(Infinity * 1px)) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:132:1] 132 | 133 | @media (width > calc(5px + 1rem)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ 134 | @media (width < calc(Infinity * 1px)) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:132:1] 132 | 133 | @media (width > calc(5px + 1rem)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ 134 | @media (width < calc(Infinity * 1px)) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:132:1] 132 | 133 | @media (width > calc(5px + 1rem)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ 134 | @media (width < calc(Infinity * 1px)) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:132:1] 132 | 133 | @media (width > calc(5px + 1rem)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ 134 | @media (width < calc(Infinity * 1px)) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:132:1] 132 | 133 | @media (width > calc(5px + 1rem)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ 134 | @media (width < calc(Infinity * 1px)) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:132:1] 132 | 133 | @media (width > calc(5px + 1rem)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ 134 | @media (width < calc(Infinity * 1px)) {} `---- x MediaFeatureRange ,-[$DIR/tests/fixture/at-rule/media/input.css:132:1] 132 | 133 | @media (width > calc(5px + 1rem)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ 134 | @media (width < calc(Infinity * 1px)) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:132:1] 132 | 133 | @media (width > calc(5px + 1rem)) {} : ^^^^^ 134 | @media (width < calc(Infinity * 1px)) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:132:1] 132 | 133 | @media (width > calc(5px + 1rem)) {} : ^^^^^ 134 | @media (width < calc(Infinity * 1px)) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:132:1] 132 | 133 | @media (width > calc(5px + 1rem)) {} : ^^^^^^^^^^^^^^^^ 134 | @media (width < calc(Infinity * 1px)) {} `---- x Function ,-[$DIR/tests/fixture/at-rule/media/input.css:132:1] 132 | 133 | @media (width > calc(5px + 1rem)) {} : ^^^^^^^^^^^^^^^^ 134 | @media (width < calc(Infinity * 1px)) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:132:1] 132 | 133 | @media (width > calc(5px + 1rem)) {} : ^^^^ 134 | @media (width < calc(Infinity * 1px)) {} `---- x ComponentValue ,-[$DIR/tests/fixture/at-rule/media/input.css:132:1] 132 | 133 | @media (width > calc(5px + 1rem)) {} : ^^^^^^^^^^ 134 | @media (width < calc(Infinity * 1px)) {} `---- x CalcSum ,-[$DIR/tests/fixture/at-rule/media/input.css:132:1] 132 | 133 | @media (width > calc(5px + 1rem)) {} : ^^^^^^^^^^ 134 | @media (width < calc(Infinity * 1px)) {} `---- x CalcProductOrOperator ,-[$DIR/tests/fixture/at-rule/media/input.css:132:1] 132 | 133 | @media (width > calc(5px + 1rem)) {} : ^^^ 134 | @media (width < calc(Infinity * 1px)) {} `---- x CalcProduct ,-[$DIR/tests/fixture/at-rule/media/input.css:132:1] 132 | 133 | @media (width > calc(5px + 1rem)) {} : ^^^ 134 | @media (width < calc(Infinity * 1px)) {} `---- x CalcValueOrOperator ,-[$DIR/tests/fixture/at-rule/media/input.css:132:1] 132 | 133 | @media (width > calc(5px + 1rem)) {} : ^^^ 134 | @media (width < calc(Infinity * 1px)) {} `---- x CalcValue ,-[$DIR/tests/fixture/at-rule/media/input.css:132:1] 132 | 133 | @media (width > calc(5px + 1rem)) {} : ^^^ 134 | @media (width < calc(Infinity * 1px)) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:132:1] 132 | 133 | @media (width > calc(5px + 1rem)) {} : ^^^ 134 | @media (width < calc(Infinity * 1px)) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:132:1] 132 | 133 | @media (width > calc(5px + 1rem)) {} : ^^^ 134 | @media (width < calc(Infinity * 1px)) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:132:1] 132 | 133 | @media (width > calc(5px + 1rem)) {} : ^ 134 | @media (width < calc(Infinity * 1px)) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:132:1] 132 | 133 | @media (width > calc(5px + 1rem)) {} : ^^ 134 | @media (width < calc(Infinity * 1px)) {} `---- x CalcProductOrOperator ,-[$DIR/tests/fixture/at-rule/media/input.css:132:1] 132 | 133 | @media (width > calc(5px + 1rem)) {} : ^ 134 | @media (width < calc(Infinity * 1px)) {} `---- x CalcOperator ,-[$DIR/tests/fixture/at-rule/media/input.css:132:1] 132 | 133 | @media (width > calc(5px + 1rem)) {} : ^ 134 | @media (width < calc(Infinity * 1px)) {} `---- x CalcProductOrOperator ,-[$DIR/tests/fixture/at-rule/media/input.css:132:1] 132 | 133 | @media (width > calc(5px + 1rem)) {} : ^^^^ 134 | @media (width < calc(Infinity * 1px)) {} `---- x CalcProduct ,-[$DIR/tests/fixture/at-rule/media/input.css:132:1] 132 | 133 | @media (width > calc(5px + 1rem)) {} : ^^^^ 134 | @media (width < calc(Infinity * 1px)) {} `---- x CalcValueOrOperator ,-[$DIR/tests/fixture/at-rule/media/input.css:132:1] 132 | 133 | @media (width > calc(5px + 1rem)) {} : ^^^^ 134 | @media (width < calc(Infinity * 1px)) {} `---- x CalcValue ,-[$DIR/tests/fixture/at-rule/media/input.css:132:1] 132 | 133 | @media (width > calc(5px + 1rem)) {} : ^^^^ 134 | @media (width < calc(Infinity * 1px)) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:132:1] 132 | 133 | @media (width > calc(5px + 1rem)) {} : ^^^^ 134 | @media (width < calc(Infinity * 1px)) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:132:1] 132 | 133 | @media (width > calc(5px + 1rem)) {} : ^^^^ 134 | @media (width < calc(Infinity * 1px)) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:132:1] 132 | 133 | @media (width > calc(5px + 1rem)) {} : ^ 134 | @media (width < calc(Infinity * 1px)) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:132:1] 132 | 133 | @media (width > calc(5px + 1rem)) {} : ^^^ 134 | @media (width < calc(Infinity * 1px)) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:132:1] 132 | 133 | @media (width > calc(5px + 1rem)) {} : ^^ 134 | @media (width < calc(Infinity * 1px)) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:132:1] 132 | 133 | @media (width > calc(5px + 1rem)) {} : ^ 134 | @media (width < calc(Infinity * 1px)) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:133:1] 133 | @media (width > calc(5px + 1rem)) {} 134 | @media (width < calc(Infinity * 1px)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 135 | @media (max-width: calc(5px + 1rem)) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:133:1] 133 | @media (width > calc(5px + 1rem)) {} 134 | @media (width < calc(Infinity * 1px)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 135 | @media (max-width: calc(5px + 1rem)) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:133:1] 133 | @media (width > calc(5px + 1rem)) {} 134 | @media (width < calc(Infinity * 1px)) {} : ^^^^^ 135 | @media (max-width: calc(5px + 1rem)) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:133:1] 133 | @media (width > calc(5px + 1rem)) {} 134 | @media (width < calc(Infinity * 1px)) {} : ^^^^^ 135 | @media (max-width: calc(5px + 1rem)) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:133:1] 133 | @media (width > calc(5px + 1rem)) {} 134 | @media (width < calc(Infinity * 1px)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 135 | @media (max-width: calc(5px + 1rem)) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:133:1] 133 | @media (width > calc(5px + 1rem)) {} 134 | @media (width < calc(Infinity * 1px)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 135 | @media (max-width: calc(5px + 1rem)) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:133:1] 133 | @media (width > calc(5px + 1rem)) {} 134 | @media (width < calc(Infinity * 1px)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 135 | @media (max-width: calc(5px + 1rem)) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:133:1] 133 | @media (width > calc(5px + 1rem)) {} 134 | @media (width < calc(Infinity * 1px)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 135 | @media (max-width: calc(5px + 1rem)) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:133:1] 133 | @media (width > calc(5px + 1rem)) {} 134 | @media (width < calc(Infinity * 1px)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 135 | @media (max-width: calc(5px + 1rem)) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:133:1] 133 | @media (width > calc(5px + 1rem)) {} 134 | @media (width < calc(Infinity * 1px)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 135 | @media (max-width: calc(5px + 1rem)) {} `---- x MediaFeatureRange ,-[$DIR/tests/fixture/at-rule/media/input.css:133:1] 133 | @media (width > calc(5px + 1rem)) {} 134 | @media (width < calc(Infinity * 1px)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 135 | @media (max-width: calc(5px + 1rem)) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:133:1] 133 | @media (width > calc(5px + 1rem)) {} 134 | @media (width < calc(Infinity * 1px)) {} : ^^^^^ 135 | @media (max-width: calc(5px + 1rem)) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:133:1] 133 | @media (width > calc(5px + 1rem)) {} 134 | @media (width < calc(Infinity * 1px)) {} : ^^^^^ 135 | @media (max-width: calc(5px + 1rem)) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:133:1] 133 | @media (width > calc(5px + 1rem)) {} 134 | @media (width < calc(Infinity * 1px)) {} : ^^^^^^^^^^^^^^^^^^^^ 135 | @media (max-width: calc(5px + 1rem)) {} `---- x Function ,-[$DIR/tests/fixture/at-rule/media/input.css:133:1] 133 | @media (width > calc(5px + 1rem)) {} 134 | @media (width < calc(Infinity * 1px)) {} : ^^^^^^^^^^^^^^^^^^^^ 135 | @media (max-width: calc(5px + 1rem)) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:133:1] 133 | @media (width > calc(5px + 1rem)) {} 134 | @media (width < calc(Infinity * 1px)) {} : ^^^^ 135 | @media (max-width: calc(5px + 1rem)) {} `---- x ComponentValue ,-[$DIR/tests/fixture/at-rule/media/input.css:133:1] 133 | @media (width > calc(5px + 1rem)) {} 134 | @media (width < calc(Infinity * 1px)) {} : ^^^^^^^^^^^^^^ 135 | @media (max-width: calc(5px + 1rem)) {} `---- x CalcSum ,-[$DIR/tests/fixture/at-rule/media/input.css:133:1] 133 | @media (width > calc(5px + 1rem)) {} 134 | @media (width < calc(Infinity * 1px)) {} : ^^^^^^^^^^^^^^ 135 | @media (max-width: calc(5px + 1rem)) {} `---- x CalcProductOrOperator ,-[$DIR/tests/fixture/at-rule/media/input.css:133:1] 133 | @media (width > calc(5px + 1rem)) {} 134 | @media (width < calc(Infinity * 1px)) {} : ^^^^^^^^^^^^^^ 135 | @media (max-width: calc(5px + 1rem)) {} `---- x CalcProduct ,-[$DIR/tests/fixture/at-rule/media/input.css:133:1] 133 | @media (width > calc(5px + 1rem)) {} 134 | @media (width < calc(Infinity * 1px)) {} : ^^^^^^^^^^^^^^ 135 | @media (max-width: calc(5px + 1rem)) {} `---- x CalcValueOrOperator ,-[$DIR/tests/fixture/at-rule/media/input.css:133:1] 133 | @media (width > calc(5px + 1rem)) {} 134 | @media (width < calc(Infinity * 1px)) {} : ^^^^^^^^ 135 | @media (max-width: calc(5px + 1rem)) {} `---- x CalcValue ,-[$DIR/tests/fixture/at-rule/media/input.css:133:1] 133 | @media (width > calc(5px + 1rem)) {} 134 | @media (width < calc(Infinity * 1px)) {} : ^^^^^^^^ 135 | @media (max-width: calc(5px + 1rem)) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:133:1] 133 | @media (width > calc(5px + 1rem)) {} 134 | @media (width < calc(Infinity * 1px)) {} : ^^^^^^^^ 135 | @media (max-width: calc(5px + 1rem)) {} `---- x CalcValueOrOperator ,-[$DIR/tests/fixture/at-rule/media/input.css:133:1] 133 | @media (width > calc(5px + 1rem)) {} 134 | @media (width < calc(Infinity * 1px)) {} : ^ 135 | @media (max-width: calc(5px + 1rem)) {} `---- x CalcOperator ,-[$DIR/tests/fixture/at-rule/media/input.css:133:1] 133 | @media (width > calc(5px + 1rem)) {} 134 | @media (width < calc(Infinity * 1px)) {} : ^ 135 | @media (max-width: calc(5px + 1rem)) {} `---- x CalcValueOrOperator ,-[$DIR/tests/fixture/at-rule/media/input.css:133:1] 133 | @media (width > calc(5px + 1rem)) {} 134 | @media (width < calc(Infinity * 1px)) {} : ^^^ 135 | @media (max-width: calc(5px + 1rem)) {} `---- x CalcValue ,-[$DIR/tests/fixture/at-rule/media/input.css:133:1] 133 | @media (width > calc(5px + 1rem)) {} 134 | @media (width < calc(Infinity * 1px)) {} : ^^^ 135 | @media (max-width: calc(5px + 1rem)) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:133:1] 133 | @media (width > calc(5px + 1rem)) {} 134 | @media (width < calc(Infinity * 1px)) {} : ^^^ 135 | @media (max-width: calc(5px + 1rem)) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:133:1] 133 | @media (width > calc(5px + 1rem)) {} 134 | @media (width < calc(Infinity * 1px)) {} : ^^^ 135 | @media (max-width: calc(5px + 1rem)) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:133:1] 133 | @media (width > calc(5px + 1rem)) {} 134 | @media (width < calc(Infinity * 1px)) {} : ^ 135 | @media (max-width: calc(5px + 1rem)) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:133:1] 133 | @media (width > calc(5px + 1rem)) {} 134 | @media (width < calc(Infinity * 1px)) {} : ^^ 135 | @media (max-width: calc(5px + 1rem)) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:133:1] 133 | @media (width > calc(5px + 1rem)) {} 134 | @media (width < calc(Infinity * 1px)) {} : ^^ 135 | @media (max-width: calc(5px + 1rem)) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:133:1] 133 | @media (width > calc(5px + 1rem)) {} 134 | @media (width < calc(Infinity * 1px)) {} : ^ 135 | @media (max-width: calc(5px + 1rem)) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:134:1] 134 | @media (width < calc(Infinity * 1px)) {} 135 | @media (max-width: calc(5px + 1rem)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 136 | @media (width: calc(5px + 1rem)) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:134:1] 134 | @media (width < calc(Infinity * 1px)) {} 135 | @media (max-width: calc(5px + 1rem)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 136 | @media (width: calc(5px + 1rem)) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:134:1] 134 | @media (width < calc(Infinity * 1px)) {} 135 | @media (max-width: calc(5px + 1rem)) {} : ^^^^^ 136 | @media (width: calc(5px + 1rem)) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:134:1] 134 | @media (width < calc(Infinity * 1px)) {} 135 | @media (max-width: calc(5px + 1rem)) {} : ^^^^^ 136 | @media (width: calc(5px + 1rem)) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:134:1] 134 | @media (width < calc(Infinity * 1px)) {} 135 | @media (max-width: calc(5px + 1rem)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 136 | @media (width: calc(5px + 1rem)) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:134:1] 134 | @media (width < calc(Infinity * 1px)) {} 135 | @media (max-width: calc(5px + 1rem)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 136 | @media (width: calc(5px + 1rem)) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:134:1] 134 | @media (width < calc(Infinity * 1px)) {} 135 | @media (max-width: calc(5px + 1rem)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 136 | @media (width: calc(5px + 1rem)) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:134:1] 134 | @media (width < calc(Infinity * 1px)) {} 135 | @media (max-width: calc(5px + 1rem)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 136 | @media (width: calc(5px + 1rem)) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:134:1] 134 | @media (width < calc(Infinity * 1px)) {} 135 | @media (max-width: calc(5px + 1rem)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 136 | @media (width: calc(5px + 1rem)) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:134:1] 134 | @media (width < calc(Infinity * 1px)) {} 135 | @media (max-width: calc(5px + 1rem)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 136 | @media (width: calc(5px + 1rem)) {} `---- x MediaFeaturePlain ,-[$DIR/tests/fixture/at-rule/media/input.css:134:1] 134 | @media (width < calc(Infinity * 1px)) {} 135 | @media (max-width: calc(5px + 1rem)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 136 | @media (width: calc(5px + 1rem)) {} `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:134:1] 134 | @media (width < calc(Infinity * 1px)) {} 135 | @media (max-width: calc(5px + 1rem)) {} : ^^^^^^^^^ 136 | @media (width: calc(5px + 1rem)) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:134:1] 134 | @media (width < calc(Infinity * 1px)) {} 135 | @media (max-width: calc(5px + 1rem)) {} : ^^^^^^^^^ 136 | @media (width: calc(5px + 1rem)) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:134:1] 134 | @media (width < calc(Infinity * 1px)) {} 135 | @media (max-width: calc(5px + 1rem)) {} : ^^^^^^^^^^^^^^^^ 136 | @media (width: calc(5px + 1rem)) {} `---- x Function ,-[$DIR/tests/fixture/at-rule/media/input.css:134:1] 134 | @media (width < calc(Infinity * 1px)) {} 135 | @media (max-width: calc(5px + 1rem)) {} : ^^^^^^^^^^^^^^^^ 136 | @media (width: calc(5px + 1rem)) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:134:1] 134 | @media (width < calc(Infinity * 1px)) {} 135 | @media (max-width: calc(5px + 1rem)) {} : ^^^^ 136 | @media (width: calc(5px + 1rem)) {} `---- x ComponentValue ,-[$DIR/tests/fixture/at-rule/media/input.css:134:1] 134 | @media (width < calc(Infinity * 1px)) {} 135 | @media (max-width: calc(5px + 1rem)) {} : ^^^^^^^^^^ 136 | @media (width: calc(5px + 1rem)) {} `---- x CalcSum ,-[$DIR/tests/fixture/at-rule/media/input.css:134:1] 134 | @media (width < calc(Infinity * 1px)) {} 135 | @media (max-width: calc(5px + 1rem)) {} : ^^^^^^^^^^ 136 | @media (width: calc(5px + 1rem)) {} `---- x CalcProductOrOperator ,-[$DIR/tests/fixture/at-rule/media/input.css:134:1] 134 | @media (width < calc(Infinity * 1px)) {} 135 | @media (max-width: calc(5px + 1rem)) {} : ^^^ 136 | @media (width: calc(5px + 1rem)) {} `---- x CalcProduct ,-[$DIR/tests/fixture/at-rule/media/input.css:134:1] 134 | @media (width < calc(Infinity * 1px)) {} 135 | @media (max-width: calc(5px + 1rem)) {} : ^^^ 136 | @media (width: calc(5px + 1rem)) {} `---- x CalcValueOrOperator ,-[$DIR/tests/fixture/at-rule/media/input.css:134:1] 134 | @media (width < calc(Infinity * 1px)) {} 135 | @media (max-width: calc(5px + 1rem)) {} : ^^^ 136 | @media (width: calc(5px + 1rem)) {} `---- x CalcValue ,-[$DIR/tests/fixture/at-rule/media/input.css:134:1] 134 | @media (width < calc(Infinity * 1px)) {} 135 | @media (max-width: calc(5px + 1rem)) {} : ^^^ 136 | @media (width: calc(5px + 1rem)) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:134:1] 134 | @media (width < calc(Infinity * 1px)) {} 135 | @media (max-width: calc(5px + 1rem)) {} : ^^^ 136 | @media (width: calc(5px + 1rem)) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:134:1] 134 | @media (width < calc(Infinity * 1px)) {} 135 | @media (max-width: calc(5px + 1rem)) {} : ^^^ 136 | @media (width: calc(5px + 1rem)) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:134:1] 134 | @media (width < calc(Infinity * 1px)) {} 135 | @media (max-width: calc(5px + 1rem)) {} : ^ 136 | @media (width: calc(5px + 1rem)) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:134:1] 134 | @media (width < calc(Infinity * 1px)) {} 135 | @media (max-width: calc(5px + 1rem)) {} : ^^ 136 | @media (width: calc(5px + 1rem)) {} `---- x CalcProductOrOperator ,-[$DIR/tests/fixture/at-rule/media/input.css:134:1] 134 | @media (width < calc(Infinity * 1px)) {} 135 | @media (max-width: calc(5px + 1rem)) {} : ^ 136 | @media (width: calc(5px + 1rem)) {} `---- x CalcOperator ,-[$DIR/tests/fixture/at-rule/media/input.css:134:1] 134 | @media (width < calc(Infinity * 1px)) {} 135 | @media (max-width: calc(5px + 1rem)) {} : ^ 136 | @media (width: calc(5px + 1rem)) {} `---- x CalcProductOrOperator ,-[$DIR/tests/fixture/at-rule/media/input.css:134:1] 134 | @media (width < calc(Infinity * 1px)) {} 135 | @media (max-width: calc(5px + 1rem)) {} : ^^^^ 136 | @media (width: calc(5px + 1rem)) {} `---- x CalcProduct ,-[$DIR/tests/fixture/at-rule/media/input.css:134:1] 134 | @media (width < calc(Infinity * 1px)) {} 135 | @media (max-width: calc(5px + 1rem)) {} : ^^^^ 136 | @media (width: calc(5px + 1rem)) {} `---- x CalcValueOrOperator ,-[$DIR/tests/fixture/at-rule/media/input.css:134:1] 134 | @media (width < calc(Infinity * 1px)) {} 135 | @media (max-width: calc(5px + 1rem)) {} : ^^^^ 136 | @media (width: calc(5px + 1rem)) {} `---- x CalcValue ,-[$DIR/tests/fixture/at-rule/media/input.css:134:1] 134 | @media (width < calc(Infinity * 1px)) {} 135 | @media (max-width: calc(5px + 1rem)) {} : ^^^^ 136 | @media (width: calc(5px + 1rem)) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:134:1] 134 | @media (width < calc(Infinity * 1px)) {} 135 | @media (max-width: calc(5px + 1rem)) {} : ^^^^ 136 | @media (width: calc(5px + 1rem)) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:134:1] 134 | @media (width < calc(Infinity * 1px)) {} 135 | @media (max-width: calc(5px + 1rem)) {} : ^^^^ 136 | @media (width: calc(5px + 1rem)) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:134:1] 134 | @media (width < calc(Infinity * 1px)) {} 135 | @media (max-width: calc(5px + 1rem)) {} : ^ 136 | @media (width: calc(5px + 1rem)) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:134:1] 134 | @media (width < calc(Infinity * 1px)) {} 135 | @media (max-width: calc(5px + 1rem)) {} : ^^^ 136 | @media (width: calc(5px + 1rem)) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:134:1] 134 | @media (width < calc(Infinity * 1px)) {} 135 | @media (max-width: calc(5px + 1rem)) {} : ^^ 136 | @media (width: calc(5px + 1rem)) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:134:1] 134 | @media (width < calc(Infinity * 1px)) {} 135 | @media (max-width: calc(5px + 1rem)) {} : ^ 136 | @media (width: calc(5px + 1rem)) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:135:1] 135 | @media (max-width: calc(5px + 1rem)) {} 136 | @media (width: calc(5px + 1rem)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:135:1] 135 | @media (max-width: calc(5px + 1rem)) {} 136 | @media (width: calc(5px + 1rem)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:135:1] 135 | @media (max-width: calc(5px + 1rem)) {} 136 | @media (width: calc(5px + 1rem)) {} : ^^^^^ 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:135:1] 135 | @media (max-width: calc(5px + 1rem)) {} 136 | @media (width: calc(5px + 1rem)) {} : ^^^^^ 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:135:1] 135 | @media (max-width: calc(5px + 1rem)) {} 136 | @media (width: calc(5px + 1rem)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^ 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:135:1] 135 | @media (max-width: calc(5px + 1rem)) {} 136 | @media (width: calc(5px + 1rem)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^ 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:135:1] 135 | @media (max-width: calc(5px + 1rem)) {} 136 | @media (width: calc(5px + 1rem)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^ 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:135:1] 135 | @media (max-width: calc(5px + 1rem)) {} 136 | @media (width: calc(5px + 1rem)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^ 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:135:1] 135 | @media (max-width: calc(5px + 1rem)) {} 136 | @media (width: calc(5px + 1rem)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^ 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:135:1] 135 | @media (max-width: calc(5px + 1rem)) {} 136 | @media (width: calc(5px + 1rem)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^ 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} `---- x MediaFeaturePlain ,-[$DIR/tests/fixture/at-rule/media/input.css:135:1] 135 | @media (max-width: calc(5px + 1rem)) {} 136 | @media (width: calc(5px + 1rem)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^ 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:135:1] 135 | @media (max-width: calc(5px + 1rem)) {} 136 | @media (width: calc(5px + 1rem)) {} : ^^^^^ 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:135:1] 135 | @media (max-width: calc(5px + 1rem)) {} 136 | @media (width: calc(5px + 1rem)) {} : ^^^^^ 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:135:1] 135 | @media (max-width: calc(5px + 1rem)) {} 136 | @media (width: calc(5px + 1rem)) {} : ^^^^^^^^^^^^^^^^ 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} `---- x Function ,-[$DIR/tests/fixture/at-rule/media/input.css:135:1] 135 | @media (max-width: calc(5px + 1rem)) {} 136 | @media (width: calc(5px + 1rem)) {} : ^^^^^^^^^^^^^^^^ 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:135:1] 135 | @media (max-width: calc(5px + 1rem)) {} 136 | @media (width: calc(5px + 1rem)) {} : ^^^^ 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} `---- x ComponentValue ,-[$DIR/tests/fixture/at-rule/media/input.css:135:1] 135 | @media (max-width: calc(5px + 1rem)) {} 136 | @media (width: calc(5px + 1rem)) {} : ^^^^^^^^^^ 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} `---- x CalcSum ,-[$DIR/tests/fixture/at-rule/media/input.css:135:1] 135 | @media (max-width: calc(5px + 1rem)) {} 136 | @media (width: calc(5px + 1rem)) {} : ^^^^^^^^^^ 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} `---- x CalcProductOrOperator ,-[$DIR/tests/fixture/at-rule/media/input.css:135:1] 135 | @media (max-width: calc(5px + 1rem)) {} 136 | @media (width: calc(5px + 1rem)) {} : ^^^ 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} `---- x CalcProduct ,-[$DIR/tests/fixture/at-rule/media/input.css:135:1] 135 | @media (max-width: calc(5px + 1rem)) {} 136 | @media (width: calc(5px + 1rem)) {} : ^^^ 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} `---- x CalcValueOrOperator ,-[$DIR/tests/fixture/at-rule/media/input.css:135:1] 135 | @media (max-width: calc(5px + 1rem)) {} 136 | @media (width: calc(5px + 1rem)) {} : ^^^ 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} `---- x CalcValue ,-[$DIR/tests/fixture/at-rule/media/input.css:135:1] 135 | @media (max-width: calc(5px + 1rem)) {} 136 | @media (width: calc(5px + 1rem)) {} : ^^^ 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:135:1] 135 | @media (max-width: calc(5px + 1rem)) {} 136 | @media (width: calc(5px + 1rem)) {} : ^^^ 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:135:1] 135 | @media (max-width: calc(5px + 1rem)) {} 136 | @media (width: calc(5px + 1rem)) {} : ^^^ 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:135:1] 135 | @media (max-width: calc(5px + 1rem)) {} 136 | @media (width: calc(5px + 1rem)) {} : ^ 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:135:1] 135 | @media (max-width: calc(5px + 1rem)) {} 136 | @media (width: calc(5px + 1rem)) {} : ^^ 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} `---- x CalcProductOrOperator ,-[$DIR/tests/fixture/at-rule/media/input.css:135:1] 135 | @media (max-width: calc(5px + 1rem)) {} 136 | @media (width: calc(5px + 1rem)) {} : ^ 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} `---- x CalcOperator ,-[$DIR/tests/fixture/at-rule/media/input.css:135:1] 135 | @media (max-width: calc(5px + 1rem)) {} 136 | @media (width: calc(5px + 1rem)) {} : ^ 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} `---- x CalcProductOrOperator ,-[$DIR/tests/fixture/at-rule/media/input.css:135:1] 135 | @media (max-width: calc(5px + 1rem)) {} 136 | @media (width: calc(5px + 1rem)) {} : ^^^^ 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} `---- x CalcProduct ,-[$DIR/tests/fixture/at-rule/media/input.css:135:1] 135 | @media (max-width: calc(5px + 1rem)) {} 136 | @media (width: calc(5px + 1rem)) {} : ^^^^ 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} `---- x CalcValueOrOperator ,-[$DIR/tests/fixture/at-rule/media/input.css:135:1] 135 | @media (max-width: calc(5px + 1rem)) {} 136 | @media (width: calc(5px + 1rem)) {} : ^^^^ 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} `---- x CalcValue ,-[$DIR/tests/fixture/at-rule/media/input.css:135:1] 135 | @media (max-width: calc(5px + 1rem)) {} 136 | @media (width: calc(5px + 1rem)) {} : ^^^^ 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:135:1] 135 | @media (max-width: calc(5px + 1rem)) {} 136 | @media (width: calc(5px + 1rem)) {} : ^^^^ 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:135:1] 135 | @media (max-width: calc(5px + 1rem)) {} 136 | @media (width: calc(5px + 1rem)) {} : ^^^^ 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:135:1] 135 | @media (max-width: calc(5px + 1rem)) {} 136 | @media (width: calc(5px + 1rem)) {} : ^ 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:135:1] 135 | @media (max-width: calc(5px + 1rem)) {} 136 | @media (width: calc(5px + 1rem)) {} : ^^^ 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:135:1] 135 | @media (max-width: calc(5px + 1rem)) {} 136 | @media (width: calc(5px + 1rem)) {} : ^^ 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:135:1] 135 | @media (max-width: calc(5px + 1rem)) {} 136 | @media (width: calc(5px + 1rem)) {} : ^ 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:136:1] 136 | @media (width: calc(5px + 1rem)) {} 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:136:1] 136 | @media (width: calc(5px + 1rem)) {} 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:136:1] 136 | @media (width: calc(5px + 1rem)) {} 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} : ^^^^^ 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:136:1] 136 | @media (width: calc(5px + 1rem)) {} 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} : ^^^^^ 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:136:1] 136 | @media (width: calc(5px + 1rem)) {} 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:136:1] 136 | @media (width: calc(5px + 1rem)) {} 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:136:1] 136 | @media (width: calc(5px + 1rem)) {} 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:136:1] 136 | @media (width: calc(5px + 1rem)) {} 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:136:1] 136 | @media (width: calc(5px + 1rem)) {} 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:136:1] 136 | @media (width: calc(5px + 1rem)) {} 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} `---- x MediaFeatureRangeInterval ,-[$DIR/tests/fixture/at-rule/media/input.css:136:1] 136 | @media (width: calc(5px + 1rem)) {} 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:136:1] 136 | @media (width: calc(5px + 1rem)) {} 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} : ^^^^^^^^^^^^^^^^^^ 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} `---- x Function ,-[$DIR/tests/fixture/at-rule/media/input.css:136:1] 136 | @media (width: calc(5px + 1rem)) {} 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} : ^^^^^^^^^^^^^^^^^^ 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:136:1] 136 | @media (width: calc(5px + 1rem)) {} 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} : ^^^^ 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} `---- x ComponentValue ,-[$DIR/tests/fixture/at-rule/media/input.css:136:1] 136 | @media (width: calc(5px + 1rem)) {} 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} : ^^^^^^^^^^^^ 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} `---- x CalcSum ,-[$DIR/tests/fixture/at-rule/media/input.css:136:1] 136 | @media (width: calc(5px + 1rem)) {} 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} : ^^^^^^^^^^^^ 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} `---- x CalcProductOrOperator ,-[$DIR/tests/fixture/at-rule/media/input.css:136:1] 136 | @media (width: calc(5px + 1rem)) {} 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} : ^^^^^ 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} `---- x CalcProduct ,-[$DIR/tests/fixture/at-rule/media/input.css:136:1] 136 | @media (width: calc(5px + 1rem)) {} 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} : ^^^^^ 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} `---- x CalcValueOrOperator ,-[$DIR/tests/fixture/at-rule/media/input.css:136:1] 136 | @media (width: calc(5px + 1rem)) {} 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} : ^^^^^ 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} `---- x CalcValue ,-[$DIR/tests/fixture/at-rule/media/input.css:136:1] 136 | @media (width: calc(5px + 1rem)) {} 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} : ^^^^^ 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:136:1] 136 | @media (width: calc(5px + 1rem)) {} 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} : ^^^^^ 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:136:1] 136 | @media (width: calc(5px + 1rem)) {} 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} : ^^^^^ 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:136:1] 136 | @media (width: calc(5px + 1rem)) {} 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} : ^^^ 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:136:1] 136 | @media (width: calc(5px + 1rem)) {} 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} : ^^ 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} `---- x CalcProductOrOperator ,-[$DIR/tests/fixture/at-rule/media/input.css:136:1] 136 | @media (width: calc(5px + 1rem)) {} 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} : ^ 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} `---- x CalcOperator ,-[$DIR/tests/fixture/at-rule/media/input.css:136:1] 136 | @media (width: calc(5px + 1rem)) {} 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} : ^ 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} `---- x CalcProductOrOperator ,-[$DIR/tests/fixture/at-rule/media/input.css:136:1] 136 | @media (width: calc(5px + 1rem)) {} 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} : ^^^^ 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} `---- x CalcProduct ,-[$DIR/tests/fixture/at-rule/media/input.css:136:1] 136 | @media (width: calc(5px + 1rem)) {} 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} : ^^^^ 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} `---- x CalcValueOrOperator ,-[$DIR/tests/fixture/at-rule/media/input.css:136:1] 136 | @media (width: calc(5px + 1rem)) {} 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} : ^^^^ 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} `---- x CalcValue ,-[$DIR/tests/fixture/at-rule/media/input.css:136:1] 136 | @media (width: calc(5px + 1rem)) {} 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} : ^^^^ 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:136:1] 136 | @media (width: calc(5px + 1rem)) {} 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} : ^^^^ 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:136:1] 136 | @media (width: calc(5px + 1rem)) {} 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} : ^^^^ 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:136:1] 136 | @media (width: calc(5px + 1rem)) {} 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} : ^^ 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:136:1] 136 | @media (width: calc(5px + 1rem)) {} 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} : ^^ 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:136:1] 136 | @media (width: calc(5px + 1rem)) {} 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} : ^^^^^ 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:136:1] 136 | @media (width: calc(5px + 1rem)) {} 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} : ^^^^^ 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:136:1] 136 | @media (width: calc(5px + 1rem)) {} 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} : ^^^^^^^^^^^^^^^^^^^ 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} `---- x Function ,-[$DIR/tests/fixture/at-rule/media/input.css:136:1] 136 | @media (width: calc(5px + 1rem)) {} 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} : ^^^^^^^^^^^^^^^^^^^ 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:136:1] 136 | @media (width: calc(5px + 1rem)) {} 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} : ^^^^ 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} `---- x ComponentValue ,-[$DIR/tests/fixture/at-rule/media/input.css:136:1] 136 | @media (width: calc(5px + 1rem)) {} 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} : ^^^^^^^^^^^^^ 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} `---- x CalcSum ,-[$DIR/tests/fixture/at-rule/media/input.css:136:1] 136 | @media (width: calc(5px + 1rem)) {} 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} : ^^^^^^^^^^^^^ 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} `---- x CalcProductOrOperator ,-[$DIR/tests/fixture/at-rule/media/input.css:136:1] 136 | @media (width: calc(5px + 1rem)) {} 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} : ^^^^^^ 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} `---- x CalcProduct ,-[$DIR/tests/fixture/at-rule/media/input.css:136:1] 136 | @media (width: calc(5px + 1rem)) {} 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} : ^^^^^^ 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} `---- x CalcValueOrOperator ,-[$DIR/tests/fixture/at-rule/media/input.css:136:1] 136 | @media (width: calc(5px + 1rem)) {} 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} : ^^^^^^ 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} `---- x CalcValue ,-[$DIR/tests/fixture/at-rule/media/input.css:136:1] 136 | @media (width: calc(5px + 1rem)) {} 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} : ^^^^^^ 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:136:1] 136 | @media (width: calc(5px + 1rem)) {} 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} : ^^^^^^ 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:136:1] 136 | @media (width: calc(5px + 1rem)) {} 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} : ^^^^^^ 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:136:1] 136 | @media (width: calc(5px + 1rem)) {} 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} : ^^^^ 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:136:1] 136 | @media (width: calc(5px + 1rem)) {} 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} : ^^ 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} `---- x CalcProductOrOperator ,-[$DIR/tests/fixture/at-rule/media/input.css:136:1] 136 | @media (width: calc(5px + 1rem)) {} 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} : ^ 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} `---- x CalcOperator ,-[$DIR/tests/fixture/at-rule/media/input.css:136:1] 136 | @media (width: calc(5px + 1rem)) {} 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} : ^ 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} `---- x CalcProductOrOperator ,-[$DIR/tests/fixture/at-rule/media/input.css:136:1] 136 | @media (width: calc(5px + 1rem)) {} 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} : ^^^^ 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} `---- x CalcProduct ,-[$DIR/tests/fixture/at-rule/media/input.css:136:1] 136 | @media (width: calc(5px + 1rem)) {} 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} : ^^^^ 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} `---- x CalcValueOrOperator ,-[$DIR/tests/fixture/at-rule/media/input.css:136:1] 136 | @media (width: calc(5px + 1rem)) {} 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} : ^^^^ 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} `---- x CalcValue ,-[$DIR/tests/fixture/at-rule/media/input.css:136:1] 136 | @media (width: calc(5px + 1rem)) {} 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} : ^^^^ 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:136:1] 136 | @media (width: calc(5px + 1rem)) {} 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} : ^^^^ 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:136:1] 136 | @media (width: calc(5px + 1rem)) {} 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} : ^^^^ 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:136:1] 136 | @media (width: calc(5px + 1rem)) {} 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} : ^^ 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:136:1] 136 | @media (width: calc(5px + 1rem)) {} 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} : ^^ 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:136:1] 136 | @media (width: calc(5px + 1rem)) {} 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} : ^^ 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:136:1] 136 | @media (width: calc(5px + 1rem)) {} 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} : ^ 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:137:1] 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:137:1] 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:137:1] 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} : ^^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:137:1] 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} : ^^^^^ `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:137:1] 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:137:1] 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:137:1] 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:137:1] 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:137:1] 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:137:1] 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x MediaFeatureRangeInterval ,-[$DIR/tests/fixture/at-rule/media/input.css:137:1] 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:137:1] 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x Function ,-[$DIR/tests/fixture/at-rule/media/input.css:137:1] 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:137:1] 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} : ^^^^^^^^^^^^ `---- x ComponentValue ,-[$DIR/tests/fixture/at-rule/media/input.css:137:1] 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} : ^^^^^^^^^^^^ `---- x CalcSum ,-[$DIR/tests/fixture/at-rule/media/input.css:137:1] 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} : ^^^^^^^^^^^^ `---- x CalcProductOrOperator ,-[$DIR/tests/fixture/at-rule/media/input.css:137:1] 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} : ^^^^ `---- x CalcProduct ,-[$DIR/tests/fixture/at-rule/media/input.css:137:1] 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} : ^^^^ `---- x CalcValueOrOperator ,-[$DIR/tests/fixture/at-rule/media/input.css:137:1] 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} : ^^^^ `---- x CalcValue ,-[$DIR/tests/fixture/at-rule/media/input.css:137:1] 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} : ^^^^ `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:137:1] 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} : ^^^^ `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:137:1] 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} : ^^^^ `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:137:1] 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} : ^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:137:1] 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} : ^^ `---- x CalcProductOrOperator ,-[$DIR/tests/fixture/at-rule/media/input.css:137:1] 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} : ^ `---- x CalcOperator ,-[$DIR/tests/fixture/at-rule/media/input.css:137:1] 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} : ^ `---- x CalcProductOrOperator ,-[$DIR/tests/fixture/at-rule/media/input.css:137:1] 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} : ^^^^^ `---- x CalcProduct ,-[$DIR/tests/fixture/at-rule/media/input.css:137:1] 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} : ^^^^^ `---- x CalcValueOrOperator ,-[$DIR/tests/fixture/at-rule/media/input.css:137:1] 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} : ^^^^^ `---- x CalcValue ,-[$DIR/tests/fixture/at-rule/media/input.css:137:1] 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} : ^^^^^ `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:137:1] 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} : ^^^^^ `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:137:1] 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} : ^^^^^ `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:137:1] 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} : ^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:137:1] 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} : ^^ `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:137:1] 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} : ^^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:137:1] 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} : ^^^^^ `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:137:1] 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} : ^^^^^^^^^^^^^^^^^^^ `---- x Function ,-[$DIR/tests/fixture/at-rule/media/input.css:137:1] 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} : ^^^^^^^^^^^^^^^^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:137:1] 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} : ^^^^ `---- x ComponentValue ,-[$DIR/tests/fixture/at-rule/media/input.css:137:1] 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} : ^^^^^^^^^^^^^ `---- x CalcSum ,-[$DIR/tests/fixture/at-rule/media/input.css:137:1] 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} : ^^^^^^^^^^^^^ `---- x CalcProductOrOperator ,-[$DIR/tests/fixture/at-rule/media/input.css:137:1] 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} : ^^^^^^ `---- x CalcProduct ,-[$DIR/tests/fixture/at-rule/media/input.css:137:1] 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} : ^^^^^^ `---- x CalcValueOrOperator ,-[$DIR/tests/fixture/at-rule/media/input.css:137:1] 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} : ^^^^^^ `---- x CalcValue ,-[$DIR/tests/fixture/at-rule/media/input.css:137:1] 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} : ^^^^^^ `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:137:1] 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} : ^^^^^^ `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:137:1] 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} : ^^^^^^ `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:137:1] 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} : ^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:137:1] 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} : ^^ `---- x CalcProductOrOperator ,-[$DIR/tests/fixture/at-rule/media/input.css:137:1] 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} : ^ `---- x CalcOperator ,-[$DIR/tests/fixture/at-rule/media/input.css:137:1] 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} : ^ `---- x CalcProductOrOperator ,-[$DIR/tests/fixture/at-rule/media/input.css:137:1] 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} : ^^^^ `---- x CalcProduct ,-[$DIR/tests/fixture/at-rule/media/input.css:137:1] 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} : ^^^^ `---- x CalcValueOrOperator ,-[$DIR/tests/fixture/at-rule/media/input.css:137:1] 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} : ^^^^ `---- x CalcValue ,-[$DIR/tests/fixture/at-rule/media/input.css:137:1] 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} : ^^^^ `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:137:1] 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} : ^^^^ `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:137:1] 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} : ^^^^ `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:137:1] 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} : ^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:137:1] 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} : ^^ `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:137:1] 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} : ^^ `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:137:1] 137 | @media (calc(100px + 10px) < width <= calc(1000px + 10px)) {} 138 | @media (-webkit-calc(10px + 100px) < width <= calc(1000px + 10px)) {} : ^ `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:141:1] 141 | 142 | @media (height << 600px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 143 | @media (height foo bar) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:141:1] 141 | 142 | @media (height << 600px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 143 | @media (height foo bar) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:141:1] 141 | 142 | @media (height << 600px) {} : ^^^^^ 143 | @media (height foo bar) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:141:1] 141 | 142 | @media (height << 600px) {} : ^^^^^ 143 | @media (height foo bar) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:141:1] 141 | 142 | @media (height << 600px) {} : ^^^^^^^^^^^^^^^^^ 143 | @media (height foo bar) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:141:1] 141 | 142 | @media (height << 600px) {} : ^^^^^^^^^^^^^^^^^ 143 | @media (height foo bar) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:141:1] 141 | 142 | @media (height << 600px) {} : ^^^^^^^^^^^^^^^^^ 143 | @media (height foo bar) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:141:1] 141 | 142 | @media (height << 600px) {} : ^^^^^^^^^^^^^^^^^ 143 | @media (height foo bar) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:141:1] 141 | 142 | @media (height << 600px) {} : ^^^^^^^^^^^^^^^^^ 143 | @media (height foo bar) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:141:1] 141 | 142 | @media (height << 600px) {} : ^^^^^^^^^^^^^^^^^ 143 | @media (height foo bar) {} `---- x LParen ,-[$DIR/tests/fixture/at-rule/media/input.css:141:1] 141 | 142 | @media (height << 600px) {} : ^ 143 | @media (height foo bar) {} `---- x ComponentValue ,-[$DIR/tests/fixture/at-rule/media/input.css:141:1] 141 | 142 | @media (height << 600px) {} : ^^^^^^ 143 | @media (height foo bar) {} `---- x Ident { value: Atom('height' type=static), raw: "height" } ,-[$DIR/tests/fixture/at-rule/media/input.css:141:1] 141 | 142 | @media (height << 600px) {} : ^^^^^^ 143 | @media (height foo bar) {} `---- x ComponentValue ,-[$DIR/tests/fixture/at-rule/media/input.css:141:1] 141 | 142 | @media (height << 600px) {} : ^ 143 | @media (height foo bar) {} `---- x WhiteSpace { value: " " } ,-[$DIR/tests/fixture/at-rule/media/input.css:141:1] 141 | 142 | @media (height << 600px) {} : ^ 143 | @media (height foo bar) {} `---- x ComponentValue ,-[$DIR/tests/fixture/at-rule/media/input.css:141:1] 141 | 142 | @media (height << 600px) {} : ^ 143 | @media (height foo bar) {} `---- x Delim { value: '<' } ,-[$DIR/tests/fixture/at-rule/media/input.css:141:1] 141 | 142 | @media (height << 600px) {} : ^ 143 | @media (height foo bar) {} `---- x ComponentValue ,-[$DIR/tests/fixture/at-rule/media/input.css:141:1] 141 | 142 | @media (height << 600px) {} : ^ 143 | @media (height foo bar) {} `---- x Delim { value: '<' } ,-[$DIR/tests/fixture/at-rule/media/input.css:141:1] 141 | 142 | @media (height << 600px) {} : ^ 143 | @media (height foo bar) {} `---- x ComponentValue ,-[$DIR/tests/fixture/at-rule/media/input.css:141:1] 141 | 142 | @media (height << 600px) {} : ^ 143 | @media (height foo bar) {} `---- x WhiteSpace { value: " " } ,-[$DIR/tests/fixture/at-rule/media/input.css:141:1] 141 | 142 | @media (height << 600px) {} : ^ 143 | @media (height foo bar) {} `---- x ComponentValue ,-[$DIR/tests/fixture/at-rule/media/input.css:141:1] 141 | 142 | @media (height << 600px) {} : ^^^^^ 143 | @media (height foo bar) {} `---- x Dimension(DimensionToken { value: 600.0, raw_value: "600", unit: Atom('px' type=static), type_flag: Integer, raw_unit: "px" }) ,-[$DIR/tests/fixture/at-rule/media/input.css:141:1] 141 | 142 | @media (height << 600px) {} : ^^^^^ 143 | @media (height foo bar) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:141:1] 141 | 142 | @media (height << 600px) {} : ^^ 143 | @media (height foo bar) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:141:1] 141 | 142 | @media (height << 600px) {} : ^ 143 | @media (height foo bar) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:142:1] 142 | @media (height << 600px) {} 143 | @media (height foo bar) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ 144 | @media (height foo("bar")) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:142:1] 142 | @media (height << 600px) {} 143 | @media (height foo bar) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ 144 | @media (height foo("bar")) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:142:1] 142 | @media (height << 600px) {} 143 | @media (height foo bar) {} : ^^^^^ 144 | @media (height foo("bar")) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:142:1] 142 | @media (height << 600px) {} 143 | @media (height foo bar) {} : ^^^^^ 144 | @media (height foo("bar")) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:142:1] 142 | @media (height << 600px) {} 143 | @media (height foo bar) {} : ^^^^^^^^^^^^^^^^ 144 | @media (height foo("bar")) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:142:1] 142 | @media (height << 600px) {} 143 | @media (height foo bar) {} : ^^^^^^^^^^^^^^^^ 144 | @media (height foo("bar")) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:142:1] 142 | @media (height << 600px) {} 143 | @media (height foo bar) {} : ^^^^^^^^^^^^^^^^ 144 | @media (height foo("bar")) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:142:1] 142 | @media (height << 600px) {} 143 | @media (height foo bar) {} : ^^^^^^^^^^^^^^^^ 144 | @media (height foo("bar")) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:142:1] 142 | @media (height << 600px) {} 143 | @media (height foo bar) {} : ^^^^^^^^^^^^^^^^ 144 | @media (height foo("bar")) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:142:1] 142 | @media (height << 600px) {} 143 | @media (height foo bar) {} : ^^^^^^^^^^^^^^^^ 144 | @media (height foo("bar")) {} `---- x LParen ,-[$DIR/tests/fixture/at-rule/media/input.css:142:1] 142 | @media (height << 600px) {} 143 | @media (height foo bar) {} : ^ 144 | @media (height foo("bar")) {} `---- x ComponentValue ,-[$DIR/tests/fixture/at-rule/media/input.css:142:1] 142 | @media (height << 600px) {} 143 | @media (height foo bar) {} : ^^^^^^ 144 | @media (height foo("bar")) {} `---- x Ident { value: Atom('height' type=static), raw: "height" } ,-[$DIR/tests/fixture/at-rule/media/input.css:142:1] 142 | @media (height << 600px) {} 143 | @media (height foo bar) {} : ^^^^^^ 144 | @media (height foo("bar")) {} `---- x ComponentValue ,-[$DIR/tests/fixture/at-rule/media/input.css:142:1] 142 | @media (height << 600px) {} 143 | @media (height foo bar) {} : ^ 144 | @media (height foo("bar")) {} `---- x WhiteSpace { value: " " } ,-[$DIR/tests/fixture/at-rule/media/input.css:142:1] 142 | @media (height << 600px) {} 143 | @media (height foo bar) {} : ^ 144 | @media (height foo("bar")) {} `---- x ComponentValue ,-[$DIR/tests/fixture/at-rule/media/input.css:142:1] 142 | @media (height << 600px) {} 143 | @media (height foo bar) {} : ^^^ 144 | @media (height foo("bar")) {} `---- x Ident { value: Atom('foo' type=inline), raw: "foo" } ,-[$DIR/tests/fixture/at-rule/media/input.css:142:1] 142 | @media (height << 600px) {} 143 | @media (height foo bar) {} : ^^^ 144 | @media (height foo("bar")) {} `---- x ComponentValue ,-[$DIR/tests/fixture/at-rule/media/input.css:142:1] 142 | @media (height << 600px) {} 143 | @media (height foo bar) {} : ^ 144 | @media (height foo("bar")) {} `---- x WhiteSpace { value: " " } ,-[$DIR/tests/fixture/at-rule/media/input.css:142:1] 142 | @media (height << 600px) {} 143 | @media (height foo bar) {} : ^ 144 | @media (height foo("bar")) {} `---- x ComponentValue ,-[$DIR/tests/fixture/at-rule/media/input.css:142:1] 142 | @media (height << 600px) {} 143 | @media (height foo bar) {} : ^^^ 144 | @media (height foo("bar")) {} `---- x Ident { value: Atom('bar' type=inline), raw: "bar" } ,-[$DIR/tests/fixture/at-rule/media/input.css:142:1] 142 | @media (height << 600px) {} 143 | @media (height foo bar) {} : ^^^ 144 | @media (height foo("bar")) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:142:1] 142 | @media (height << 600px) {} 143 | @media (height foo bar) {} : ^^ 144 | @media (height foo("bar")) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:142:1] 142 | @media (height << 600px) {} 143 | @media (height foo bar) {} : ^ 144 | @media (height foo("bar")) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:143:1] 143 | @media (height foo bar) {} 144 | @media (height foo("bar")) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 145 | @media (height + 600px) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:143:1] 143 | @media (height foo bar) {} 144 | @media (height foo("bar")) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 145 | @media (height + 600px) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:143:1] 143 | @media (height foo bar) {} 144 | @media (height foo("bar")) {} : ^^^^^ 145 | @media (height + 600px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:143:1] 143 | @media (height foo bar) {} 144 | @media (height foo("bar")) {} : ^^^^^ 145 | @media (height + 600px) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:143:1] 143 | @media (height foo bar) {} 144 | @media (height foo("bar")) {} : ^^^^^^^^^^^^^^^^^^^ 145 | @media (height + 600px) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:143:1] 143 | @media (height foo bar) {} 144 | @media (height foo("bar")) {} : ^^^^^^^^^^^^^^^^^^^ 145 | @media (height + 600px) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:143:1] 143 | @media (height foo bar) {} 144 | @media (height foo("bar")) {} : ^^^^^^^^^^^^^^^^^^^ 145 | @media (height + 600px) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:143:1] 143 | @media (height foo bar) {} 144 | @media (height foo("bar")) {} : ^^^^^^^^^^^^^^^^^^^ 145 | @media (height + 600px) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:143:1] 143 | @media (height foo bar) {} 144 | @media (height foo("bar")) {} : ^^^^^^^^^^^^^^^^^^^ 145 | @media (height + 600px) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:143:1] 143 | @media (height foo bar) {} 144 | @media (height foo("bar")) {} : ^^^^^^^^^^^^^^^^^^^ 145 | @media (height + 600px) {} `---- x LParen ,-[$DIR/tests/fixture/at-rule/media/input.css:143:1] 143 | @media (height foo bar) {} 144 | @media (height foo("bar")) {} : ^ 145 | @media (height + 600px) {} `---- x ComponentValue ,-[$DIR/tests/fixture/at-rule/media/input.css:143:1] 143 | @media (height foo bar) {} 144 | @media (height foo("bar")) {} : ^^^^^^ 145 | @media (height + 600px) {} `---- x Ident { value: Atom('height' type=static), raw: "height" } ,-[$DIR/tests/fixture/at-rule/media/input.css:143:1] 143 | @media (height foo bar) {} 144 | @media (height foo("bar")) {} : ^^^^^^ 145 | @media (height + 600px) {} `---- x ComponentValue ,-[$DIR/tests/fixture/at-rule/media/input.css:143:1] 143 | @media (height foo bar) {} 144 | @media (height foo("bar")) {} : ^ 145 | @media (height + 600px) {} `---- x WhiteSpace { value: " " } ,-[$DIR/tests/fixture/at-rule/media/input.css:143:1] 143 | @media (height foo bar) {} 144 | @media (height foo("bar")) {} : ^ 145 | @media (height + 600px) {} `---- x ComponentValue ,-[$DIR/tests/fixture/at-rule/media/input.css:143:1] 143 | @media (height foo bar) {} 144 | @media (height foo("bar")) {} : ^^^^^^^^^^ 145 | @media (height + 600px) {} `---- x Function ,-[$DIR/tests/fixture/at-rule/media/input.css:143:1] 143 | @media (height foo bar) {} 144 | @media (height foo("bar")) {} : ^^^^^^^^^^ 145 | @media (height + 600px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:143:1] 143 | @media (height foo bar) {} 144 | @media (height foo("bar")) {} : ^^^ 145 | @media (height + 600px) {} `---- x ComponentValue ,-[$DIR/tests/fixture/at-rule/media/input.css:143:1] 143 | @media (height foo bar) {} 144 | @media (height foo("bar")) {} : ^^^^^ 145 | @media (height + 600px) {} `---- x String { value: Atom('bar' type=inline), raw: "\"bar\"" } ,-[$DIR/tests/fixture/at-rule/media/input.css:143:1] 143 | @media (height foo bar) {} 144 | @media (height foo("bar")) {} : ^^^^^ 145 | @media (height + 600px) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:143:1] 143 | @media (height foo bar) {} 144 | @media (height foo("bar")) {} : ^^ 145 | @media (height + 600px) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:143:1] 143 | @media (height foo bar) {} 144 | @media (height foo("bar")) {} : ^ 145 | @media (height + 600px) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:144:1] 144 | @media (height foo("bar")) {} 145 | @media (height + 600px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ 146 | @media screen and (min-width: ) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:144:1] 144 | @media (height foo("bar")) {} 145 | @media (height + 600px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^ 146 | @media screen and (min-width: ) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:144:1] 144 | @media (height foo("bar")) {} 145 | @media (height + 600px) {} : ^^^^^ 146 | @media screen and (min-width: ) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:144:1] 144 | @media (height foo("bar")) {} 145 | @media (height + 600px) {} : ^^^^^ 146 | @media screen and (min-width: ) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:144:1] 144 | @media (height foo("bar")) {} 145 | @media (height + 600px) {} : ^^^^^^^^^^^^^^^^ 146 | @media screen and (min-width: ) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:144:1] 144 | @media (height foo("bar")) {} 145 | @media (height + 600px) {} : ^^^^^^^^^^^^^^^^ 146 | @media screen and (min-width: ) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:144:1] 144 | @media (height foo("bar")) {} 145 | @media (height + 600px) {} : ^^^^^^^^^^^^^^^^ 146 | @media screen and (min-width: ) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:144:1] 144 | @media (height foo("bar")) {} 145 | @media (height + 600px) {} : ^^^^^^^^^^^^^^^^ 146 | @media screen and (min-width: ) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:144:1] 144 | @media (height foo("bar")) {} 145 | @media (height + 600px) {} : ^^^^^^^^^^^^^^^^ 146 | @media screen and (min-width: ) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:144:1] 144 | @media (height foo("bar")) {} 145 | @media (height + 600px) {} : ^^^^^^^^^^^^^^^^ 146 | @media screen and (min-width: ) {} `---- x LParen ,-[$DIR/tests/fixture/at-rule/media/input.css:144:1] 144 | @media (height foo("bar")) {} 145 | @media (height + 600px) {} : ^ 146 | @media screen and (min-width: ) {} `---- x ComponentValue ,-[$DIR/tests/fixture/at-rule/media/input.css:144:1] 144 | @media (height foo("bar")) {} 145 | @media (height + 600px) {} : ^^^^^^ 146 | @media screen and (min-width: ) {} `---- x Ident { value: Atom('height' type=static), raw: "height" } ,-[$DIR/tests/fixture/at-rule/media/input.css:144:1] 144 | @media (height foo("bar")) {} 145 | @media (height + 600px) {} : ^^^^^^ 146 | @media screen and (min-width: ) {} `---- x ComponentValue ,-[$DIR/tests/fixture/at-rule/media/input.css:144:1] 144 | @media (height foo("bar")) {} 145 | @media (height + 600px) {} : ^ 146 | @media screen and (min-width: ) {} `---- x WhiteSpace { value: " " } ,-[$DIR/tests/fixture/at-rule/media/input.css:144:1] 144 | @media (height foo("bar")) {} 145 | @media (height + 600px) {} : ^ 146 | @media screen and (min-width: ) {} `---- x ComponentValue ,-[$DIR/tests/fixture/at-rule/media/input.css:144:1] 144 | @media (height foo("bar")) {} 145 | @media (height + 600px) {} : ^ 146 | @media screen and (min-width: ) {} `---- x Delim { value: '+' } ,-[$DIR/tests/fixture/at-rule/media/input.css:144:1] 144 | @media (height foo("bar")) {} 145 | @media (height + 600px) {} : ^ 146 | @media screen and (min-width: ) {} `---- x ComponentValue ,-[$DIR/tests/fixture/at-rule/media/input.css:144:1] 144 | @media (height foo("bar")) {} 145 | @media (height + 600px) {} : ^ 146 | @media screen and (min-width: ) {} `---- x WhiteSpace { value: " " } ,-[$DIR/tests/fixture/at-rule/media/input.css:144:1] 144 | @media (height foo("bar")) {} 145 | @media (height + 600px) {} : ^ 146 | @media screen and (min-width: ) {} `---- x ComponentValue ,-[$DIR/tests/fixture/at-rule/media/input.css:144:1] 144 | @media (height foo("bar")) {} 145 | @media (height + 600px) {} : ^^^^^ 146 | @media screen and (min-width: ) {} `---- x Dimension(DimensionToken { value: 600.0, raw_value: "600", unit: Atom('px' type=static), type_flag: Integer, raw_unit: "px" }) ,-[$DIR/tests/fixture/at-rule/media/input.css:144:1] 144 | @media (height foo("bar")) {} 145 | @media (height + 600px) {} : ^^^^^ 146 | @media screen and (min-width: ) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:144:1] 144 | @media (height foo("bar")) {} 145 | @media (height + 600px) {} : ^^ 146 | @media screen and (min-width: ) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:144:1] 144 | @media (height foo("bar")) {} 145 | @media (height + 600px) {} : ^ 146 | @media screen and (min-width: ) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:145:1] 145 | @media (height + 600px) {} 146 | @media screen and (min-width: ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 147 | @media (aspect-ratio: 12/) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:145:1] 145 | @media (height + 600px) {} 146 | @media screen and (min-width: ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 147 | @media (aspect-ratio: 12/) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:145:1] 145 | @media (height + 600px) {} 146 | @media screen and (min-width: ) {} : ^^^^^ 147 | @media (aspect-ratio: 12/) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:145:1] 145 | @media (height + 600px) {} 146 | @media screen and (min-width: ) {} : ^^^^^ 147 | @media (aspect-ratio: 12/) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:145:1] 145 | @media (height + 600px) {} 146 | @media screen and (min-width: ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^ 147 | @media (aspect-ratio: 12/) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:145:1] 145 | @media (height + 600px) {} 146 | @media screen and (min-width: ) {} : ^^^^^^^^^^^^^^^^^^^^^^^^ 147 | @media (aspect-ratio: 12/) {} `---- x MediaType ,-[$DIR/tests/fixture/at-rule/media/input.css:145:1] 145 | @media (height + 600px) {} 146 | @media screen and (min-width: ) {} : ^^^^^^ 147 | @media (aspect-ratio: 12/) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:145:1] 145 | @media (height + 600px) {} 146 | @media screen and (min-width: ) {} : ^^^^^^ 147 | @media (aspect-ratio: 12/) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:145:1] 145 | @media (height + 600px) {} 146 | @media screen and (min-width: ) {} : ^^^ 147 | @media (aspect-ratio: 12/) {} `---- x MediaConditionWithoutOr ,-[$DIR/tests/fixture/at-rule/media/input.css:145:1] 145 | @media (height + 600px) {} 146 | @media screen and (min-width: ) {} : ^^^^^^^^^^^^^ 147 | @media (aspect-ratio: 12/) {} `---- x MediaConditionWithoutOrType ,-[$DIR/tests/fixture/at-rule/media/input.css:145:1] 145 | @media (height + 600px) {} 146 | @media screen and (min-width: ) {} : ^^^^^^^^^^^^^ 147 | @media (aspect-ratio: 12/) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:145:1] 145 | @media (height + 600px) {} 146 | @media screen and (min-width: ) {} : ^^^^^^^^^^^^^ 147 | @media (aspect-ratio: 12/) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:145:1] 145 | @media (height + 600px) {} 146 | @media screen and (min-width: ) {} : ^^^^^^^^^^^^^ 147 | @media (aspect-ratio: 12/) {} `---- x LParen ,-[$DIR/tests/fixture/at-rule/media/input.css:145:1] 145 | @media (height + 600px) {} 146 | @media screen and (min-width: ) {} : ^ 147 | @media (aspect-ratio: 12/) {} `---- x ComponentValue ,-[$DIR/tests/fixture/at-rule/media/input.css:145:1] 145 | @media (height + 600px) {} 146 | @media screen and (min-width: ) {} : ^^^^^^^^^ 147 | @media (aspect-ratio: 12/) {} `---- x Ident { value: Atom('min-width' type=static), raw: "min-width" } ,-[$DIR/tests/fixture/at-rule/media/input.css:145:1] 145 | @media (height + 600px) {} 146 | @media screen and (min-width: ) {} : ^^^^^^^^^ 147 | @media (aspect-ratio: 12/) {} `---- x ComponentValue ,-[$DIR/tests/fixture/at-rule/media/input.css:145:1] 145 | @media (height + 600px) {} 146 | @media screen and (min-width: ) {} : ^ 147 | @media (aspect-ratio: 12/) {} `---- x Colon ,-[$DIR/tests/fixture/at-rule/media/input.css:145:1] 145 | @media (height + 600px) {} 146 | @media screen and (min-width: ) {} : ^ 147 | @media (aspect-ratio: 12/) {} `---- x ComponentValue ,-[$DIR/tests/fixture/at-rule/media/input.css:145:1] 145 | @media (height + 600px) {} 146 | @media screen and (min-width: ) {} : ^ 147 | @media (aspect-ratio: 12/) {} `---- x WhiteSpace { value: " " } ,-[$DIR/tests/fixture/at-rule/media/input.css:145:1] 145 | @media (height + 600px) {} 146 | @media screen and (min-width: ) {} : ^ 147 | @media (aspect-ratio: 12/) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:145:1] 145 | @media (height + 600px) {} 146 | @media screen and (min-width: ) {} : ^^ 147 | @media (aspect-ratio: 12/) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:145:1] 145 | @media (height + 600px) {} 146 | @media screen and (min-width: ) {} : ^ 147 | @media (aspect-ratio: 12/) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:146:1] 146 | @media screen and (min-width: ) {} 147 | @media (aspect-ratio: 12/) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 148 | @media func(100px) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:146:1] 146 | @media screen and (min-width: ) {} 147 | @media (aspect-ratio: 12/) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 148 | @media func(100px) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:146:1] 146 | @media screen and (min-width: ) {} 147 | @media (aspect-ratio: 12/) {} : ^^^^^ 148 | @media func(100px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:146:1] 146 | @media screen and (min-width: ) {} 147 | @media (aspect-ratio: 12/) {} : ^^^^^ 148 | @media func(100px) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:146:1] 146 | @media screen and (min-width: ) {} 147 | @media (aspect-ratio: 12/) {} : ^^^^^^^^^^^^^^^^^^^ 148 | @media func(100px) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:146:1] 146 | @media screen and (min-width: ) {} 147 | @media (aspect-ratio: 12/) {} : ^^^^^^^^^^^^^^^^^^^ 148 | @media func(100px) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:146:1] 146 | @media screen and (min-width: ) {} 147 | @media (aspect-ratio: 12/) {} : ^^^^^^^^^^^^^^^^^^^ 148 | @media func(100px) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:146:1] 146 | @media screen and (min-width: ) {} 147 | @media (aspect-ratio: 12/) {} : ^^^^^^^^^^^^^^^^^^^ 148 | @media func(100px) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:146:1] 146 | @media screen and (min-width: ) {} 147 | @media (aspect-ratio: 12/) {} : ^^^^^^^^^^^^^^^^^^^ 148 | @media func(100px) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:146:1] 146 | @media screen and (min-width: ) {} 147 | @media (aspect-ratio: 12/) {} : ^^^^^^^^^^^^^^^^^^^ 148 | @media func(100px) {} `---- x LParen ,-[$DIR/tests/fixture/at-rule/media/input.css:146:1] 146 | @media screen and (min-width: ) {} 147 | @media (aspect-ratio: 12/) {} : ^ 148 | @media func(100px) {} `---- x ComponentValue ,-[$DIR/tests/fixture/at-rule/media/input.css:146:1] 146 | @media screen and (min-width: ) {} 147 | @media (aspect-ratio: 12/) {} : ^^^^^^^^^^^^ 148 | @media func(100px) {} `---- x Ident { value: Atom('aspect-ratio' type=static), raw: "aspect-ratio" } ,-[$DIR/tests/fixture/at-rule/media/input.css:146:1] 146 | @media screen and (min-width: ) {} 147 | @media (aspect-ratio: 12/) {} : ^^^^^^^^^^^^ 148 | @media func(100px) {} `---- x ComponentValue ,-[$DIR/tests/fixture/at-rule/media/input.css:146:1] 146 | @media screen and (min-width: ) {} 147 | @media (aspect-ratio: 12/) {} : ^ 148 | @media func(100px) {} `---- x Colon ,-[$DIR/tests/fixture/at-rule/media/input.css:146:1] 146 | @media screen and (min-width: ) {} 147 | @media (aspect-ratio: 12/) {} : ^ 148 | @media func(100px) {} `---- x ComponentValue ,-[$DIR/tests/fixture/at-rule/media/input.css:146:1] 146 | @media screen and (min-width: ) {} 147 | @media (aspect-ratio: 12/) {} : ^ 148 | @media func(100px) {} `---- x WhiteSpace { value: " " } ,-[$DIR/tests/fixture/at-rule/media/input.css:146:1] 146 | @media screen and (min-width: ) {} 147 | @media (aspect-ratio: 12/) {} : ^ 148 | @media func(100px) {} `---- x ComponentValue ,-[$DIR/tests/fixture/at-rule/media/input.css:146:1] 146 | @media screen and (min-width: ) {} 147 | @media (aspect-ratio: 12/) {} : ^^ 148 | @media func(100px) {} `---- x Number { value: 12.0, raw: "12", type_flag: Integer } ,-[$DIR/tests/fixture/at-rule/media/input.css:146:1] 146 | @media screen and (min-width: ) {} 147 | @media (aspect-ratio: 12/) {} : ^^ 148 | @media func(100px) {} `---- x ComponentValue ,-[$DIR/tests/fixture/at-rule/media/input.css:146:1] 146 | @media screen and (min-width: ) {} 147 | @media (aspect-ratio: 12/) {} : ^ 148 | @media func(100px) {} `---- x Delim { value: '/' } ,-[$DIR/tests/fixture/at-rule/media/input.css:146:1] 146 | @media screen and (min-width: ) {} 147 | @media (aspect-ratio: 12/) {} : ^ 148 | @media func(100px) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:146:1] 146 | @media screen and (min-width: ) {} 147 | @media (aspect-ratio: 12/) {} : ^^ 148 | @media func(100px) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:146:1] 146 | @media screen and (min-width: ) {} 147 | @media (aspect-ratio: 12/) {} : ^ 148 | @media func(100px) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:147:1] 147 | @media (aspect-ratio: 12/) {} 148 | @media func(100px) {} : ^^^^^^^^^^^^^^^^^^^^^ 149 | @media screen and func(100px) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:147:1] 147 | @media (aspect-ratio: 12/) {} 148 | @media func(100px) {} : ^^^^^^^^^^^^^^^^^^^^^ 149 | @media screen and func(100px) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:147:1] 147 | @media (aspect-ratio: 12/) {} 148 | @media func(100px) {} : ^^^^^ 149 | @media screen and func(100px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:147:1] 147 | @media (aspect-ratio: 12/) {} 148 | @media func(100px) {} : ^^^^^ 149 | @media screen and func(100px) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:147:1] 147 | @media (aspect-ratio: 12/) {} 148 | @media func(100px) {} : ^^^^^^^^^^^ 149 | @media screen and func(100px) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:147:1] 147 | @media (aspect-ratio: 12/) {} 148 | @media func(100px) {} : ^^^^^^^^^^^ 149 | @media screen and func(100px) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:147:1] 147 | @media (aspect-ratio: 12/) {} 148 | @media func(100px) {} : ^^^^^^^^^^^ 149 | @media screen and func(100px) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:147:1] 147 | @media (aspect-ratio: 12/) {} 148 | @media func(100px) {} : ^^^^^^^^^^^ 149 | @media screen and func(100px) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:147:1] 147 | @media (aspect-ratio: 12/) {} 148 | @media func(100px) {} : ^^^^^^^^^^^ 149 | @media screen and func(100px) {} `---- x Function ,-[$DIR/tests/fixture/at-rule/media/input.css:147:1] 147 | @media (aspect-ratio: 12/) {} 148 | @media func(100px) {} : ^^^^^^^^^^^ 149 | @media screen and func(100px) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:147:1] 147 | @media (aspect-ratio: 12/) {} 148 | @media func(100px) {} : ^^^^ 149 | @media screen and func(100px) {} `---- x ComponentValue ,-[$DIR/tests/fixture/at-rule/media/input.css:147:1] 147 | @media (aspect-ratio: 12/) {} 148 | @media func(100px) {} : ^^^^^ 149 | @media screen and func(100px) {} `---- x Dimension(DimensionToken { value: 100.0, raw_value: "100", unit: Atom('px' type=static), type_flag: Integer, raw_unit: "px" }) ,-[$DIR/tests/fixture/at-rule/media/input.css:147:1] 147 | @media (aspect-ratio: 12/) {} 148 | @media func(100px) {} : ^^^^^ 149 | @media screen and func(100px) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:147:1] 147 | @media (aspect-ratio: 12/) {} 148 | @media func(100px) {} : ^^ 149 | @media screen and func(100px) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:147:1] 147 | @media (aspect-ratio: 12/) {} 148 | @media func(100px) {} : ^ 149 | @media screen and func(100px) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:148:1] 148 | @media func(100px) {} 149 | @media screen and func(100px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 150 | @media(min-width:calc(10px + 10px)) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:148:1] 148 | @media func(100px) {} 149 | @media screen and func(100px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 150 | @media(min-width:calc(10px + 10px)) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:148:1] 148 | @media func(100px) {} 149 | @media screen and func(100px) {} : ^^^^^ 150 | @media(min-width:calc(10px + 10px)) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:148:1] 148 | @media func(100px) {} 149 | @media screen and func(100px) {} : ^^^^^ 150 | @media(min-width:calc(10px + 10px)) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:148:1] 148 | @media func(100px) {} 149 | @media screen and func(100px) {} : ^^^^^^^^^^^^^^^^^^^^^^ 150 | @media(min-width:calc(10px + 10px)) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:148:1] 148 | @media func(100px) {} 149 | @media screen and func(100px) {} : ^^^^^^^^^^^^^^^^^^^^^^ 150 | @media(min-width:calc(10px + 10px)) {} `---- x MediaType ,-[$DIR/tests/fixture/at-rule/media/input.css:148:1] 148 | @media func(100px) {} 149 | @media screen and func(100px) {} : ^^^^^^ 150 | @media(min-width:calc(10px + 10px)) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:148:1] 148 | @media func(100px) {} 149 | @media screen and func(100px) {} : ^^^^^^ 150 | @media(min-width:calc(10px + 10px)) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:148:1] 148 | @media func(100px) {} 149 | @media screen and func(100px) {} : ^^^ 150 | @media(min-width:calc(10px + 10px)) {} `---- x MediaConditionWithoutOr ,-[$DIR/tests/fixture/at-rule/media/input.css:148:1] 148 | @media func(100px) {} 149 | @media screen and func(100px) {} : ^^^^^^^^^^^ 150 | @media(min-width:calc(10px + 10px)) {} `---- x MediaConditionWithoutOrType ,-[$DIR/tests/fixture/at-rule/media/input.css:148:1] 148 | @media func(100px) {} 149 | @media screen and func(100px) {} : ^^^^^^^^^^^ 150 | @media(min-width:calc(10px + 10px)) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:148:1] 148 | @media func(100px) {} 149 | @media screen and func(100px) {} : ^^^^^^^^^^^ 150 | @media(min-width:calc(10px + 10px)) {} `---- x Function ,-[$DIR/tests/fixture/at-rule/media/input.css:148:1] 148 | @media func(100px) {} 149 | @media screen and func(100px) {} : ^^^^^^^^^^^ 150 | @media(min-width:calc(10px + 10px)) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:148:1] 148 | @media func(100px) {} 149 | @media screen and func(100px) {} : ^^^^ 150 | @media(min-width:calc(10px + 10px)) {} `---- x ComponentValue ,-[$DIR/tests/fixture/at-rule/media/input.css:148:1] 148 | @media func(100px) {} 149 | @media screen and func(100px) {} : ^^^^^ 150 | @media(min-width:calc(10px + 10px)) {} `---- x Dimension(DimensionToken { value: 100.0, raw_value: "100", unit: Atom('px' type=static), type_flag: Integer, raw_unit: "px" }) ,-[$DIR/tests/fixture/at-rule/media/input.css:148:1] 148 | @media func(100px) {} 149 | @media screen and func(100px) {} : ^^^^^ 150 | @media(min-width:calc(10px + 10px)) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:148:1] 148 | @media func(100px) {} 149 | @media screen and func(100px) {} : ^^ 150 | @media(min-width:calc(10px + 10px)) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:148:1] 148 | @media func(100px) {} 149 | @media screen and func(100px) {} : ^ 150 | @media(min-width:calc(10px + 10px)) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:149:1] 149 | @media screen and func(100px) {} 150 | @media(min-width:calc(10px + 10px)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 151 | @media (width > calc(220px + 100px)) {} `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:149:1] 149 | @media screen and func(100px) {} 150 | @media(min-width:calc(10px + 10px)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 151 | @media (width > calc(220px + 100px)) {} `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:149:1] 149 | @media screen and func(100px) {} 150 | @media(min-width:calc(10px + 10px)) {} : ^^^^^ 151 | @media (width > calc(220px + 100px)) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:149:1] 149 | @media screen and func(100px) {} 150 | @media(min-width:calc(10px + 10px)) {} : ^^^^^ 151 | @media (width > calc(220px + 100px)) {} `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:149:1] 149 | @media screen and func(100px) {} 150 | @media(min-width:calc(10px + 10px)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 151 | @media (width > calc(220px + 100px)) {} `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:149:1] 149 | @media screen and func(100px) {} 150 | @media(min-width:calc(10px + 10px)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 151 | @media (width > calc(220px + 100px)) {} `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:149:1] 149 | @media screen and func(100px) {} 150 | @media(min-width:calc(10px + 10px)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 151 | @media (width > calc(220px + 100px)) {} `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:149:1] 149 | @media screen and func(100px) {} 150 | @media(min-width:calc(10px + 10px)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 151 | @media (width > calc(220px + 100px)) {} `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:149:1] 149 | @media screen and func(100px) {} 150 | @media(min-width:calc(10px + 10px)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 151 | @media (width > calc(220px + 100px)) {} `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:149:1] 149 | @media screen and func(100px) {} 150 | @media(min-width:calc(10px + 10px)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 151 | @media (width > calc(220px + 100px)) {} `---- x MediaFeaturePlain ,-[$DIR/tests/fixture/at-rule/media/input.css:149:1] 149 | @media screen and func(100px) {} 150 | @media(min-width:calc(10px + 10px)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 151 | @media (width > calc(220px + 100px)) {} `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:149:1] 149 | @media screen and func(100px) {} 150 | @media(min-width:calc(10px + 10px)) {} : ^^^^^^^^^ 151 | @media (width > calc(220px + 100px)) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:149:1] 149 | @media screen and func(100px) {} 150 | @media(min-width:calc(10px + 10px)) {} : ^^^^^^^^^ 151 | @media (width > calc(220px + 100px)) {} `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:149:1] 149 | @media screen and func(100px) {} 150 | @media(min-width:calc(10px + 10px)) {} : ^^^^^^^^^^^^^^^^^ 151 | @media (width > calc(220px + 100px)) {} `---- x Function ,-[$DIR/tests/fixture/at-rule/media/input.css:149:1] 149 | @media screen and func(100px) {} 150 | @media(min-width:calc(10px + 10px)) {} : ^^^^^^^^^^^^^^^^^ 151 | @media (width > calc(220px + 100px)) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:149:1] 149 | @media screen and func(100px) {} 150 | @media(min-width:calc(10px + 10px)) {} : ^^^^ 151 | @media (width > calc(220px + 100px)) {} `---- x ComponentValue ,-[$DIR/tests/fixture/at-rule/media/input.css:149:1] 149 | @media screen and func(100px) {} 150 | @media(min-width:calc(10px + 10px)) {} : ^^^^^^^^^^^ 151 | @media (width > calc(220px + 100px)) {} `---- x CalcSum ,-[$DIR/tests/fixture/at-rule/media/input.css:149:1] 149 | @media screen and func(100px) {} 150 | @media(min-width:calc(10px + 10px)) {} : ^^^^^^^^^^^ 151 | @media (width > calc(220px + 100px)) {} `---- x CalcProductOrOperator ,-[$DIR/tests/fixture/at-rule/media/input.css:149:1] 149 | @media screen and func(100px) {} 150 | @media(min-width:calc(10px + 10px)) {} : ^^^^ 151 | @media (width > calc(220px + 100px)) {} `---- x CalcProduct ,-[$DIR/tests/fixture/at-rule/media/input.css:149:1] 149 | @media screen and func(100px) {} 150 | @media(min-width:calc(10px + 10px)) {} : ^^^^ 151 | @media (width > calc(220px + 100px)) {} `---- x CalcValueOrOperator ,-[$DIR/tests/fixture/at-rule/media/input.css:149:1] 149 | @media screen and func(100px) {} 150 | @media(min-width:calc(10px + 10px)) {} : ^^^^ 151 | @media (width > calc(220px + 100px)) {} `---- x CalcValue ,-[$DIR/tests/fixture/at-rule/media/input.css:149:1] 149 | @media screen and func(100px) {} 150 | @media(min-width:calc(10px + 10px)) {} : ^^^^ 151 | @media (width > calc(220px + 100px)) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:149:1] 149 | @media screen and func(100px) {} 150 | @media(min-width:calc(10px + 10px)) {} : ^^^^ 151 | @media (width > calc(220px + 100px)) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:149:1] 149 | @media screen and func(100px) {} 150 | @media(min-width:calc(10px + 10px)) {} : ^^^^ 151 | @media (width > calc(220px + 100px)) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:149:1] 149 | @media screen and func(100px) {} 150 | @media(min-width:calc(10px + 10px)) {} : ^^ 151 | @media (width > calc(220px + 100px)) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:149:1] 149 | @media screen and func(100px) {} 150 | @media(min-width:calc(10px + 10px)) {} : ^^ 151 | @media (width > calc(220px + 100px)) {} `---- x CalcProductOrOperator ,-[$DIR/tests/fixture/at-rule/media/input.css:149:1] 149 | @media screen and func(100px) {} 150 | @media(min-width:calc(10px + 10px)) {} : ^ 151 | @media (width > calc(220px + 100px)) {} `---- x CalcOperator ,-[$DIR/tests/fixture/at-rule/media/input.css:149:1] 149 | @media screen and func(100px) {} 150 | @media(min-width:calc(10px + 10px)) {} : ^ 151 | @media (width > calc(220px + 100px)) {} `---- x CalcProductOrOperator ,-[$DIR/tests/fixture/at-rule/media/input.css:149:1] 149 | @media screen and func(100px) {} 150 | @media(min-width:calc(10px + 10px)) {} : ^^^^ 151 | @media (width > calc(220px + 100px)) {} `---- x CalcProduct ,-[$DIR/tests/fixture/at-rule/media/input.css:149:1] 149 | @media screen and func(100px) {} 150 | @media(min-width:calc(10px + 10px)) {} : ^^^^ 151 | @media (width > calc(220px + 100px)) {} `---- x CalcValueOrOperator ,-[$DIR/tests/fixture/at-rule/media/input.css:149:1] 149 | @media screen and func(100px) {} 150 | @media(min-width:calc(10px + 10px)) {} : ^^^^ 151 | @media (width > calc(220px + 100px)) {} `---- x CalcValue ,-[$DIR/tests/fixture/at-rule/media/input.css:149:1] 149 | @media screen and func(100px) {} 150 | @media(min-width:calc(10px + 10px)) {} : ^^^^ 151 | @media (width > calc(220px + 100px)) {} `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:149:1] 149 | @media screen and func(100px) {} 150 | @media(min-width:calc(10px + 10px)) {} : ^^^^ 151 | @media (width > calc(220px + 100px)) {} `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:149:1] 149 | @media screen and func(100px) {} 150 | @media(min-width:calc(10px + 10px)) {} : ^^^^ 151 | @media (width > calc(220px + 100px)) {} `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:149:1] 149 | @media screen and func(100px) {} 150 | @media(min-width:calc(10px + 10px)) {} : ^^ 151 | @media (width > calc(220px + 100px)) {} `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:149:1] 149 | @media screen and func(100px) {} 150 | @media(min-width:calc(10px + 10px)) {} : ^^ 151 | @media (width > calc(220px + 100px)) {} `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:149:1] 149 | @media screen and func(100px) {} 150 | @media(min-width:calc(10px + 10px)) {} : ^^ 151 | @media (width > calc(220px + 100px)) {} `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:149:1] 149 | @media screen and func(100px) {} 150 | @media(min-width:calc(10px + 10px)) {} : ^ 151 | @media (width > calc(220px + 100px)) {} `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:150:1] 150 | @media(min-width:calc(10px + 10px)) {} 151 | @media (width > calc(220px + 100px)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:150:1] 150 | @media(min-width:calc(10px + 10px)) {} 151 | @media (width > calc(220px + 100px)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:150:1] 150 | @media(min-width:calc(10px + 10px)) {} 151 | @media (width > calc(220px + 100px)) {} : ^^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:150:1] 150 | @media(min-width:calc(10px + 10px)) {} 151 | @media (width > calc(220px + 100px)) {} : ^^^^^ `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:150:1] 150 | @media(min-width:calc(10px + 10px)) {} 151 | @media (width > calc(220px + 100px)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:150:1] 150 | @media(min-width:calc(10px + 10px)) {} 151 | @media (width > calc(220px + 100px)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:150:1] 150 | @media(min-width:calc(10px + 10px)) {} 151 | @media (width > calc(220px + 100px)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:150:1] 150 | @media(min-width:calc(10px + 10px)) {} 151 | @media (width > calc(220px + 100px)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:150:1] 150 | @media(min-width:calc(10px + 10px)) {} 151 | @media (width > calc(220px + 100px)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:150:1] 150 | @media(min-width:calc(10px + 10px)) {} 151 | @media (width > calc(220px + 100px)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x MediaFeatureRange ,-[$DIR/tests/fixture/at-rule/media/input.css:150:1] 150 | @media(min-width:calc(10px + 10px)) {} 151 | @media (width > calc(220px + 100px)) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:150:1] 150 | @media(min-width:calc(10px + 10px)) {} 151 | @media (width > calc(220px + 100px)) {} : ^^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:150:1] 150 | @media(min-width:calc(10px + 10px)) {} 151 | @media (width > calc(220px + 100px)) {} : ^^^^^ `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:150:1] 150 | @media(min-width:calc(10px + 10px)) {} 151 | @media (width > calc(220px + 100px)) {} : ^^^^^^^^^^^^^^^^^^^ `---- x Function ,-[$DIR/tests/fixture/at-rule/media/input.css:150:1] 150 | @media(min-width:calc(10px + 10px)) {} 151 | @media (width > calc(220px + 100px)) {} : ^^^^^^^^^^^^^^^^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:150:1] 150 | @media(min-width:calc(10px + 10px)) {} 151 | @media (width > calc(220px + 100px)) {} : ^^^^ `---- x ComponentValue ,-[$DIR/tests/fixture/at-rule/media/input.css:150:1] 150 | @media(min-width:calc(10px + 10px)) {} 151 | @media (width > calc(220px + 100px)) {} : ^^^^^^^^^^^^^ `---- x CalcSum ,-[$DIR/tests/fixture/at-rule/media/input.css:150:1] 150 | @media(min-width:calc(10px + 10px)) {} 151 | @media (width > calc(220px + 100px)) {} : ^^^^^^^^^^^^^ `---- x CalcProductOrOperator ,-[$DIR/tests/fixture/at-rule/media/input.css:150:1] 150 | @media(min-width:calc(10px + 10px)) {} 151 | @media (width > calc(220px + 100px)) {} : ^^^^^ `---- x CalcProduct ,-[$DIR/tests/fixture/at-rule/media/input.css:150:1] 150 | @media(min-width:calc(10px + 10px)) {} 151 | @media (width > calc(220px + 100px)) {} : ^^^^^ `---- x CalcValueOrOperator ,-[$DIR/tests/fixture/at-rule/media/input.css:150:1] 150 | @media(min-width:calc(10px + 10px)) {} 151 | @media (width > calc(220px + 100px)) {} : ^^^^^ `---- x CalcValue ,-[$DIR/tests/fixture/at-rule/media/input.css:150:1] 150 | @media(min-width:calc(10px + 10px)) {} 151 | @media (width > calc(220px + 100px)) {} : ^^^^^ `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:150:1] 150 | @media(min-width:calc(10px + 10px)) {} 151 | @media (width > calc(220px + 100px)) {} : ^^^^^ `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:150:1] 150 | @media(min-width:calc(10px + 10px)) {} 151 | @media (width > calc(220px + 100px)) {} : ^^^^^ `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:150:1] 150 | @media(min-width:calc(10px + 10px)) {} 151 | @media (width > calc(220px + 100px)) {} : ^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:150:1] 150 | @media(min-width:calc(10px + 10px)) {} 151 | @media (width > calc(220px + 100px)) {} : ^^ `---- x CalcProductOrOperator ,-[$DIR/tests/fixture/at-rule/media/input.css:150:1] 150 | @media(min-width:calc(10px + 10px)) {} 151 | @media (width > calc(220px + 100px)) {} : ^ `---- x CalcOperator ,-[$DIR/tests/fixture/at-rule/media/input.css:150:1] 150 | @media(min-width:calc(10px + 10px)) {} 151 | @media (width > calc(220px + 100px)) {} : ^ `---- x CalcProductOrOperator ,-[$DIR/tests/fixture/at-rule/media/input.css:150:1] 150 | @media(min-width:calc(10px + 10px)) {} 151 | @media (width > calc(220px + 100px)) {} : ^^^^^ `---- x CalcProduct ,-[$DIR/tests/fixture/at-rule/media/input.css:150:1] 150 | @media(min-width:calc(10px + 10px)) {} 151 | @media (width > calc(220px + 100px)) {} : ^^^^^ `---- x CalcValueOrOperator ,-[$DIR/tests/fixture/at-rule/media/input.css:150:1] 150 | @media(min-width:calc(10px + 10px)) {} 151 | @media (width > calc(220px + 100px)) {} : ^^^^^ `---- x CalcValue ,-[$DIR/tests/fixture/at-rule/media/input.css:150:1] 150 | @media(min-width:calc(10px + 10px)) {} 151 | @media (width > calc(220px + 100px)) {} : ^^^^^ `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:150:1] 150 | @media(min-width:calc(10px + 10px)) {} 151 | @media (width > calc(220px + 100px)) {} : ^^^^^ `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:150:1] 150 | @media(min-width:calc(10px + 10px)) {} 151 | @media (width > calc(220px + 100px)) {} : ^^^^^ `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:150:1] 150 | @media(min-width:calc(10px + 10px)) {} 151 | @media (width > calc(220px + 100px)) {} : ^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:150:1] 150 | @media(min-width:calc(10px + 10px)) {} 151 | @media (width > calc(220px + 100px)) {} : ^^ `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:150:1] 150 | @media(min-width:calc(10px + 10px)) {} 151 | @media (width > calc(220px + 100px)) {} : ^^ `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:150:1] 150 | @media(min-width:calc(10px + 10px)) {} 151 | @media (width > calc(220px + 100px)) {} : ^ `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:152:1] 152 | 153 | ,-> @m\65 dia { 154 | | .color { 155 | | color: red; 156 | | } 157 | `-> } `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:152:1] 152 | 153 | ,-> @m\65 dia { 154 | | .color { 155 | | color: red; 156 | | } 157 | `-> } `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:152:1] 152 | 153 | @m\65 dia { : ^^^^^^^^ 154 | .color { `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:152:1] 152 | 153 | @m\65 dia { : ^^^^^^^^ 154 | .color { `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:152:1] 152 | 153 | ,-> @m\65 dia { 154 | | .color { 155 | | color: red; 156 | | } 157 | `-> } `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:152:1] 152 | 153 | @m\65 dia { : ^ 154 | .color { `---- x ComponentValue ,-[$DIR/tests/fixture/at-rule/media/input.css:153:1] 153 | @m\65 dia { 154 | ,-> .color { 155 | | color: red; 156 | `-> } 157 | } `---- x QualifiedRule ,-[$DIR/tests/fixture/at-rule/media/input.css:153:1] 153 | @m\65 dia { 154 | ,-> .color { 155 | | color: red; 156 | `-> } 157 | } `---- x SelectorList ,-[$DIR/tests/fixture/at-rule/media/input.css:153:1] 153 | @m\65 dia { 154 | .color { : ^^^^^^ 155 | color: red; `---- x ComplexSelector ,-[$DIR/tests/fixture/at-rule/media/input.css:153:1] 153 | @m\65 dia { 154 | .color { : ^^^^^^ 155 | color: red; `---- x CompoundSelector ,-[$DIR/tests/fixture/at-rule/media/input.css:153:1] 153 | @m\65 dia { 154 | .color { : ^^^^^^ 155 | color: red; `---- x SubclassSelector ,-[$DIR/tests/fixture/at-rule/media/input.css:153:1] 153 | @m\65 dia { 154 | .color { : ^^^^^^ 155 | color: red; `---- x ClassSelector ,-[$DIR/tests/fixture/at-rule/media/input.css:153:1] 153 | @m\65 dia { 154 | .color { : ^^^^^^ 155 | color: red; `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:153:1] 153 | @m\65 dia { 154 | .color { : ^^^^^ 155 | color: red; `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:153:1] 153 | @m\65 dia { 154 | ,-> .color { 155 | | color: red; 156 | `-> } 157 | } `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:153:1] 153 | @m\65 dia { 154 | .color { : ^ 155 | color: red; `---- x ComponentValue ,-[$DIR/tests/fixture/at-rule/media/input.css:154:1] 154 | .color { 155 | color: red; : ^^^^^^^^^^ 156 | } `---- x Declaration ,-[$DIR/tests/fixture/at-rule/media/input.css:154:1] 154 | .color { 155 | color: red; : ^^^^^^^^^^ 156 | } `---- x DeclarationName ,-[$DIR/tests/fixture/at-rule/media/input.css:154:1] 154 | .color { 155 | color: red; : ^^^^^ 156 | } `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:154:1] 154 | .color { 155 | color: red; : ^^^^^ 156 | } `---- x ComponentValue ,-[$DIR/tests/fixture/at-rule/media/input.css:154:1] 154 | .color { 155 | color: red; : ^^^ 156 | } `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:154:1] 154 | .color { 155 | color: red; : ^^^ 156 | } `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:158:1] 158 | 159 | @media SCREEN AND (UPDATE: SLOW) AND (WIDTH > 1500px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:158:1] 158 | 159 | @media SCREEN AND (UPDATE: SLOW) AND (WIDTH > 1500px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:158:1] 158 | 159 | @media SCREEN AND (UPDATE: SLOW) AND (WIDTH > 1500px) {} : ^^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:158:1] 158 | 159 | @media SCREEN AND (UPDATE: SLOW) AND (WIDTH > 1500px) {} : ^^^^^ `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:158:1] 158 | 159 | @media SCREEN AND (UPDATE: SLOW) AND (WIDTH > 1500px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:158:1] 158 | 159 | @media SCREEN AND (UPDATE: SLOW) AND (WIDTH > 1500px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x MediaType ,-[$DIR/tests/fixture/at-rule/media/input.css:158:1] 158 | 159 | @media SCREEN AND (UPDATE: SLOW) AND (WIDTH > 1500px) {} : ^^^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:158:1] 158 | 159 | @media SCREEN AND (UPDATE: SLOW) AND (WIDTH > 1500px) {} : ^^^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:158:1] 158 | 159 | @media SCREEN AND (UPDATE: SLOW) AND (WIDTH > 1500px) {} : ^^^ `---- x MediaConditionWithoutOr ,-[$DIR/tests/fixture/at-rule/media/input.css:158:1] 158 | 159 | @media SCREEN AND (UPDATE: SLOW) AND (WIDTH > 1500px) {} : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `---- x MediaConditionWithoutOrType ,-[$DIR/tests/fixture/at-rule/media/input.css:158:1] 158 | 159 | @media SCREEN AND (UPDATE: SLOW) AND (WIDTH > 1500px) {} : ^^^^^^^^^^^^^^ `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:158:1] 158 | 159 | @media SCREEN AND (UPDATE: SLOW) AND (WIDTH > 1500px) {} : ^^^^^^^^^^^^^^ `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:158:1] 158 | 159 | @media SCREEN AND (UPDATE: SLOW) AND (WIDTH > 1500px) {} : ^^^^^^^^^^^^^^ `---- x MediaFeaturePlain ,-[$DIR/tests/fixture/at-rule/media/input.css:158:1] 158 | 159 | @media SCREEN AND (UPDATE: SLOW) AND (WIDTH > 1500px) {} : ^^^^^^^^^^^^^^ `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:158:1] 158 | 159 | @media SCREEN AND (UPDATE: SLOW) AND (WIDTH > 1500px) {} : ^^^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:158:1] 158 | 159 | @media SCREEN AND (UPDATE: SLOW) AND (WIDTH > 1500px) {} : ^^^^^^ `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:158:1] 158 | 159 | @media SCREEN AND (UPDATE: SLOW) AND (WIDTH > 1500px) {} : ^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:158:1] 158 | 159 | @media SCREEN AND (UPDATE: SLOW) AND (WIDTH > 1500px) {} : ^^^^ `---- x MediaConditionWithoutOrType ,-[$DIR/tests/fixture/at-rule/media/input.css:158:1] 158 | 159 | @media SCREEN AND (UPDATE: SLOW) AND (WIDTH > 1500px) {} : ^^^^^^^^^^^^^^^^^^^^ `---- x MediaAnd ,-[$DIR/tests/fixture/at-rule/media/input.css:158:1] 158 | 159 | @media SCREEN AND (UPDATE: SLOW) AND (WIDTH > 1500px) {} : ^^^^^^^^^^^^^^^^^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:158:1] 158 | 159 | @media SCREEN AND (UPDATE: SLOW) AND (WIDTH > 1500px) {} : ^^^ `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:158:1] 158 | 159 | @media SCREEN AND (UPDATE: SLOW) AND (WIDTH > 1500px) {} : ^^^^^^^^^^^^^^^^ `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:158:1] 158 | 159 | @media SCREEN AND (UPDATE: SLOW) AND (WIDTH > 1500px) {} : ^^^^^^^^^^^^^^^^ `---- x MediaFeatureRange ,-[$DIR/tests/fixture/at-rule/media/input.css:158:1] 158 | 159 | @media SCREEN AND (UPDATE: SLOW) AND (WIDTH > 1500px) {} : ^^^^^^^^^^^^^^^^ `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:158:1] 158 | 159 | @media SCREEN AND (UPDATE: SLOW) AND (WIDTH > 1500px) {} : ^^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:158:1] 158 | 159 | @media SCREEN AND (UPDATE: SLOW) AND (WIDTH > 1500px) {} : ^^^^^ `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:158:1] 158 | 159 | @media SCREEN AND (UPDATE: SLOW) AND (WIDTH > 1500px) {} : ^^^^^^ `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:158:1] 158 | 159 | @media SCREEN AND (UPDATE: SLOW) AND (WIDTH > 1500px) {} : ^^^^^^ `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:158:1] 158 | 159 | @media SCREEN AND (UPDATE: SLOW) AND (WIDTH > 1500px) {} : ^^^^^^ `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:158:1] 158 | 159 | @media SCREEN AND (UPDATE: SLOW) AND (WIDTH > 1500px) {} : ^^^^ `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:158:1] 158 | 159 | @media SCREEN AND (UPDATE: SLOW) AND (WIDTH > 1500px) {} : ^^ `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:158:1] 158 | 159 | @media SCREEN AND (UPDATE: SLOW) AND (WIDTH > 1500px) {} : ^^ `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:158:1] 158 | 159 | @media SCREEN AND (UPDATE: SLOW) AND (WIDTH > 1500px) {} : ^ `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:160:1] 160 | 161 | ,-> @media (--modern) and (width > 1024px) { 162 | | .a { color: green; } 163 | `-> } 164 | @media (--) and (width > 1024px) { `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:160:1] 160 | 161 | ,-> @media (--modern) and (width > 1024px) { 162 | | .a { color: green; } 163 | `-> } 164 | @media (--) and (width > 1024px) { `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:160:1] 160 | 161 | @media (--modern) and (width > 1024px) { : ^^^^^ 162 | .a { color: green; } `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:160:1] 160 | 161 | @media (--modern) and (width > 1024px) { : ^^^^^ 162 | .a { color: green; } `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:160:1] 160 | 161 | @media (--modern) and (width > 1024px) { : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 162 | .a { color: green; } `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:160:1] 160 | 161 | @media (--modern) and (width > 1024px) { : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 162 | .a { color: green; } `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:160:1] 160 | 161 | @media (--modern) and (width > 1024px) { : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 162 | .a { color: green; } `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:160:1] 160 | 161 | @media (--modern) and (width > 1024px) { : ^^^^^^^^^^ 162 | .a { color: green; } `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:160:1] 160 | 161 | @media (--modern) and (width > 1024px) { : ^^^^^^^^^^ 162 | .a { color: green; } `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:160:1] 160 | 161 | @media (--modern) and (width > 1024px) { : ^^^^^^^^^^ 162 | .a { color: green; } `---- x MediaFeatureBoolean ,-[$DIR/tests/fixture/at-rule/media/input.css:160:1] 160 | 161 | @media (--modern) and (width > 1024px) { : ^^^^^^^^^^ 162 | .a { color: green; } `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:160:1] 160 | 161 | @media (--modern) and (width > 1024px) { : ^^^^^^^^ 162 | .a { color: green; } `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:160:1] 160 | 161 | @media (--modern) and (width > 1024px) { : ^^^^^^^^^^^^^^^^^^^^ 162 | .a { color: green; } `---- x MediaAnd ,-[$DIR/tests/fixture/at-rule/media/input.css:160:1] 160 | 161 | @media (--modern) and (width > 1024px) { : ^^^^^^^^^^^^^^^^^^^^ 162 | .a { color: green; } `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:160:1] 160 | 161 | @media (--modern) and (width > 1024px) { : ^^^ 162 | .a { color: green; } `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:160:1] 160 | 161 | @media (--modern) and (width > 1024px) { : ^^^^^^^^^^^^^^^^ 162 | .a { color: green; } `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:160:1] 160 | 161 | @media (--modern) and (width > 1024px) { : ^^^^^^^^^^^^^^^^ 162 | .a { color: green; } `---- x MediaFeatureRange ,-[$DIR/tests/fixture/at-rule/media/input.css:160:1] 160 | 161 | @media (--modern) and (width > 1024px) { : ^^^^^^^^^^^^^^^^ 162 | .a { color: green; } `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:160:1] 160 | 161 | @media (--modern) and (width > 1024px) { : ^^^^^ 162 | .a { color: green; } `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:160:1] 160 | 161 | @media (--modern) and (width > 1024px) { : ^^^^^ 162 | .a { color: green; } `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:160:1] 160 | 161 | @media (--modern) and (width > 1024px) { : ^^^^^^ 162 | .a { color: green; } `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:160:1] 160 | 161 | @media (--modern) and (width > 1024px) { : ^^^^^^ 162 | .a { color: green; } `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:160:1] 160 | 161 | @media (--modern) and (width > 1024px) { : ^^^^^^ 162 | .a { color: green; } `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:160:1] 160 | 161 | @media (--modern) and (width > 1024px) { : ^^^^ 162 | .a { color: green; } `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:160:1] 160 | 161 | @media (--modern) and (width > 1024px) { : ^^ 162 | .a { color: green; } `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:160:1] 160 | 161 | ,-> @media (--modern) and (width > 1024px) { 162 | | .a { color: green; } 163 | `-> } 164 | @media (--) and (width > 1024px) { `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:160:1] 160 | 161 | @media (--modern) and (width > 1024px) { : ^ 162 | .a { color: green; } `---- x ComponentValue ,-[$DIR/tests/fixture/at-rule/media/input.css:161:1] 161 | @media (--modern) and (width > 1024px) { 162 | .a { color: green; } : ^^^^^^^^^^^^^^^^^^^^ 163 | } `---- x QualifiedRule ,-[$DIR/tests/fixture/at-rule/media/input.css:161:1] 161 | @media (--modern) and (width > 1024px) { 162 | .a { color: green; } : ^^^^^^^^^^^^^^^^^^^^ 163 | } `---- x SelectorList ,-[$DIR/tests/fixture/at-rule/media/input.css:161:1] 161 | @media (--modern) and (width > 1024px) { 162 | .a { color: green; } : ^^ 163 | } `---- x ComplexSelector ,-[$DIR/tests/fixture/at-rule/media/input.css:161:1] 161 | @media (--modern) and (width > 1024px) { 162 | .a { color: green; } : ^^ 163 | } `---- x CompoundSelector ,-[$DIR/tests/fixture/at-rule/media/input.css:161:1] 161 | @media (--modern) and (width > 1024px) { 162 | .a { color: green; } : ^^ 163 | } `---- x SubclassSelector ,-[$DIR/tests/fixture/at-rule/media/input.css:161:1] 161 | @media (--modern) and (width > 1024px) { 162 | .a { color: green; } : ^^ 163 | } `---- x ClassSelector ,-[$DIR/tests/fixture/at-rule/media/input.css:161:1] 161 | @media (--modern) and (width > 1024px) { 162 | .a { color: green; } : ^^ 163 | } `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:161:1] 161 | @media (--modern) and (width > 1024px) { 162 | .a { color: green; } : ^ 163 | } `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:161:1] 161 | @media (--modern) and (width > 1024px) { 162 | .a { color: green; } : ^^^^^^^^^^^^^^^^^ 163 | } `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:161:1] 161 | @media (--modern) and (width > 1024px) { 162 | .a { color: green; } : ^ 163 | } `---- x ComponentValue ,-[$DIR/tests/fixture/at-rule/media/input.css:161:1] 161 | @media (--modern) and (width > 1024px) { 162 | .a { color: green; } : ^^^^^^^^^^^^ 163 | } `---- x Declaration ,-[$DIR/tests/fixture/at-rule/media/input.css:161:1] 161 | @media (--modern) and (width > 1024px) { 162 | .a { color: green; } : ^^^^^^^^^^^^ 163 | } `---- x DeclarationName ,-[$DIR/tests/fixture/at-rule/media/input.css:161:1] 161 | @media (--modern) and (width > 1024px) { 162 | .a { color: green; } : ^^^^^ 163 | } `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:161:1] 161 | @media (--modern) and (width > 1024px) { 162 | .a { color: green; } : ^^^^^ 163 | } `---- x ComponentValue ,-[$DIR/tests/fixture/at-rule/media/input.css:161:1] 161 | @media (--modern) and (width > 1024px) { 162 | .a { color: green; } : ^^^^^ 163 | } `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:161:1] 161 | @media (--modern) and (width > 1024px) { 162 | .a { color: green; } : ^^^^^ 163 | } `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:163:1] 163 | } 164 | ,-> @media (--) and (width > 1024px) { 165 | | .a { color: green; } 166 | `-> } `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:163:1] 163 | } 164 | ,-> @media (--) and (width > 1024px) { 165 | | .a { color: green; } 166 | `-> } `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:163:1] 163 | } 164 | @media (--) and (width > 1024px) { : ^^^^^ 165 | .a { color: green; } `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:163:1] 163 | } 164 | @media (--) and (width > 1024px) { : ^^^^^ 165 | .a { color: green; } `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:163:1] 163 | } 164 | @media (--) and (width > 1024px) { : ^^^^^^^^^^^^^^^^^^^^^^^^^ 165 | .a { color: green; } `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:163:1] 163 | } 164 | @media (--) and (width > 1024px) { : ^^^^^^^^^^^^^^^^^^^^^^^^^ 165 | .a { color: green; } `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:163:1] 163 | } 164 | @media (--) and (width > 1024px) { : ^^^^^^^^^^^^^^^^^^^^^^^^^ 165 | .a { color: green; } `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:163:1] 163 | } 164 | @media (--) and (width > 1024px) { : ^^^^ 165 | .a { color: green; } `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:163:1] 163 | } 164 | @media (--) and (width > 1024px) { : ^^^^ 165 | .a { color: green; } `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:163:1] 163 | } 164 | @media (--) and (width > 1024px) { : ^^^^ 165 | .a { color: green; } `---- x MediaFeatureBoolean ,-[$DIR/tests/fixture/at-rule/media/input.css:163:1] 163 | } 164 | @media (--) and (width > 1024px) { : ^^^^ 165 | .a { color: green; } `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:163:1] 163 | } 164 | @media (--) and (width > 1024px) { : ^^ 165 | .a { color: green; } `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:163:1] 163 | } 164 | @media (--) and (width > 1024px) { : ^^^^^^^^^^^^^^^^^^^^ 165 | .a { color: green; } `---- x MediaAnd ,-[$DIR/tests/fixture/at-rule/media/input.css:163:1] 163 | } 164 | @media (--) and (width > 1024px) { : ^^^^^^^^^^^^^^^^^^^^ 165 | .a { color: green; } `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:163:1] 163 | } 164 | @media (--) and (width > 1024px) { : ^^^ 165 | .a { color: green; } `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:163:1] 163 | } 164 | @media (--) and (width > 1024px) { : ^^^^^^^^^^^^^^^^ 165 | .a { color: green; } `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:163:1] 163 | } 164 | @media (--) and (width > 1024px) { : ^^^^^^^^^^^^^^^^ 165 | .a { color: green; } `---- x MediaFeatureRange ,-[$DIR/tests/fixture/at-rule/media/input.css:163:1] 163 | } 164 | @media (--) and (width > 1024px) { : ^^^^^^^^^^^^^^^^ 165 | .a { color: green; } `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:163:1] 163 | } 164 | @media (--) and (width > 1024px) { : ^^^^^ 165 | .a { color: green; } `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:163:1] 163 | } 164 | @media (--) and (width > 1024px) { : ^^^^^ 165 | .a { color: green; } `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:163:1] 163 | } 164 | @media (--) and (width > 1024px) { : ^^^^^^ 165 | .a { color: green; } `---- x Dimension ,-[$DIR/tests/fixture/at-rule/media/input.css:163:1] 163 | } 164 | @media (--) and (width > 1024px) { : ^^^^^^ 165 | .a { color: green; } `---- x Length ,-[$DIR/tests/fixture/at-rule/media/input.css:163:1] 163 | } 164 | @media (--) and (width > 1024px) { : ^^^^^^ 165 | .a { color: green; } `---- x Number ,-[$DIR/tests/fixture/at-rule/media/input.css:163:1] 163 | } 164 | @media (--) and (width > 1024px) { : ^^^^ 165 | .a { color: green; } `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:163:1] 163 | } 164 | @media (--) and (width > 1024px) { : ^^ 165 | .a { color: green; } `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:163:1] 163 | } 164 | ,-> @media (--) and (width > 1024px) { 165 | | .a { color: green; } 166 | `-> } `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:163:1] 163 | } 164 | @media (--) and (width > 1024px) { : ^ 165 | .a { color: green; } `---- x ComponentValue ,-[$DIR/tests/fixture/at-rule/media/input.css:164:1] 164 | @media (--) and (width > 1024px) { 165 | .a { color: green; } : ^^^^^^^^^^^^^^^^^^^^ 166 | } `---- x QualifiedRule ,-[$DIR/tests/fixture/at-rule/media/input.css:164:1] 164 | @media (--) and (width > 1024px) { 165 | .a { color: green; } : ^^^^^^^^^^^^^^^^^^^^ 166 | } `---- x SelectorList ,-[$DIR/tests/fixture/at-rule/media/input.css:164:1] 164 | @media (--) and (width > 1024px) { 165 | .a { color: green; } : ^^ 166 | } `---- x ComplexSelector ,-[$DIR/tests/fixture/at-rule/media/input.css:164:1] 164 | @media (--) and (width > 1024px) { 165 | .a { color: green; } : ^^ 166 | } `---- x CompoundSelector ,-[$DIR/tests/fixture/at-rule/media/input.css:164:1] 164 | @media (--) and (width > 1024px) { 165 | .a { color: green; } : ^^ 166 | } `---- x SubclassSelector ,-[$DIR/tests/fixture/at-rule/media/input.css:164:1] 164 | @media (--) and (width > 1024px) { 165 | .a { color: green; } : ^^ 166 | } `---- x ClassSelector ,-[$DIR/tests/fixture/at-rule/media/input.css:164:1] 164 | @media (--) and (width > 1024px) { 165 | .a { color: green; } : ^^ 166 | } `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:164:1] 164 | @media (--) and (width > 1024px) { 165 | .a { color: green; } : ^ 166 | } `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:164:1] 164 | @media (--) and (width > 1024px) { 165 | .a { color: green; } : ^^^^^^^^^^^^^^^^^ 166 | } `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:164:1] 164 | @media (--) and (width > 1024px) { 165 | .a { color: green; } : ^ 166 | } `---- x ComponentValue ,-[$DIR/tests/fixture/at-rule/media/input.css:164:1] 164 | @media (--) and (width > 1024px) { 165 | .a { color: green; } : ^^^^^^^^^^^^ 166 | } `---- x Declaration ,-[$DIR/tests/fixture/at-rule/media/input.css:164:1] 164 | @media (--) and (width > 1024px) { 165 | .a { color: green; } : ^^^^^^^^^^^^ 166 | } `---- x DeclarationName ,-[$DIR/tests/fixture/at-rule/media/input.css:164:1] 164 | @media (--) and (width > 1024px) { 165 | .a { color: green; } : ^^^^^ 166 | } `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:164:1] 164 | @media (--) and (width > 1024px) { 165 | .a { color: green; } : ^^^^^ 166 | } `---- x ComponentValue ,-[$DIR/tests/fixture/at-rule/media/input.css:164:1] 164 | @media (--) and (width > 1024px) { 165 | .a { color: green; } : ^^^^^ 166 | } `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:164:1] 164 | @media (--) and (width > 1024px) { 165 | .a { color: green; } : ^^^^^ 166 | } `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:167:1] 167 | 168 | @MEDIA ALL {} : ^^^^^^^^^^^^^ 169 | @MEDIA (PREFERS-reduced-motion: no-preference) { `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:167:1] 167 | 168 | @MEDIA ALL {} : ^^^^^^^^^^^^^ 169 | @MEDIA (PREFERS-reduced-motion: no-preference) { `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:167:1] 167 | 168 | @MEDIA ALL {} : ^^^^^ 169 | @MEDIA (PREFERS-reduced-motion: no-preference) { `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:167:1] 167 | 168 | @MEDIA ALL {} : ^^^^^ 169 | @MEDIA (PREFERS-reduced-motion: no-preference) { `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:167:1] 167 | 168 | @MEDIA ALL {} : ^^^ 169 | @MEDIA (PREFERS-reduced-motion: no-preference) { `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:167:1] 167 | 168 | @MEDIA ALL {} : ^^^ 169 | @MEDIA (PREFERS-reduced-motion: no-preference) { `---- x MediaType ,-[$DIR/tests/fixture/at-rule/media/input.css:167:1] 167 | 168 | @MEDIA ALL {} : ^^^ 169 | @MEDIA (PREFERS-reduced-motion: no-preference) { `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:167:1] 167 | 168 | @MEDIA ALL {} : ^^^ 169 | @MEDIA (PREFERS-reduced-motion: no-preference) { `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:167:1] 167 | 168 | @MEDIA ALL {} : ^^ 169 | @MEDIA (PREFERS-reduced-motion: no-preference) { `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:167:1] 167 | 168 | @MEDIA ALL {} : ^ 169 | @MEDIA (PREFERS-reduced-motion: no-preference) { `---- x Rule ,-[$DIR/tests/fixture/at-rule/media/input.css:168:1] 168 | @MEDIA ALL {} 169 | ,-> @MEDIA (PREFERS-reduced-motion: no-preference) { 170 | | :ROOT { 171 | | scroll-behavior: smooth; 172 | | } 173 | `-> } `---- x AtRule ,-[$DIR/tests/fixture/at-rule/media/input.css:168:1] 168 | @MEDIA ALL {} 169 | ,-> @MEDIA (PREFERS-reduced-motion: no-preference) { 170 | | :ROOT { 171 | | scroll-behavior: smooth; 172 | | } 173 | `-> } `---- x AtRuleName ,-[$DIR/tests/fixture/at-rule/media/input.css:168:1] 168 | @MEDIA ALL {} 169 | @MEDIA (PREFERS-reduced-motion: no-preference) { : ^^^^^ 170 | :ROOT { `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:168:1] 168 | @MEDIA ALL {} 169 | @MEDIA (PREFERS-reduced-motion: no-preference) { : ^^^^^ 170 | :ROOT { `---- x MediaQueryList ,-[$DIR/tests/fixture/at-rule/media/input.css:168:1] 168 | @MEDIA ALL {} 169 | @MEDIA (PREFERS-reduced-motion: no-preference) { : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 170 | :ROOT { `---- x MediaQuery ,-[$DIR/tests/fixture/at-rule/media/input.css:168:1] 168 | @MEDIA ALL {} 169 | @MEDIA (PREFERS-reduced-motion: no-preference) { : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 170 | :ROOT { `---- x MediaCondition ,-[$DIR/tests/fixture/at-rule/media/input.css:168:1] 168 | @MEDIA ALL {} 169 | @MEDIA (PREFERS-reduced-motion: no-preference) { : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 170 | :ROOT { `---- x MediaConditionAllType ,-[$DIR/tests/fixture/at-rule/media/input.css:168:1] 168 | @MEDIA ALL {} 169 | @MEDIA (PREFERS-reduced-motion: no-preference) { : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 170 | :ROOT { `---- x MediaInParens ,-[$DIR/tests/fixture/at-rule/media/input.css:168:1] 168 | @MEDIA ALL {} 169 | @MEDIA (PREFERS-reduced-motion: no-preference) { : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 170 | :ROOT { `---- x MediaFeature ,-[$DIR/tests/fixture/at-rule/media/input.css:168:1] 168 | @MEDIA ALL {} 169 | @MEDIA (PREFERS-reduced-motion: no-preference) { : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 170 | :ROOT { `---- x MediaFeaturePlain ,-[$DIR/tests/fixture/at-rule/media/input.css:168:1] 168 | @MEDIA ALL {} 169 | @MEDIA (PREFERS-reduced-motion: no-preference) { : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 170 | :ROOT { `---- x MediaFeatureName ,-[$DIR/tests/fixture/at-rule/media/input.css:168:1] 168 | @MEDIA ALL {} 169 | @MEDIA (PREFERS-reduced-motion: no-preference) { : ^^^^^^^^^^^^^^^^^^^^^^ 170 | :ROOT { `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:168:1] 168 | @MEDIA ALL {} 169 | @MEDIA (PREFERS-reduced-motion: no-preference) { : ^^^^^^^^^^^^^^^^^^^^^^ 170 | :ROOT { `---- x MediaFeatureValue ,-[$DIR/tests/fixture/at-rule/media/input.css:168:1] 168 | @MEDIA ALL {} 169 | @MEDIA (PREFERS-reduced-motion: no-preference) { : ^^^^^^^^^^^^^ 170 | :ROOT { `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:168:1] 168 | @MEDIA ALL {} 169 | @MEDIA (PREFERS-reduced-motion: no-preference) { : ^^^^^^^^^^^^^ 170 | :ROOT { `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:168:1] 168 | @MEDIA ALL {} 169 | ,-> @MEDIA (PREFERS-reduced-motion: no-preference) { 170 | | :ROOT { 171 | | scroll-behavior: smooth; 172 | | } 173 | `-> } `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:168:1] 168 | @MEDIA ALL {} 169 | @MEDIA (PREFERS-reduced-motion: no-preference) { : ^ 170 | :ROOT { `---- x ComponentValue ,-[$DIR/tests/fixture/at-rule/media/input.css:169:1] 169 | @MEDIA (PREFERS-reduced-motion: no-preference) { 170 | ,-> :ROOT { 171 | | scroll-behavior: smooth; 172 | `-> } 173 | } `---- x QualifiedRule ,-[$DIR/tests/fixture/at-rule/media/input.css:169:1] 169 | @MEDIA (PREFERS-reduced-motion: no-preference) { 170 | ,-> :ROOT { 171 | | scroll-behavior: smooth; 172 | `-> } 173 | } `---- x SelectorList ,-[$DIR/tests/fixture/at-rule/media/input.css:169:1] 169 | @MEDIA (PREFERS-reduced-motion: no-preference) { 170 | :ROOT { : ^^^^^ 171 | scroll-behavior: smooth; `---- x ComplexSelector ,-[$DIR/tests/fixture/at-rule/media/input.css:169:1] 169 | @MEDIA (PREFERS-reduced-motion: no-preference) { 170 | :ROOT { : ^^^^^ 171 | scroll-behavior: smooth; `---- x CompoundSelector ,-[$DIR/tests/fixture/at-rule/media/input.css:169:1] 169 | @MEDIA (PREFERS-reduced-motion: no-preference) { 170 | :ROOT { : ^^^^^ 171 | scroll-behavior: smooth; `---- x SubclassSelector ,-[$DIR/tests/fixture/at-rule/media/input.css:169:1] 169 | @MEDIA (PREFERS-reduced-motion: no-preference) { 170 | :ROOT { : ^^^^^ 171 | scroll-behavior: smooth; `---- x PseudoClassSelector ,-[$DIR/tests/fixture/at-rule/media/input.css:169:1] 169 | @MEDIA (PREFERS-reduced-motion: no-preference) { 170 | :ROOT { : ^^^^^ 171 | scroll-behavior: smooth; `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:169:1] 169 | @MEDIA (PREFERS-reduced-motion: no-preference) { 170 | :ROOT { : ^^^^ 171 | scroll-behavior: smooth; `---- x SimpleBlock ,-[$DIR/tests/fixture/at-rule/media/input.css:169:1] 169 | @MEDIA (PREFERS-reduced-motion: no-preference) { 170 | ,-> :ROOT { 171 | | scroll-behavior: smooth; 172 | `-> } 173 | } `---- x LBrace ,-[$DIR/tests/fixture/at-rule/media/input.css:169:1] 169 | @MEDIA (PREFERS-reduced-motion: no-preference) { 170 | :ROOT { : ^ 171 | scroll-behavior: smooth; `---- x ComponentValue ,-[$DIR/tests/fixture/at-rule/media/input.css:170:1] 170 | :ROOT { 171 | scroll-behavior: smooth; : ^^^^^^^^^^^^^^^^^^^^^^^ 172 | } `---- x Declaration ,-[$DIR/tests/fixture/at-rule/media/input.css:170:1] 170 | :ROOT { 171 | scroll-behavior: smooth; : ^^^^^^^^^^^^^^^^^^^^^^^ 172 | } `---- x DeclarationName ,-[$DIR/tests/fixture/at-rule/media/input.css:170:1] 170 | :ROOT { 171 | scroll-behavior: smooth; : ^^^^^^^^^^^^^^^ 172 | } `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:170:1] 170 | :ROOT { 171 | scroll-behavior: smooth; : ^^^^^^^^^^^^^^^ 172 | } `---- x ComponentValue ,-[$DIR/tests/fixture/at-rule/media/input.css:170:1] 170 | :ROOT { 171 | scroll-behavior: smooth; : ^^^^^^ 172 | } `---- x Ident ,-[$DIR/tests/fixture/at-rule/media/input.css:170:1] 170 | :ROOT { 171 | scroll-behavior: smooth; : ^^^^^^ 172 | } `----