mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Do not unwrap in element{,s}FromPoint
This commit is contained in:
parent
acd4e215ab
commit
df23f909cd
3 changed files with 15 additions and 4 deletions
|
@ -1,4 +1,7 @@
|
|||
[elementsFromPoint.html]
|
||||
type: testharness
|
||||
expected: CRASH
|
||||
[SVG element at x,y]
|
||||
expected: FAIL
|
||||
[transformed element at x,y]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue