Sync WPT with upstream (24-08-2025) (#38893)

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>
This commit is contained in:
Servo WPT Sync 2025-08-24 03:41:18 +02:00 committed by GitHub
parent 1fc857865f
commit fa42968a61
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
365 changed files with 7904 additions and 2377 deletions

View file

@ -0,0 +1,30 @@
[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