Update test expectations

This commit is contained in:
Keith Yeung 2018-04-30 02:54:44 -07:00
parent 249e8a575f
commit acd4e215ab
34 changed files with 89 additions and 217 deletions

View file

@ -1,7 +1,4 @@
[elementFromPoint.html]
[co-ordinates larger than the viewport from in iframe]
expected: FAIL
[SVG element at x,y]
expected: FAIL

View file

@ -1,13 +1,4 @@
[elementsFromPoint.html]
[co-ordinates larger than the viewport from in iframe]
expected: FAIL
[SVG element at x,y]
expected: FAIL
[transformed element at x,y]
expected: FAIL
[no hit target at x,y]
expected: FAIL
type: testharness
expected: CRASH

View file

@ -1,5 +1,15 @@
[matchMedia.xht]
type: testharness
[CSS Test: CSSOM View matchMedia and MediaQueryList]
[window.matchMedia exists]
expected: FAIL
[MediaQueryList.matches for "(max-width: 199px), all and (min-width: 200px)"]
expected: FAIL
[MediaQueryList.matches for "(min-aspect-ratio: 1/1)"]
expected: FAIL
[MediaQueryList.matches for "(width: 200px)"]
expected: FAIL
[MediaQueryList.matches for "(min-width: 150px)"]
expected: FAIL
[Resize iframe from 200x100 to 200x50, then to 100x50]
expected: FAIL