Sync WPT with upstream (18-05-2025) (#37040)

Automated downstream sync of changes from upstream as of 18-05-2025
[no-wpt-sync]

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2025-05-18 03:43:27 +02:00 committed by GitHub
parent ed469fe72f
commit 070a8cf937
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
377 changed files with 11542 additions and 2416 deletions

View file

@ -0,0 +1,2 @@
[media_fragment_seek.html]
expected: CRASH

View file

@ -0,0 +1,7 @@
[embed-javascript-url.html]
expected: TIMEOUT
[location.href = 'javascript:"test"' should fire a load event]
expected: TIMEOUT
[location.href = 'javascript:1' should not fire a load event]
expected: NOTRUN

View file

@ -1,3 +1,6 @@
[iframe-loading-lazy-reload-navigation-reload.html]
[Reloading iframe loading='lazy' before it is loaded: location.reload]
expected: FAIL
[Reloading iframe loading='lazy' before it is loaded: navigation.reload]
expected: FAIL

View file

@ -0,0 +1,40 @@
[iframe_javascript_url_in_src.htm]
expected: TIMEOUT
[String object: javascript:new String("foo")]
expected: TIMEOUT
[undefined: javascript:void(0)]
expected: TIMEOUT
[number: javascript:1]
expected: TIMEOUT
[boolean: javascript:true]
expected: TIMEOUT
[null: javascript:null]
expected: TIMEOUT
[global: javascript:window]
expected: TIMEOUT
[host object: javascript:document]
expected: TIMEOUT
[function: javascript:(() => { return function() {}; })()]
expected: TIMEOUT
[regexp: javascript:/foo/]
expected: TIMEOUT
[array: javascript:["foo"\]]
expected: TIMEOUT
[object: javascript:{"foo": "bar"}]
expected: TIMEOUT
[ArrayBuffer: javascript:new ArrayBuffer(8)]
expected: TIMEOUT
[TypeError: javascript:new TypeError("foo")]
expected: TIMEOUT

View file

@ -0,0 +1,3 @@
[iframe_javascript_url_initial_insertion.html]
[javascript: URL in iframe src, initial insertion check]
expected: FAIL

View file

@ -0,0 +1,3 @@
[iframe_javascript_url_loading_lazy.htm]
[javascript: URL in iframe src and loading="lazy"]
expected: FAIL

View file

@ -0,0 +1,3 @@
[iframe_javascript_url_not_about_blank.html]
[javascript: URL in iframe src, initial src is not about:blank]
expected: FAIL

View file

@ -0,0 +1,3 @@
[iframe_javascript_url_remove_srcdoc.html]
[javascript: URL in iframe src, removing srcdoc]
expected: FAIL

View file

@ -0,0 +1,90 @@
[naturalWidth-naturalHeight-unavailable.tentative.html]
[SVG image, no natural dimensions]
expected: FAIL
[SVG image, percengage natural dimensions]
expected: FAIL
[SVG image, negative percengage natural dimensions]
expected: FAIL
[SVG image, with natural width]
expected: FAIL
[SVG image, with natural height]
expected: FAIL
[SVG image, with natural width of 0]
expected: FAIL
[SVG image, with natural height of 0]
expected: FAIL
[SVG image, with natural width being negative]
expected: FAIL
[SVG image, with natural height being negative]
expected: FAIL
[SVG image, no natural dimensions, and aspect ratio from viewBox]
expected: FAIL
[SVG image, percengage natural dimensions, and aspect ratio from viewBox]
expected: FAIL
[SVG image, negative percengage natural dimensions, and aspect ratio from viewBox]
expected: FAIL
[SVG image, with natural width, and aspect ratio from viewBox]
expected: FAIL
[SVG image, with natural height, and aspect ratio from viewBox]
expected: FAIL
[SVG image, with natural width of 0, and aspect ratio from viewBox]
expected: FAIL
[SVG image, with natural height of 0, and aspect ratio from viewBox]
expected: FAIL
[SVG image, with natural width being negative, and aspect ratio from viewBox]
expected: FAIL
[SVG image, with natural height being negative, and aspect ratio from viewBox]
expected: FAIL
[SVG image, no natural dimensions, viewBox with 0 width/height]
expected: FAIL
[SVG image, no natural dimensions, viewBox with 0 width]
expected: FAIL
[SVG image, no natural dimensions, viewBox with 0 height]
expected: FAIL
[SVG image, with natural width, viewBox with 0 width/height]
expected: FAIL
[SVG image, with natural width, viewBox with 0 width]
expected: FAIL
[SVG image, with natural width, viewBox with 0 height]
expected: FAIL
[SVG image, with natural height, viewBox with 0 width/height]
expected: FAIL
[SVG image, with natural height, viewBox with 0 width]
expected: FAIL
[SVG image, with natural height, viewBox with 0 height]
expected: FAIL
[SVG image, with natural width and height, and aspect ratio from viewBox]
expected: FAIL
[SVG image, with natural width and height of 0, and aspect ratio from viewBox]
expected: FAIL
[SVG image, with natural width and height being negative, and aspect ratio from viewBox]
expected: FAIL

View file

@ -0,0 +1,7 @@
[object-javascript-url.html]
expected: TIMEOUT
[location.href = 'javascript:"test"' should fire a load event]
expected: TIMEOUT
[location.href = 'javascript:1' should not fire a load event]
expected: NOTRUN

View file

@ -0,0 +1,3 @@
[intrinsic_sizes.htm]
[default object size after src is removed]
expected: FAIL

View file

@ -0,0 +1,3 @@
[selectedcontent-mutations.tentative.html]
[MutationObserver records during parsing of <select> with <selectedcontent>]
expected: FAIL

View file

@ -1,2 +0,0 @@
[display-css-property-reftest.tentative.html]
expected: FAIL

View file

@ -1,3 +0,0 @@
[display-css-property.tentative.html]
['display' should be either 'inline-block' or 'none']
expected: FAIL

View file

@ -0,0 +1,21 @@
[popover-toggle-source.tentative.html]
[ToggleEvent.source on popover elements: showPopover() without source.]
expected: FAIL
[ToggleEvent.source on popover elements: showPopover() with source.]
expected: FAIL
[ToggleEvent.source on popover elements: Calling click() on a popovertarget button.]
expected: FAIL
[ToggleEvent.source on popover elements: Calling click() on a command button.]
expected: FAIL
[ToggleEvent.source on popover elements: showPopover() then popovertarget button.]
expected: FAIL
[ToggleEvent.source on popover elements: showPopover(invoker) then popovertarget button.]
expected: FAIL
[ToggleEvent.source on popover elements: popovertarget button then hidePopover().]
expected: FAIL