Do not unwrap in element{,s}FromPoint

This commit is contained in:
Keith Yeung 2018-05-07 23:25:09 -07:00
parent acd4e215ab
commit df23f909cd
3 changed files with 15 additions and 4 deletions

View file

@ -1,4 +1,7 @@
[elementsFromPoint.html]
type: testharness
expected: CRASH
[SVG element at x,y]
expected: FAIL
[transformed element at x,y]
expected: FAIL

View file

@ -1,5 +1,6 @@
[matchMedia.xht]
type: testharness
expected: TIMEOUT
[window.matchMedia exists]
expected: FAIL
[MediaQueryList.matches for "(max-width: 199px), all and (min-width: 200px)"]
@ -11,5 +12,9 @@
[MediaQueryList.matches for "(min-width: 150px)"]
expected: FAIL
[Resize iframe from 200x100 to 200x50, then to 100x50]
expected: FAIL
expected: NOTRUN
[Listeners are called in the order which they have been added]
expected: NOTRUN
[Listener added twice is only called once.]
expected: NOTRUN