Implement Document#elementFromPoint

This commit is contained in:
Rizky Luthfianto
2016-03-01 02:23:07 +07:00
parent 3701edbf2b
commit 76678bbdae
9 changed files with 60 additions and 88 deletions

View File

@@ -1,17 +1,8 @@
[area-processing.html]
type: testharness
[too few numbers: "2,2,10" (rect)]
expected: FAIL
[negative: "-10,-10,10,10" (rect)]
expected: FAIL
[empty string: "" (rect)]
expected: FAIL
[omitted coords: null (rect)]
expected: FAIL
[first > third: "10,2,2,10" (rect)]
expected: FAIL
@@ -24,18 +15,6 @@
[negative: "-10,-10,-10,-10" (default)]
expected: FAIL
[too few numbers: "20,40" (circle)]
expected: FAIL
[negative radius: "20,40,-10" (circle)]
expected: FAIL
[zero radius: "20,40,0" (circle)]
expected: FAIL
[too few numbers: "100,100,120,100,100" (poly)]
expected: FAIL
[one too many numbers: "100,100,120,100,100,120,300" (poly)]
expected: FAIL