From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- .../2d.drawImage.alpha.worker.js.ini | 3 +++ .../2d.drawImage.animated.poster.html.ini | 9 +++++++++ .../2d.drawImage.animated.poster.worker.js.ini | 3 +++ .../drawing-images-to-the-canvas/2d.drawImage.broken.html.ini | 8 ++++++++ .../drawing-images-to-the-canvas/2d.drawImage.clip.html.ini | 7 +++++++ .../2d.drawImage.floatsource.html.ini | 4 ++++ .../drawing-images-to-the-canvas/2d.drawImage.null.worker.js.ini | 3 +++ .../drawing-images-to-the-canvas/2d.drawImage.svg.html.ini | 5 +++++ .../drawing-images-to-the-canvas/2d.drawImage.svg.worker.js.ini | 3 +++ .../drawing-images-to-the-canvas/2d.drawImage.transform.html.ini | 7 +++++++ .../2d.drawImage.zerosource.image.html.ini | 4 ++++ 11 files changed, 56 insertions(+) create mode 100644 testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.alpha.worker.js.ini create mode 100644 testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.animated.poster.html.ini create mode 100644 testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.animated.poster.worker.js.ini create mode 100644 testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.broken.html.ini create mode 100644 testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.clip.html.ini create mode 100644 testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.floatsource.html.ini create mode 100644 testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.null.worker.js.ini create mode 100644 testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.svg.html.ini create mode 100644 testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.svg.worker.js.ini create mode 100644 testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.transform.html.ini create mode 100644 testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.zerosource.image.html.ini (limited to 'testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas') diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.alpha.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.alpha.worker.js.ini new file mode 100644 index 0000000000..b42bf4c1c7 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.alpha.worker.js.ini @@ -0,0 +1,3 @@ +[2d.drawImage.alpha.worker.html] + expected: + if (os == "android") and fission: TIMEOUT diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.animated.poster.html.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.animated.poster.html.ini new file mode 100644 index 0000000000..31f0b83a65 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.animated.poster.html.ini @@ -0,0 +1,9 @@ +[2d.drawImage.animated.poster.html] + disabled: + if (os == "mac") and (os_version == "10.15"): https://bugzilla.mozilla.org/show_bug.cgi?id=1753364 + if win10_2004 and debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1753364 + expected: + if (os == "linux") and not fission and swgl: [ERROR, OK] + [OK, ERROR] + [drawImage() of an APNG draws the poster frame] + expected: FAIL diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.animated.poster.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.animated.poster.worker.js.ini new file mode 100644 index 0000000000..2c48d688b6 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.animated.poster.worker.js.ini @@ -0,0 +1,3 @@ +[2d.drawImage.animated.poster.worker.html] + [drawImage() of an APNG draws the poster frame] + expected: FAIL diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.broken.html.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.broken.html.ini new file mode 100644 index 0000000000..38d5c0d0ea --- /dev/null +++ b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.broken.html.ini @@ -0,0 +1,8 @@ +[2d.drawImage.broken.html] + expected: + if (os == "linux") and fission and not swgl and not debug and (processor == "x86_64"): [ERROR, OK] + if (os == "linux") and fission and not swgl and debug: [ERROR, OK] + if (os == "linux") and not fission and debug: [ERROR, OK] + if (os == "linux") and fission and swgl: [ERROR, OK] + if (os == "android") and not debug: [ERROR, OK] + [OK, ERROR] diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.clip.html.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.clip.html.ini new file mode 100644 index 0000000000..888d609b5a --- /dev/null +++ b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.clip.html.ini @@ -0,0 +1,7 @@ +[2d.drawImage.clip.html] + expected: + if (os == "linux") and not swgl and debug and not fission: [ERROR, OK] + if (os == "linux") and swgl and fission: [ERROR, OK] + if (os == "win") and swgl: [ERROR, OK] + if (os == "mac") and debug: [ERROR, OK] + [OK, ERROR] diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.floatsource.html.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.floatsource.html.ini new file mode 100644 index 0000000000..ad4b4d2f08 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.floatsource.html.ini @@ -0,0 +1,4 @@ +[2d.drawImage.floatsource.html] + expected: + if (os == "mac") and debug: [ERROR, OK] + [OK, ERROR] diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.null.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.null.worker.js.ini new file mode 100644 index 0000000000..415fffc631 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.null.worker.js.ini @@ -0,0 +1,3 @@ +[2d.drawImage.null.worker.html] + expected: + if (os == "android") and fission: TIMEOUT diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.svg.html.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.svg.html.ini new file mode 100644 index 0000000000..215a5ae5b2 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.svg.html.ini @@ -0,0 +1,5 @@ +[2d.drawImage.svg.html] + expected: + if (os == "linux") and fission and swgl: [ERROR, OK] + if (os == "linux") and not fission and swgl: [ERROR, OK] + [OK, ERROR] diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.svg.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.svg.worker.js.ini new file mode 100644 index 0000000000..0d792d5177 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.svg.worker.js.ini @@ -0,0 +1,3 @@ +[2d.drawImage.svg.worker.html] + expected: + if (os == "android") and fission: TIMEOUT diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.transform.html.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.transform.html.ini new file mode 100644 index 0000000000..cd7e8ada41 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.transform.html.ini @@ -0,0 +1,7 @@ +[2d.drawImage.transform.html] + expected: + if (os == "linux") and fission and (processor == "x86_64") and not swgl and not debug: [ERROR, OK] + if (os == "win") and (processor == "x86_64") and debug and swgl: [ERROR, OK] + if (os == "win") and (processor == "x86_64") and not debug: [ERROR, OK] + if (os == "linux") and not fission and swgl: [ERROR, OK] + [OK, ERROR] diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.zerosource.image.html.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.zerosource.image.html.ini new file mode 100644 index 0000000000..adb91ae433 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.zerosource.image.html.ini @@ -0,0 +1,4 @@ +[2d.drawImage.zerosource.image.html] + expected: + if (os == "win") and not debug and (processor == "x86_64"): [ERROR, OK] + [OK, ERROR] -- cgit v1.2.3