mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
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.
78 lines
1.7 KiB
INI
Vendored
78 lines
1.7 KiB
INI
Vendored
[parsing.window.html]
|
|
[Content-Length%3A%2042%2C42]
|
|
expected: FAIL
|
|
|
|
[Content-Length%3A%2042%0D%0AContent-Length%3A%2042%2C42]
|
|
expected: FAIL
|
|
|
|
[Content-Length%3A%2030%2C30]
|
|
expected: FAIL
|
|
|
|
[Content-Length%3A%2030%0D%0AContent-Length%3A%2030%2C30]
|
|
expected: FAIL
|
|
|
|
[Content-Length%3A%20aaaah%0D%0AContent-Length%3A%20aaaah]
|
|
expected: FAIL
|
|
|
|
[Content-Length%3A%20aaaah%2C%20aaaah]
|
|
expected: FAIL
|
|
|
|
[Content-Length%3A%20aaaah]
|
|
expected: FAIL
|
|
|
|
[Content-Length%3A%2042s]
|
|
expected: FAIL
|
|
|
|
[Content-Length%3A%2030s]
|
|
expected: FAIL
|
|
|
|
[Content-Length%3A%20-1]
|
|
expected: FAIL
|
|
|
|
[Content-Length%3A%200x20]
|
|
expected: FAIL
|
|
|
|
[Content-Length%3A%20030%0D%0AContent-Length%3A%2030]
|
|
expected: FAIL
|
|
|
|
[Content-Length%3A%20%2230%22]
|
|
expected: FAIL
|
|
|
|
[Content-Length%3A%20]
|
|
expected: FAIL
|
|
|
|
[Input: "Content-Length: 030, 30". Expected: network error.]
|
|
expected: FAIL
|
|
|
|
[Input: "Content-Length: 030,30". Expected: network error.]
|
|
expected: FAIL
|
|
|
|
[Input: "Content-Length: aaaah\\r\\nContent-Length: aaaah". Expected: 42.]
|
|
expected: FAIL
|
|
|
|
[Input: "Content-Length: aaaah, aaaah". Expected: 42.]
|
|
expected: FAIL
|
|
|
|
[Input: "Content-Length: aaaah". Expected: 42.]
|
|
expected: FAIL
|
|
|
|
[Input: "Content-Length: 42s". Expected: 42.]
|
|
expected: FAIL
|
|
|
|
[Input: "Content-Length: 30s". Expected: 42.]
|
|
expected: FAIL
|
|
|
|
[Input: "Content-Length: -1". Expected: 42.]
|
|
expected: FAIL
|
|
|
|
[Input: "Content-Length: 0x20". Expected: 42.]
|
|
expected: FAIL
|
|
|
|
[Input: "Content-Length: 030\\r\\nContent-Length: 30". Expected: network error.]
|
|
expected: FAIL
|
|
|
|
[Input: "Content-Length: \\"30\\"". Expected: 42.]
|
|
expected: FAIL
|
|
|
|
[Input: "Content-Length: ". Expected: 42.]
|
|
expected: FAIL
|