Update web-platform-tests to revision 7f2f85a88f434798e9d643427b34b05fab8278c6

This commit is contained in:
Ms2ger
2016-02-01 09:19:46 +01:00
parent 6b1a08c051
commit 73bc5cf1b8
180 changed files with 5807 additions and 169 deletions

View File

@@ -0,0 +1,44 @@
[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
[second > fourth: "2,10,10,2" (rect)]
expected: FAIL
[first > third, second > fourth: "10,10,2,2" (rect)]
expected: FAIL
[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
[even-odd rule: "100,100,200,100,100,200,150,50,200,200" (poly)]
expected: FAIL