mirror of
https://github.com/servo/servo.git
synced 2025-08-18 20:05:34 +01:00
Sync WPT with upstream (13-04-2025) (#36488)
Automated downstream sync of changes from upstream as of 13-04-2025 [no-wpt-sync] Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
parent
85bd0918f2
commit
0c045fc247
296 changed files with 8510 additions and 3764 deletions
|
@ -1,2 +0,0 @@
|
|||
[order-in-prerender-activation.html]
|
||||
expected: ERROR
|
|
@ -0,0 +1,2 @@
|
|||
[order-in-prerender-activation.https.html]
|
||||
expected: ERROR
|
|
@ -4,3 +4,6 @@
|
|||
|
||||
[link click]
|
||||
expected: FAIL
|
||||
|
||||
[form submission]
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
[navigation-unload-cross-origin.sub.window.html]
|
||||
[Cross-origin navigation started from unload handler must be ignored]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[2d.canvas.host.size.large.html]
|
||||
expected: CRASH
|
|
@ -1,2 +0,0 @@
|
|||
[canvas.2d.disconnected.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.imageData.createImageBitmap.p3.rgba.unorm8.html]
|
||||
[Verify round-trip of 8-bit P3 data ImageData through ImageBitmap]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.imageData.createImageBitmap.srgb.rgba.float16.html]
|
||||
[Verify round-trip of 16-bit float sRGB data ImageData through ImageBitmap]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.imageData.createImageBitmap.srgb.rgba.unorm8.html]
|
||||
[Verify round-trip of 8-bit sRGB data ImageData through ImageBitmap]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.imageData.object.ctor.pixelFormat.html]
|
||||
[Testing ImageData constructor pixelFormat behaviors]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.imageData.object.properties.html]
|
||||
[ImageData objects have the right properties]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.imageData.put.basic.rgba.float16.html]
|
||||
[putImageData() puts 16-bit floating point image data from getImageData() onto the canvas]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.imageData.createImageBitmap.p3.rgba.unorm8.html]
|
||||
[Verify round-trip of 8-bit P3 data ImageData through ImageBitmap]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.imageData.createImageBitmap.p3.rgba.unorm8.worker.html]
|
||||
[Verify round-trip of 8-bit P3 data ImageData through ImageBitmap]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.imageData.createImageBitmap.srgb.rgba.float16.html]
|
||||
[Verify round-trip of 16-bit float sRGB data ImageData through ImageBitmap]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.imageData.createImageBitmap.srgb.rgba.float16.worker.html]
|
||||
[Verify round-trip of 16-bit float sRGB data ImageData through ImageBitmap]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.imageData.createImageBitmap.srgb.rgba.unorm8.html]
|
||||
[Verify round-trip of 8-bit sRGB data ImageData through ImageBitmap]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.imageData.createImageBitmap.srgb.rgba.unorm8.worker.html]
|
||||
[Verify round-trip of 8-bit sRGB data ImageData through ImageBitmap]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.imageData.object.properties.html]
|
||||
[ImageData objects have the right properties]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.imageData.object.properties.worker.html]
|
||||
[ImageData objects have the right properties]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.imageData.put.basic.rgba.float16.html]
|
||||
[putImageData() puts 16-bit floating point image data from getImageData() onto the canvas]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.imageData.put.basic.rgba.float16.worker.html]
|
||||
[putImageData() puts 16-bit floating point image data from getImageData() onto the canvas]
|
||||
expected: FAIL
|
|
@ -200,6 +200,9 @@
|
|||
[OffscreenCanvasRenderingContext2D interface: attribute lang]
|
||||
expected: FAIL
|
||||
|
||||
[ImageData interface: attribute pixelFormat]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[idlharness.any.shadowrealm-in-window.html]
|
||||
expected: ERROR
|
||||
|
|
|
@ -5807,6 +5807,12 @@
|
|||
[OffscreenCanvasRenderingContext2D interface: attribute lang]
|
||||
expected: FAIL
|
||||
|
||||
[ImageData interface: attribute pixelFormat]
|
||||
expected: FAIL
|
||||
|
||||
[ImageData interface: new ImageData(10, 10) must inherit property "pixelFormat" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[idlharness.https.html?include=HTML.+]
|
||||
[HTMLAllCollection interface: existence and properties of interface object]
|
||||
|
|
|
@ -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: FAIL
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
[iframe_sandbox_popups_nonescaping-2.html]
|
||||
expected: TIMEOUT
|
||||
[Check that popups from a sandboxed iframe do not escape the sandbox]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
[form-submit-iframe-then-location-navigate.html]
|
||||
[Verifies that location navigations take precedence when following form submissions.]
|
||||
expected: FAIL
|
|
@ -1,4 +0,0 @@
|
|||
[jsurl-form-submit.tentative.html]
|
||||
[Verifies that form submissions scheduled inside javascript: urls take precedence over the javascript: url's return value.]
|
||||
expected: FAIL
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
[historical.html]
|
||||
[<input name=isindex> should not be supported]
|
||||
expected: FAIL
|
|
@ -196,3 +196,9 @@
|
|||
|
||||
[Web Animations: property <interest-target-hide-delay> from [1s\] to [2000ms\] at (1.5) should be [2.5s\]]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['interest-target-show-delay'\] = "calc(2s * sibling-index())" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['interest-target-hide-delay'\] = "calc(2s * sibling-index())" should set the property value]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue