diff options
author | Servo WPT Sync <32481905+servo-wpt-sync@users.noreply.github.com> | 2025-01-12 02:34:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-12 01:34:48 +0000 |
commit | 716fa9387d10feb83e119da3c5c2fa04b31584ec (patch) | |
tree | f1ce00e5b6a60f7d07e76dbfe75097e1fc2ea5da /tests/wpt/meta/html/canvas | |
parent | 748954d610e5357b19506d0f9390bc769dd32213 (diff) | |
download | servo-716fa9387d10feb83e119da3c5c2fa04b31584ec.tar.gz servo-716fa9387d10feb83e119da3c5c2fa04b31584ec.zip |
Update web-platform-tests to revision b'475127f90be9926867796ff98717b621a358af52' (#34956)
Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
Diffstat (limited to 'tests/wpt/meta/html/canvas')
5 files changed, 18 insertions, 3 deletions
diff --git a/tests/wpt/meta/html/canvas/element/manual/context-attributes/getContextAttributes.html.ini b/tests/wpt/meta/html/canvas/element/manual/context-attributes/getContextAttributes.html.ini index 5c914eb358a..83c85188374 100644 --- a/tests/wpt/meta/html/canvas/element/manual/context-attributes/getContextAttributes.html.ini +++ b/tests/wpt/meta/html/canvas/element/manual/context-attributes/getContextAttributes.html.ini @@ -14,3 +14,14 @@ [Test context creation attributes desynchronized: false] expected: FAIL + [Test context creation attributes colorSpace: 'srgb'] + expected: FAIL + + [Test context creation attributes colorSpace: 'display-p3'] + expected: FAIL + + [Test context creation attributes desynchronized: true] + expected: FAIL + + [Test context creation attributes willReadFrequently: false] + expected: FAIL diff --git a/tests/wpt/meta/html/canvas/element/manual/drawing-text-to-the-canvas/canvas.2d.disconnected-font-size-math.html.ini b/tests/wpt/meta/html/canvas/element/manual/drawing-text-to-the-canvas/canvas.2d.disconnected-font-size-math.html.ini new file mode 100644 index 00000000000..675ea8a1458 --- /dev/null +++ b/tests/wpt/meta/html/canvas/element/manual/drawing-text-to-the-canvas/canvas.2d.disconnected-font-size-math.html.ini @@ -0,0 +1,2 @@ +[canvas.2d.disconnected-font-size-math.html] + expected: FAIL diff --git a/tests/wpt/meta/html/canvas/element/manual/imagebitmap/createImageBitmap-serializable.html.ini b/tests/wpt/meta/html/canvas/element/manual/imagebitmap/createImageBitmap-serializable.html.ini index 7616121487c..ea398e580ef 100644 --- a/tests/wpt/meta/html/canvas/element/manual/imagebitmap/createImageBitmap-serializable.html.ini +++ b/tests/wpt/meta/html/canvas/element/manual/imagebitmap/createImageBitmap-serializable.html.ini @@ -1,5 +1,5 @@ [createImageBitmap-serializable.html] - expected: TIMEOUT + expected: ERROR [Serialize ImageBitmap created from a vector SVGImageElement] expected: NOTRUN diff --git a/tests/wpt/meta/html/canvas/element/manual/text/canvas.2d.disconnected.html.ini b/tests/wpt/meta/html/canvas/element/manual/text/canvas.2d.disconnected.html.ini deleted file mode 100644 index 5cdcce07c65..00000000000 --- a/tests/wpt/meta/html/canvas/element/manual/text/canvas.2d.disconnected.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[canvas.2d.disconnected.html] - expected: FAIL diff --git a/tests/wpt/meta/html/canvas/offscreen/manual/the-offscreen-canvas/offscreencanvas.transferrable.sw.https.window.js.ini b/tests/wpt/meta/html/canvas/offscreen/manual/the-offscreen-canvas/offscreencanvas.transferrable.sw.https.window.js.ini new file mode 100644 index 00000000000..16d1434d093 --- /dev/null +++ b/tests/wpt/meta/html/canvas/offscreen/manual/the-offscreen-canvas/offscreencanvas.transferrable.sw.https.window.js.ini @@ -0,0 +1,4 @@ +[offscreencanvas.transferrable.sw.https.window.html] + expected: ERROR + [Sending and receiving OffscreenCanvas between window and service worker] + expected: NOTRUN |