mirror of
https://github.com/servo/servo.git
synced 2025-08-08 15:05:35 +01:00
Implement Document#elementsFromPoint
This commit is contained in:
parent
88d29e537c
commit
07584b9f29
7 changed files with 88 additions and 0 deletions
|
@ -55,3 +55,5 @@ skip: true
|
|||
skip: false
|
||||
[WebIDL]
|
||||
skip: false
|
||||
[cssom-view]
|
||||
skip: false
|
||||
|
|
17
tests/wpt/metadata/cssom-view/elementsFromPoint.html.ini
Normal file
17
tests/wpt/metadata/cssom-view/elementsFromPoint.html.ini
Normal file
|
@ -0,0 +1,17 @@
|
|||
[elementsFromPoint.html]
|
||||
type: testharness
|
||||
[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
|
||||
|
||||
[No viewport available]
|
||||
expected: FAIL
|
||||
|
5
tests/wpt/metadata/cssom-view/scrollingElement.html.ini
Normal file
5
tests/wpt/metadata/cssom-view/scrollingElement.html.ini
Normal file
|
@ -0,0 +1,5 @@
|
|||
[scrollingElement.html]
|
||||
type: testharness
|
||||
[Tests for scrollingElement]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue