mirror of
https://github.com/servo/servo.git
synced 2025-08-13 09:25:32 +01:00
Sync WPT with upstream (06-10-2024) (#33668)
* Update web-platform-tests to revision b'9448ab31f11e671a8b069e3407b4f6279bea698e' Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org> * Remove intermittent failure. Signed-off-by: Josh Matthews <josh@joshmatthews.net> --------- Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org> Signed-off-by: Josh Matthews <josh@joshmatthews.net> Co-authored-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
parent
ea84f7b135
commit
f8933a5735
592 changed files with 12560 additions and 4090 deletions
3
tests/wpt/meta/html/browsers/history/the-history-interface/traverse_the_history_3.html.ini
vendored
Normal file
3
tests/wpt/meta/html/browsers/history/the-history-interface/traverse_the_history_3.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[traverse_the_history_3.html]
|
||||
[Multiple history traversals, last would be aborted]
|
||||
expected: FAIL
|
3
tests/wpt/meta/html/browsers/history/the-history-interface/traverse_the_history_5.html.ini
vendored
Normal file
3
tests/wpt/meta/html/browsers/history/the-history-interface/traverse_the_history_5.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[traverse_the_history_5.html]
|
||||
[Multiple history traversals, last would be aborted]
|
||||
expected: FAIL
|
|
@ -1,3 +1,3 @@
|
|||
[2d.filter.layers.colorMatrix.html]
|
||||
[2d.filter.layers.colorMatrix.tentative.html]
|
||||
[Test the functionality of ColorMatrix filters]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[2d.filter.layers.componentTransfer.discrete.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[2d.filter.layers.componentTransfer.discrete.tentative.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[2d.filter.layers.componentTransfer.gamma.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[2d.filter.layers.componentTransfer.gamma.tentative.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[2d.filter.layers.componentTransfer.identity.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[2d.filter.layers.componentTransfer.identity.tentative.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[2d.filter.layers.componentTransfer.linear.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[2d.filter.layers.componentTransfer.linear.tentative.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[2d.filter.layers.componentTransfer.table.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[2d.filter.layers.componentTransfer.table.tentative.html]
|
||||
expected: FAIL
|
|
@ -1,3 +1,3 @@
|
|||
[2d.filter.layers.convolveMatrix.exceptions.html]
|
||||
[2d.filter.layers.convolveMatrix.exceptions.tentative.html]
|
||||
[Test exceptions on CanvasFilter() convolveMatrix]
|
||||
expected: FAIL
|
|
@ -1,3 +1,3 @@
|
|||
[2d.filter.layers.dropShadow.exceptions.html]
|
||||
[2d.filter.layers.dropShadow.exceptions.tentative.html]
|
||||
[Test exceptions on CanvasFilter() dropShadow object]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[2d.filter.layers.dropShadow.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/html/canvas/element/filters/2d.filter.layers.dropShadow.tentative.html.ini
vendored
Normal file
2
tests/wpt/meta/html/canvas/element/filters/2d.filter.layers.dropShadow.tentative.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[2d.filter.layers.dropShadow.tentative.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[2d.filter.layers.gaussianBlur.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/html/canvas/element/filters/2d.filter.layers.gaussianBlur.tentative.html.ini
vendored
Normal file
2
tests/wpt/meta/html/canvas/element/filters/2d.filter.layers.gaussianBlur.tentative.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[2d.filter.layers.gaussianBlur.tentative.html]
|
||||
expected: FAIL
|
|
@ -1,3 +1,3 @@
|
|||
[2d.filter.layers.turbulence.inputTypes.html]
|
||||
[2d.filter.layers.turbulence.inputTypes.tentative.html]
|
||||
[Test exceptions on CanvasFilter() turbulence object]
|
||||
expected: FAIL
|
|
@ -5,3 +5,6 @@
|
|||
|
||||
[createImageBitmap from a Blob, and drawImage on the created ImageBitmap with colorSpaceConversion: none]
|
||||
expected: FAIL
|
||||
|
||||
[createImageBitmap from a Video, and drawImage on the created ImageBitmap with colorSpaceConversion: none]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[createImageBitmap-drawImage.html]
|
||||
expected: TIMEOUT
|
||||
expected: ERROR
|
||||
[createImageBitmap from an OffscreenCanvas resized, and drawImage on the created ImageBitmap]
|
||||
expected: NOTRUN
|
||||
|
||||
|
|
|
@ -17,3 +17,12 @@
|
|||
|
||||
[createImageBitmap with EXIF rotation, imageOrientation from-image, and cropping]
|
||||
expected: TIMEOUT
|
||||
|
||||
[createImageBitmap with EXIF rotation, imageOrientation from-image, no cropping, and resize]
|
||||
expected: TIMEOUT
|
||||
|
||||
[createImageBitmap with EXIF rotation, imageOrientation flipY, cropping, and resize]
|
||||
expected: TIMEOUT
|
||||
|
||||
[createImageBitmap with EXIF rotation, imageOrientation flipY, cropping, and nonuniform resize]
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[createImageBitmap-flipY.html]
|
||||
expected: TIMEOUT
|
||||
expected: ERROR
|
||||
[createImageBitmap from a vector SVGImageElement imageOrientation: "none", and drawImage on the created ImageBitmap]
|
||||
expected: NOTRUN
|
||||
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
[2d.text.measure.text-clusters-exceptions.tentative.html]
|
||||
[Check that TextMetrics::getTextClusters() throws when using invalid indexes.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.text.measure.text-clusters-split.tentative.html]
|
||||
[Test that getTextClusters() splits the input correctly into the minimal clusters, keeping emojis together.]
|
||||
expected: FAIL
|
|
@ -1,3 +1,3 @@
|
|||
[2d.filter.layers.blur.exceptions.html]
|
||||
[2d.filter.layers.blur.exceptions.tentative.html]
|
||||
[Test exceptions on gaussianBlur filter]
|
||||
expected: FAIL
|
|
@ -1,3 +1,3 @@
|
|||
[2d.filter.layers.blur.exceptions.worker.html]
|
||||
[2d.filter.layers.blur.exceptions.tentative.worker.html]
|
||||
[Test exceptions on gaussianBlur filter]
|
||||
expected: FAIL
|
|
@ -1,3 +1,3 @@
|
|||
[2d.filter.layers.colorMatrix.worker.html]
|
||||
[2d.filter.layers.colorMatrix.tentative.html]
|
||||
[Test the functionality of ColorMatrix filters]
|
||||
expected: FAIL
|
|
@ -1,3 +1,3 @@
|
|||
[2d.filter.layers.colorMatrix.html]
|
||||
[2d.filter.layers.colorMatrix.tentative.worker.html]
|
||||
[Test the functionality of ColorMatrix filters]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[2d.filter.layers.componentTransfer.discrete.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[2d.filter.layers.componentTransfer.discrete.tentative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[2d.filter.layers.componentTransfer.discrete.tentative.w.html]
|
||||
expected: TIMEOUT
|
|
@ -1,2 +0,0 @@
|
|||
[2d.filter.layers.componentTransfer.discrete.w.html]
|
||||
expected: TIMEOUT
|
|
@ -1,2 +0,0 @@
|
|||
[2d.filter.layers.componentTransfer.gamma.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[2d.filter.layers.componentTransfer.gamma.tentative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[2d.filter.layers.componentTransfer.gamma.tentative.w.html]
|
||||
expected: TIMEOUT
|
|
@ -1,2 +0,0 @@
|
|||
[2d.filter.layers.componentTransfer.gamma.w.html]
|
||||
expected: TIMEOUT
|
|
@ -1,2 +0,0 @@
|
|||
[2d.filter.layers.componentTransfer.identity.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[2d.filter.layers.componentTransfer.identity.tentative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[2d.filter.layers.componentTransfer.identity.tentative.w.html]
|
||||
expected: TIMEOUT
|
|
@ -1,2 +0,0 @@
|
|||
[2d.filter.layers.componentTransfer.identity.w.html]
|
||||
expected: TIMEOUT
|
|
@ -1,2 +0,0 @@
|
|||
[2d.filter.layers.componentTransfer.linear.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[2d.filter.layers.componentTransfer.linear.tentative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[2d.filter.layers.componentTransfer.linear.tentative.w.html]
|
||||
expected: TIMEOUT
|
|
@ -1,2 +0,0 @@
|
|||
[2d.filter.layers.componentTransfer.linear.w.html]
|
||||
expected: TIMEOUT
|
|
@ -1,2 +0,0 @@
|
|||
[2d.filter.layers.componentTransfer.table.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[2d.filter.layers.componentTransfer.table.tentative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[2d.filter.layers.componentTransfer.table.tentative.w.html]
|
||||
expected: TIMEOUT
|
|
@ -1,2 +0,0 @@
|
|||
[2d.filter.layers.componentTransfer.table.w.html]
|
||||
expected: TIMEOUT
|
|
@ -1,3 +1,3 @@
|
|||
[2d.filter.layers.convolveMatrix.exceptions.html]
|
||||
[2d.filter.layers.convolveMatrix.exceptions.tentative.html]
|
||||
[Test exceptions on CanvasFilter() convolveMatrix]
|
||||
expected: FAIL
|
|
@ -1,3 +1,3 @@
|
|||
[2d.filter.layers.convolveMatrix.exceptions.worker.html]
|
||||
[2d.filter.layers.convolveMatrix.exceptions.tentative.worker.html]
|
||||
[Test exceptions on CanvasFilter() convolveMatrix]
|
||||
expected: FAIL
|
|
@ -1,3 +1,3 @@
|
|||
[2d.filter.layers.dropShadow.exceptions.worker.html]
|
||||
[2d.filter.layers.dropShadow.exceptions.tentative.html]
|
||||
[Test exceptions on CanvasFilter() dropShadow object]
|
||||
expected: FAIL
|
|
@ -1,3 +1,3 @@
|
|||
[2d.filter.layers.dropShadow.exceptions.html]
|
||||
[2d.filter.layers.dropShadow.exceptions.tentative.worker.html]
|
||||
[Test exceptions on CanvasFilter() dropShadow object]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[2d.filter.layers.dropShadow.tentative.w.html]
|
||||
expected: TIMEOUT
|
|
@ -1,2 +0,0 @@
|
|||
[2d.filter.layers.dropShadow.w.html]
|
||||
expected: TIMEOUT
|
|
@ -1,2 +0,0 @@
|
|||
[2d.filter.layers.gaussianBlur.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[2d.filter.layers.gaussianBlur.tentative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[2d.filter.layers.gaussianBlur.tentative.w.html]
|
||||
expected: TIMEOUT
|
|
@ -1,2 +0,0 @@
|
|||
[2d.filter.layers.gaussianBlur.w.html]
|
||||
expected: TIMEOUT
|
|
@ -1,3 +1,3 @@
|
|||
[2d.filter.layers.turbulence.inputTypes.worker.html]
|
||||
[2d.filter.layers.turbulence.inputTypes.tentative.html]
|
||||
[Test exceptions on CanvasFilter() turbulence object]
|
||||
expected: FAIL
|
|
@ -1,3 +1,3 @@
|
|||
[2d.filter.layers.turbulence.inputTypes.html]
|
||||
[2d.filter.layers.turbulence.inputTypes.tentative.worker.html]
|
||||
[Test exceptions on CanvasFilter() turbulence object]
|
||||
expected: FAIL
|
3
tests/wpt/meta/html/canvas/offscreen/path-objects/2d.path.closed.arc.html.ini
vendored
Normal file
3
tests/wpt/meta/html/canvas/offscreen/path-objects/2d.path.closed.arc.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[2d.path.closed.arc.html]
|
||||
[line caps should not be drawn on closed arcs]
|
||||
expected: FAIL
|
3
tests/wpt/meta/html/canvas/offscreen/path-objects/2d.path.closed.arc.worker.js.ini
vendored
Normal file
3
tests/wpt/meta/html/canvas/offscreen/path-objects/2d.path.closed.arc.worker.js.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[2d.path.closed.arc.worker.html]
|
||||
[line caps should not be drawn on closed arcs]
|
||||
expected: FAIL
|
3
tests/wpt/meta/html/canvas/offscreen/path-objects/2d.path.open.arc.html.ini
vendored
Normal file
3
tests/wpt/meta/html/canvas/offscreen/path-objects/2d.path.open.arc.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[2d.path.open.arc.html]
|
||||
[line caps should be drawn on open arcs]
|
||||
expected: FAIL
|
3
tests/wpt/meta/html/canvas/offscreen/path-objects/2d.path.open.arc.worker.js.ini
vendored
Normal file
3
tests/wpt/meta/html/canvas/offscreen/path-objects/2d.path.open.arc.worker.js.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[2d.path.open.arc.worker.html]
|
||||
[line caps should be drawn on open arcs]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.text.measure.text-clusters-exceptions.tentative.html]
|
||||
[Check that TextMetrics::getTextClusters() throws when using invalid indexes.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.text.measure.text-clusters-exceptions.tentative.worker.html]
|
||||
[Check that TextMetrics::getTextClusters() throws when using invalid indexes.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.text.measure.text-clusters-split.tentative.html]
|
||||
[Test that getTextClusters() splits the input correctly into the minimal clusters, keeping emojis together.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.text.measure.text-clusters-split.tentative.worker.html]
|
||||
[Test that getTextClusters() splits the input correctly into the minimal clusters, keeping emojis together.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[embed-document-under-content-visibility-focus.html]
|
||||
[ensure onload happens]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[embed-document-under-content-visibility-gbcr.html]
|
||||
[ensure onload happens]
|
||||
expected: FAIL
|
|
@ -1,4 +1,4 @@
|
|||
[iframe_sandbox_popups_escaping-3.html]
|
||||
expected: TIMEOUT
|
||||
expected: CRASH
|
||||
[Check that popups from a sandboxed iframe escape the sandbox if\n allow-popups-to-escape-sandbox is used]
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
[iframe_sandbox_popups_nonescaping-2.html]
|
||||
expected: TIMEOUT
|
||||
[Check that popups from a sandboxed iframe do not escape the sandbox]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
[module-tla-delayed.html]
|
||||
[document.write in an imported module]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue