Update web-platform-tests to revision b'd9a5cc25fc5f520bde022cee67e9e6a6f0b588f9' (#31599)

This commit is contained in:
Servo WPT Sync 2024-03-10 00:11:24 -05:00 committed by GitHub
parent 9dff1fecfc
commit 60e4c1adb4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
757 changed files with 21748 additions and 6394 deletions

View file

@ -0,0 +1,3 @@
[2d.drawImage.detachedcanvas.html]
[drawImage with detached OffscreenCanvas as the source should throw exception]
expected: FAIL

View file

@ -1,3 +1,6 @@
[2d.filter.canvasFilterObject.blur.exceptions.tentative.html]
[Test exceptions on CanvasFilter() blur.object]
expected: FAIL
[Test exceptions on gaussianBlur filter]
expected: FAIL

View file

@ -1,3 +1,6 @@
[2d.filter.canvasFilterObject.colorMatrix.tentative.html]
[Test the functionality of ColorMatrix filters in CanvasFilter objects]
expected: FAIL
[Test the functionality of ColorMatrix filters]
expected: FAIL

View file

@ -1,3 +1,4 @@
[2d.filter.canvasFilterObject.componentTransfer.discrete.tentative.html]
expected: FAIL
[Test pixels on CanvasFilter() componentTransfer with discrete type]
expected: FAIL

View file

@ -1,3 +1,4 @@
[2d.filter.canvasFilterObject.componentTransfer.gamma.tentative.html]
expected: FAIL
[Test pixels on CanvasFilter() componentTransfer with gamma type]
expected: FAIL

View file

@ -1,3 +1,4 @@
[2d.filter.canvasFilterObject.componentTransfer.identity.tentative.html]
expected: FAIL
[Test pixels on CanvasFilter() componentTransfer with identity type]
expected: FAIL

View file

@ -1,3 +1,4 @@
[2d.filter.canvasFilterObject.componentTransfer.linear.tentative.html]
expected: FAIL
[Test pixels on CanvasFilter() componentTransfer with linear type]
expected: FAIL

View file

@ -1,3 +1,4 @@
[2d.filter.canvasFilterObject.componentTransfer.table.tentative.html]
expected: FAIL
[Test pixels on CanvasFilter() componentTransfer with table type]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.filter.layers.colorMatrix.html]
[Test the functionality of ColorMatrix filters]
expected: FAIL

View file

@ -0,0 +1,2 @@
[2d.filter.layers.componentTransfer.discrete.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[2d.filter.layers.componentTransfer.gamma.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[2d.filter.layers.componentTransfer.identity.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[2d.filter.layers.componentTransfer.linear.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[2d.filter.layers.componentTransfer.table.html]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.filter.layers.convolveMatrix.exceptions.html]
[Test exceptions on CanvasFilter() convolveMatrix]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.filter.layers.dropShadow.exceptions.html]
[Test exceptions on CanvasFilter() dropShadow object]
expected: FAIL

View file

@ -0,0 +1,2 @@
[2d.filter.layers.dropShadow.html]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.filter.layers.turbulence.inputTypes.html]
[Test exceptions on CanvasFilter() turbulence object]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.webgpuaccess.getTextureFormat.rgba16f.tentative.https.html]
[getTextureFormat() returns RGBA16F for a float16 context]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.webgpuaccess.getTextureFormat.rgba8.tentative.https.html]
[getTextureFormat() returns RGBA8 or BGRA8 for a typical context]
expected: FAIL