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,98 @@
[area-coords.html]
type: testharness
[COMMA: "2,2,10,10" (rect)]
expected: FAIL
[SEMICOLON: "2;2;10;10" (rect)]
expected: FAIL
[SPACE: "2 2 10 10" (rect)]
expected: FAIL
[TAB: "2\\t2\\t10\\t10" (rect)]
expected: FAIL
[FORM FEED: "2\\f2\\f10\\f10" (rect)]
expected: FAIL
[LINE FEED: "2\\n2\\n10\\n10" (rect)]
expected: FAIL
[CARRIGAGE RETURN: "2\\r2\\r10\\r10" (rect)]
expected: FAIL
[LINE TABULATION: "2\\v2\\v10\\v10" (rect)]
expected: FAIL
[LINE NEXT: "2…2…10…10" (rect)]
expected: FAIL
[EN QUAD: "2 2 10 10" (rect)]
expected: FAIL
[abc between numbers: "2a2b20c20,2,10,10" (rect)]
expected: FAIL
[COLON between numbers: "2:2:20:20,2,10,10" (rect)]
expected: FAIL
[U+0000 between numbers: "2\\02\\020\\020,2,10,10" (rect)]
expected: FAIL
[leading COMMA: ",2,2,10,10" (rect)]
expected: FAIL
[leading SPACE: " 2,2,10,10" (rect)]
expected: FAIL
[leading SEMICOLON: ";2,2,10,10" (rect)]
expected: FAIL
[trailing COMMA: "2,2,10," (rect)]
expected: FAIL
[trailing SPACE: "2,2,10 " (rect)]
expected: FAIL
[trailing SEMICOLON: "2,2,10;" (rect)]
expected: FAIL
[PERCENT: "2%,2%,10%,10%" (rect)]
expected: FAIL
[CSS units: "2in,2in,10cm,10cm" (rect)]
expected: FAIL
[float: "1.4,1.4,10,10" (rect)]
expected: FAIL
[number starting with PERIOD: ".4,.4,10,10" (rect)]
expected: FAIL
[sci-not: "2,2,1e1,1e1" (rect)]
expected: FAIL
[leading/trailing garbage: "='2,2,10,10' " (rect)]
expected: FAIL
[non-ascii garbage: "“2,2,10,10\\"" (rect)]
expected: FAIL
[URL garbage with number: "2,2,10ls/spain/holidays/regions/10/Canary+Islands/Canary+Islands.html" (rect)]
expected: FAIL
[consecutive COMMAs: "2,,10,10" (rect)]
expected: FAIL
[consecutive SPACEs: "2 10,10" (rect)]
expected: FAIL
[consecutive SEMICOLONs: "2;;10,10" (rect)]
expected: FAIL
[several consecutive separators: ",,2;,;2,;,10 \\t\\r\\n10;;" (rect)]
expected: FAIL
[one too many numbers, trailing COMMA: "100,100,120,100,100,120,300," (poly)]
expected: FAIL

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

View File

@@ -0,0 +1,47 @@
[area-shape.html]
type: testharness
[missing value default: "2,2,10,10" (null)]
expected: FAIL
[missing value default: "20,40,10" (null)]
expected: FAIL
[missing value default: null (null)]
expected: FAIL
[invalid value default: "2,2,10,10" (foobar invalid)]
expected: FAIL
[invalid value default: "2,2,10,10" ()]
expected: FAIL
[empty string: "" (default)]
expected: FAIL
[omitted coords: null (DEFAULT)]
expected: FAIL
[simple: "20,40,10" (circle)]
expected: FAIL
[simple: "20,40,10" (circ)]
expected: FAIL
[simple: "20,40,10" (CIRCLE)]
expected: FAIL
[simple: "20,40,10" (CIRC)]
expected: FAIL
[LATIN CAPITAL LETTER I WITH DOT ABOVE: "20,40,10" (CİRCLE)]
expected: FAIL
[LATIN SMALL LETTER DOTLESS I: "20,40,10" (cırcle)]
expected: FAIL
[simple: "100,100,120,100,100,120" (poly)]
expected: FAIL
[simple: "100,100,120,100,100,120" (polygon)]
expected: FAIL