mirror of
https://github.com/servo/servo.git
synced 2025-09-30 00:29:14 +01:00
Sync WPT with upstream (16-08-2025) (#38706)
Automated downstream sync of changes from upstream as of 16-08-2025 [no-wpt-sync] Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
parent
85588fada0
commit
e649b9b91d
416 changed files with 7746 additions and 1062 deletions
|
@ -7,9 +7,3 @@
|
|||
|
||||
[Navigating to a different document with link click]
|
||||
expected: FAIL
|
||||
|
||||
[Navigating to a different document with location.href]
|
||||
expected: FAIL
|
||||
|
||||
[Navigating to a different document with location.assign]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
[form-submit.html]
|
||||
expected: TIMEOUT
|
||||
[Replace before load, triggered by formElement.submit()]
|
||||
expected: FAIL
|
||||
|
||||
[Replace before load, triggered by same-document formElement.submit()]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
|
3
tests/wpt/meta/html/dom/partial-updates/tentative/patch-non-element.html.ini
vendored
Normal file
3
tests/wpt/meta/html/dom/partial-updates/tentative/patch-non-element.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[patch-non-element.html]
|
||||
[Cannot patch container nodes without a context element]
|
||||
expected: FAIL
|
|
@ -4,7 +4,7 @@
|
|||
expected: FAIL
|
||||
|
||||
[Host element with delegatesFocus including no focusable descendants should be skipped]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Element with tabindex should support autofocus]
|
||||
expected: FAIL
|
||||
|
@ -13,4 +13,4 @@
|
|||
expected: NOTRUN
|
||||
|
||||
[Host element with delegatesFocus should support autofocus]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
[video-aspect-ratio.html]
|
||||
[Aspect ratio for regular video with aspect-ratio:auto]
|
||||
expected: FAIL
|
|
@ -0,0 +1,9 @@
|
|||
[video-intrinsic-width-height.html]
|
||||
[only width attribute]
|
||||
expected: FAIL
|
||||
|
||||
[only height attribute]
|
||||
expected: FAIL
|
||||
|
||||
[both width/height attributes and style keeping aspect-ratio]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[iframe-loading-lazy-reload-location-reload.html]
|
||||
[Reloading iframe loading='lazy' before it is loaded: location.reload]
|
||||
expected: FAIL
|
|
@ -1,4 +1,3 @@
|
|||
[iframe_sandbox_popups_escaping-1.html]
|
||||
expected: CRASH
|
||||
[Check that popups from a sandboxed iframe escape the sandbox if\n allow-popups-to-escape-sandbox is used]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
[iframe_sandbox_popups_escaping-2.html]
|
||||
expected: CRASH
|
||||
[Check that popups from a sandboxed iframe escape the sandbox if\n allow-popups-to-escape-sandbox is used]
|
||||
expected: FAIL
|
||||
|
|
6
tests/wpt/meta/html/semantics/embedded-content/the-video-element/intrinsic_sizes.htm.ini
vendored
Normal file
6
tests/wpt/meta/html/semantics/embedded-content/the-video-element/intrinsic_sizes.htm.ini
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
[intrinsic_sizes.htm]
|
||||
[default height is still 150]
|
||||
expected: FAIL
|
||||
|
||||
[default width is still 300]
|
||||
expected: FAIL
|
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
|
Loading…
Add table
Add a link
Reference in a new issue