mirror of
https://github.com/servo/servo.git
synced 2025-09-17 02:18:23 +01:00
Automated downstream sync of changes from upstream as of 24-08-2025 [no-wpt-sync] Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
30 lines
708 B
INI
Vendored
30 lines
708 B
INI
Vendored
[parse-heading.html]
|
|
[":heading" should be a valid selector]
|
|
expected: FAIL
|
|
|
|
[":heading(2)" should be a valid selector]
|
|
expected: FAIL
|
|
|
|
[":heading(99999)" should be a valid selector]
|
|
expected: FAIL
|
|
|
|
[":heading(0)" should be a valid selector]
|
|
expected: FAIL
|
|
|
|
[":heading(0, 1, 2)" should be a valid selector]
|
|
expected: FAIL
|
|
|
|
[":heading(0, 1, 2, 3, 4, 5, 6, 7, 8, 9)" should be a valid selector]
|
|
expected: FAIL
|
|
|
|
[":heading(-1)" should be a valid selector]
|
|
expected: FAIL
|
|
|
|
["h1:heading" should be a valid selector]
|
|
expected: FAIL
|
|
|
|
["h1:heading(1)" should be a valid selector]
|
|
expected: FAIL
|
|
|
|
["h1:heading(2)" should be a valid selector]
|
|
expected: FAIL
|