Run same tests for layout-2020 and layout-2013 (#30092)

Most tests were only being run for layout-2013, not for layout-2020.
This wasn't great since layout-2020 is now the default.

So this patch unifies the lists of included tests for both layouts.
For layout-2013 this implies adding css/css-content/, css/css-logical/
and css/css-masking/clip/.
For layout-2020 this implies adding several additional css tests, and
also tests like dom/, js/, html/, etc.
This commit is contained in:
Oriol Brufau 2023-08-15 02:28:32 +02:00 committed by GitHub
parent 78c7011240
commit 963104e5fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4797 changed files with 679983 additions and 5390 deletions

View file

@ -0,0 +1,66 @@
[area-coords.html]
[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
[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
[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
[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,21 @@
[area-processing.html]
[negative: "-10,-10,10,10" (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
[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,39 @@
[area-shape.html]
[missing value default: "2,2,10,10" (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: "2,2,10,10" (rect)]
expected: FAIL
[simple: "2,2,10,10" (rectangle)]
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
[simple: "100,100,120,100,100,120" (poly)]
expected: FAIL
[simple: "100,100,120,100,100,120" (polygon)]
expected: FAIL

View file

@ -0,0 +1,24 @@
[area-stringifier.html]
[HTMLAreaElement stringifier 1]
expected: FAIL
[HTMLAreaElement stringifier 2]
expected: FAIL
[HTMLAreaElement stringifier 4]
expected: FAIL
[HTMLAreaElement stringifier 5]
expected: FAIL
[HTMLAreaElement stringifier 6]
expected: FAIL
[HTMLAreaElement stringifier 7]
expected: FAIL
[HTMLAreaElement stringifier 9]
expected: FAIL
[HTMLAreaElement stringifier 10]
expected: FAIL