Update test expectations

This commit is contained in:
Oriol Brufau 2023-11-19 00:48:24 +01:00 committed by Martin Robinson
parent d74a16d2ed
commit 2b0a64b087
44 changed files with 90 additions and 6908 deletions

View file

@ -10,24 +10,3 @@
[Test parsing ' color ), ( color' with matchMedia]
expected: FAIL
[Test parsing '(min-resolution: calc(1x))' with matchMedia]
expected: FAIL
[Test parsing '(resolution: calc(2x))' with matchMedia]
expected: FAIL
[Test parsing '(max-resolution: calc(7x))' with matchMedia]
expected: FAIL
[Test parsing '(resolution: calc(1x + 2x))' with matchMedia]
expected: FAIL
[Test parsing '(resolution: calc(5x - 2x))' with matchMedia]
expected: FAIL
[Test parsing '(resolution: calc(1x * 3))' with matchMedia]
expected: FAIL
[Test parsing '(resolution: calc(6x / 2))' with matchMedia]
expected: FAIL

View file

@ -1,2 +0,0 @@
[mq-calc-resolution.html]
expected: FAIL