Implement Document#elementsFromPoint

This commit is contained in:
Rizky Luthfianto 2016-04-03 21:44:01 +07:00
parent 88d29e537c
commit 07584b9f29
7 changed files with 88 additions and 0 deletions

View file

@ -55,3 +55,5 @@ skip: true
skip: false
[WebIDL]
skip: false
[cssom-view]
skip: false

View 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

View file

@ -0,0 +1,5 @@
[scrollingElement.html]
type: testharness
[Tests for scrollingElement]
expected: FAIL