mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
implement support for the width media query
failing test for correct to_css of "width" separate test for mq and to_css implement css serialization for Eq remove PASS test expectation remove FIXME simplify serialization
This commit is contained in:
parent
a093b56c84
commit
84e9277771
3 changed files with 33 additions and 10 deletions
|
@ -6,9 +6,5 @@
|
|||
[MediaQueryList.matches for "(min-aspect-ratio: 1/1)"]
|
||||
expected: FAIL
|
||||
|
||||
[MediaQueryList.matches for "(width: 200px)"]
|
||||
expected: FAIL
|
||||
|
||||
[Resize iframe from 200x100 to 200x50, then to 100x50]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue