mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
Update web-platform-tests to revision b'4c3d068f942231dc905ea283e4f82bd70801c37c' (#33461)
Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
parent
ed908f3fd4
commit
9f2306f760
492 changed files with 15354 additions and 4777 deletions
|
@ -0,0 +1,3 @@
|
|||
[navigation-unload-cross-origin.sub.window.html]
|
||||
[Cross-origin navigation started from unload handler must be ignored]
|
||||
expected: FAIL
|
|
@ -775,3 +775,27 @@
|
|||
|
||||
[opened <details> content shown ("<div><details open><summary>abc</summary>123")]
|
||||
expected: FAIL
|
||||
|
||||
[Whitespace around inline-flex should not be collapsed ("<div>abc <span style='display:inline-flex'></span> def")]
|
||||
expected: FAIL
|
||||
|
||||
[Trailing space at end of inline-flex should be collapsed ("<div>abc <span style='display:inline-flex'> def </span> ghi")]
|
||||
expected: FAIL
|
||||
|
||||
[Whitespace around inline-grid should not be collapsed ("<div>abc <span style='display:inline-grid'></span> def")]
|
||||
expected: FAIL
|
||||
|
||||
[Trailing space at end of grid-flex should be collapsed ("<div>abc <span style='display:inline-grid'> def </span> ghi")]
|
||||
expected: FAIL
|
||||
|
||||
[Whitespace between inline-flex and block should be collapsed ("<div><span style='inline-flex'></span> <div>abc</div>")]
|
||||
expected: FAIL
|
||||
|
||||
[Whitespace between inline-grid and block should be collapsed ("<div><span style='inline-grid'></span> <div>abc</div>")]
|
||||
expected: FAIL
|
||||
|
||||
[Leading/trailing space removal at display:inline-flex boundary ("<div>123<span style='display:inline-flex'> abc </span>def")]
|
||||
expected: FAIL
|
||||
|
||||
[Leading/trailing space removal at display:inline-grid boundary ("<div>123<span style='display:inline-grid'> abc </span>def")]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[iframe_sandbox_popups_escaping-1.html]
|
||||
expected: TIMEOUT
|
||||
[Check that popups from a sandboxed iframe escape the sandbox if\n allow-popups-to-escape-sandbox is used]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[iframe_sandbox_popups_nonescaping-3.html]
|
||||
expected: TIMEOUT
|
||||
expected: CRASH
|
||||
[Check that popups from a sandboxed iframe do not escape the sandbox]
|
||||
expected: NOTRUN
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
[image-loading-lazy-subframe-detached-crash.html]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,4 @@
|
|||
[reparent-form-during-planned-navigation-task.html]
|
||||
expected: TIMEOUT
|
||||
[reparent-form-during-planned-navigation-task]
|
||||
expected: TIMEOUT
|
2
tests/wpt/meta/html/semantics/forms/the-fieldset-element/disabled-003.html.ini
vendored
Normal file
2
tests/wpt/meta/html/semantics/forms/the-fieldset-element/disabled-003.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[disabled-003.html]
|
||||
expected: CRASH
|
|
@ -43,3 +43,6 @@
|
|||
|
||||
[handling of insertion of elements into group]
|
||||
expected: FAIL
|
||||
|
||||
[basic handling of mutually exclusive details when the element isn't connected]
|
||||
expected: FAIL
|
||||
|
|
31
tests/wpt/meta/html/semantics/popovers/imperative-invokers.tentative.html.ini
vendored
Normal file
31
tests/wpt/meta/html/semantics/popovers/imperative-invokers.tentative.html.ini
vendored
Normal file
|
@ -0,0 +1,31 @@
|
|||
[imperative-invokers.tentative.html]
|
||||
expected: ERROR
|
||||
[normal opening]
|
||||
expected: FAIL
|
||||
|
||||
[showPopover(unrelated)]
|
||||
expected: NOTRUN
|
||||
|
||||
[showPopover(popover)]
|
||||
expected: NOTRUN
|
||||
|
||||
[showPopover(contained)]
|
||||
expected: NOTRUN
|
||||
|
||||
[togglePopover(true)]
|
||||
expected: NOTRUN
|
||||
|
||||
[togglePopover({force})]
|
||||
expected: NOTRUN
|
||||
|
||||
[togglePopover(unrelated)]
|
||||
expected: NOTRUN
|
||||
|
||||
[togglePopover(popover)]
|
||||
expected: NOTRUN
|
||||
|
||||
[togglePopover({force, popover})]
|
||||
expected: NOTRUN
|
||||
|
||||
[null isn't a valid Element]
|
||||
expected: NOTRUN
|
Loading…
Add table
Add a link
Reference in a new issue