Sync WPT with upstream (03-08-2025) (#38434)

Automated downstream sync of changes from upstream as of 03-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-03 03:48:15 +02:00 committed by GitHub
parent 76e5758ab9
commit fed1953198
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
686 changed files with 11311 additions and 5508 deletions

View file

@ -0,0 +1,21 @@
[patch-range.html]
[using patchBetween() to insert an element betwen two other elements]
expected: FAIL
[using patchAfter() to insert an element after another element]
expected: FAIL
[using patchBefore() to insert an element before another element]
expected: FAIL
[using patchAfter() to insert an element after the last element]
expected: FAIL
[using patchBefore() to insert an element before the first element]
expected: FAIL
[using patchBefore() should fail if the reference node is removed while patching]
expected: FAIL
[using patchBetween() should fail if the 'before' node is removed while patching]
expected: FAIL