Update web-platform-tests to revision b'504dbb9401e985461bdc3fb534cb26fd5bb9d9ad' (#31372)

This commit is contained in:
Servo WPT Sync 2024-02-17 23:56:46 -05:00 committed by GitHub
parent c999d4546c
commit 6c67fa8b9e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
392 changed files with 8906 additions and 1881 deletions

View file

@ -0,0 +1,3 @@
[element-render-blocking-001.tentative.html]
[blocking defers frames until full parsing]
expected: FAIL

View file

@ -0,0 +1,3 @@
[element-render-blocking-003.tentative.html]
[adding link in the head defers frames]
expected: FAIL

View file

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

View file

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

View file

@ -0,0 +1,3 @@
[element-render-blocking-006.tentative.html]
[adding 'blocking=render' in the head makes it blocking]
expected: FAIL

View file

@ -1,3 +0,0 @@
[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-008.tentative.html]
[changing media to matching causes link to have an effect]
expected: FAIL

View file

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

View file

@ -1,3 +0,0 @@
[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-011.tentative.html]
[changing rel to expect in the head causes it to be blocking]
expected: FAIL

View file

@ -0,0 +1,3 @@
[element-render-blocking-012.tentative.html]
[adding href in the head makes it blocking]
expected: FAIL

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,3 +0,0 @@
[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-024.tentative.html]
[unknown href causes the whole document to be blocked]
expected: FAIL

View file

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

View file

@ -1,3 +0,0 @@
[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-027.tentative.html]
[unknown href causes the whole document to be blocked (with href changes!)]
expected: FAIL