mirror of
https://github.com/servo/servo.git
synced 2025-08-13 01:15:34 +01:00
Update web-platform-tests to revision b'504dbb9401e985461bdc3fb534cb26fd5bb9d9ad' (#31372)
This commit is contained in:
parent
c999d4546c
commit
6c67fa8b9e
392 changed files with 8906 additions and 1881 deletions
|
@ -0,0 +1,3 @@
|
|||
[element-render-blocking-001.tentative.html]
|
||||
[blocking defers frames until full parsing]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[element-render-blocking-003.tentative.html]
|
||||
[adding link in the head defers frames]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[element-render-blocking-004.tentative.html]
|
||||
[removing link in the head makes it no longer blocking]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[element-render-blocking-005.tentative.html]
|
||||
[removing 'blocking' makes it no longer blocking]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[element-render-blocking-006.tentative.html]
|
||||
[adding 'blocking=render' in the head makes it blocking]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[element-render-blocking-007.tentative.html]
|
||||
[link with non-matching media has no effect]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[element-render-blocking-008.tentative.html]
|
||||
[changing media to matching causes link to have an effect]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[element-render-blocking-009.tentative.html]
|
||||
[changing media to non-matching makes it non blocking]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[element-render-blocking-010.tentative.html]
|
||||
[changing rel to non-expect makes it non blocking]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[element-render-blocking-011.tentative.html]
|
||||
[changing rel to expect in the head causes it to be blocking]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[element-render-blocking-012.tentative.html]
|
||||
[adding href in the head makes it blocking]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[element-render-blocking-013.tentative.html]
|
||||
[removing href makes it no longer blocking]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[element-render-blocking-014.tentative.html]
|
||||
[link in the body has no effect]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[element-render-blocking-015.tentative.html]
|
||||
[removing link the body makes it non blocking]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[element-render-blocking-016.tentative.html]
|
||||
[removing 'blocking' in the body makes it non blocking]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[element-render-blocking-017.tentative.html]
|
||||
[adding 'blocking=render' in the body has no effect]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[element-render-blocking-018.tentative.html]
|
||||
[changing media to matching in the body has no effect]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[element-render-blocking-019.tentative.html]
|
||||
[changing media to non-matching in the body makes it non blocking]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[element-render-blocking-020.tentative.html]
|
||||
[changing rel to non-expect in the body makes it non blocking]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[element-render-blocking-021.tentative.html]
|
||||
[changing rel to expect in the body has no effect]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[element-render-blocking-022.tentative.html]
|
||||
[adding href in the body has no effect]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[element-render-blocking-023.tentative.html]
|
||||
[removing href in the body makes it non blocking]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[element-render-blocking-024.tentative.html]
|
||||
[unknown href causes the whole document to be blocked]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[element-render-blocking-025.tentative.html]
|
||||
[adding an id in the body satisfies render block]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[element-render-blocking-026.tentative.html]
|
||||
[removing id after it was renderer keeps render block satisfied]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[element-render-blocking-027.tentative.html]
|
||||
[unknown href causes the whole document to be blocked (with href changes!)]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue