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:
Gregory 2016-11-13 17:35:18 +08:00
parent a093b56c84
commit 84e9277771
3 changed files with 33 additions and 10 deletions

View file

@ -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