Update web-platform-tests to revision b'a85f0dfe538b9cb894388a65dba7a2a21db050c7' (#30879)

This commit is contained in:
Servo WPT Sync 2023-12-17 06:15:38 -05:00 committed by GitHub
parent e4aed3d06a
commit 5c8fc7309d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
917 changed files with 30677 additions and 3146 deletions

View file

@ -1,2 +0,0 @@
[document-render-blocking-partial.tentative.html]
expected: ERROR

View file

@ -1,2 +0,0 @@
[document-render-blocking.tentative.html]
expected: ERROR

View file

@ -0,0 +1,3 @@
[element-render-blocking-002.tentative.html]
[blocking defers until needed element is parsed]
expected: FAIL

View file

@ -0,0 +1,3 @@
[element-render-blocking-004.tentative.html]
[removing link in the head makes it no longer blocking]
expected: FAIL

View file

@ -0,0 +1,3 @@
[element-render-blocking-005.tentative.html]
[removing 'blocking' makes it no longer blocking]
expected: FAIL

View file

@ -0,0 +1,3 @@
[element-render-blocking-007.tentative.html]
[link with non-matching media has no effect]
expected: FAIL

View file

@ -0,0 +1,3 @@
[element-render-blocking-009.tentative.html]
[changing media to non-matching makes it non blocking]
expected: FAIL

View file

@ -0,0 +1,3 @@
[element-render-blocking-010.tentative.html]
[changing rel to non-expect makes it non blocking]
expected: FAIL

View file

@ -0,0 +1,3 @@
[element-render-blocking-013.tentative.html]
[removing href makes it no longer blocking]
expected: FAIL

View file

@ -0,0 +1,3 @@
[element-render-blocking-014.tentative.html]
[link in the body has no effect]
expected: FAIL

View file

@ -0,0 +1,3 @@
[element-render-blocking-015.tentative.html]
[removing link the body makes it non blocking]
expected: FAIL

View file

@ -0,0 +1,3 @@
[element-render-blocking-016.tentative.html]
[removing 'blocking' in the body makes it non blocking]
expected: FAIL

View file

@ -0,0 +1,3 @@
[element-render-blocking-017.tentative.html]
[adding 'blocking=render' in the body has no effect]
expected: FAIL

View file

@ -0,0 +1,3 @@
[element-render-blocking-018.tentative.html]
[changing media to matching in the body has no effect]
expected: FAIL

View file

@ -0,0 +1,3 @@
[element-render-blocking-019.tentative.html]
[changing media to non-matching in the body makes it non blocking]
expected: FAIL

View file

@ -0,0 +1,3 @@
[element-render-blocking-020.tentative.html]
[changing rel to non-expect in the body makes it non blocking]
expected: FAIL

View file

@ -0,0 +1,3 @@
[element-render-blocking-021.tentative.html]
[changing rel to expect in the body has no effect]
expected: FAIL

View file

@ -0,0 +1,3 @@
[element-render-blocking-022.tentative.html]
[adding href in the body has no effect]
expected: FAIL

View file

@ -0,0 +1,3 @@
[element-render-blocking-023.tentative.html]
[removing href in the body makes it non blocking]
expected: FAIL

View file

@ -0,0 +1,3 @@
[element-render-blocking-025.tentative.html]
[adding an id in the body satisfies render block]
expected: FAIL

View file

@ -0,0 +1,3 @@
[element-render-blocking-026.tentative.html]
[removing id after it was renderer keeps render block satisfied]
expected: FAIL

View file

@ -0,0 +1,3 @@
[element-render-blocking-028.tentative.html]
[removing some links but not all keeps at least the matching link blocking]
expected: FAIL