diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
commit | 36d22d82aa202bb199967e9512281e9a53db42c9 (patch) | |
tree | 105e8c98ddea1c1e4784a60a5a6410fa416be2de /testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas | |
parent | Initial commit. (diff) | |
download | firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.tar.xz firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.zip |
Adding upstream version 115.7.0esr.upstream/115.7.0esr
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas')
11 files changed, 56 insertions, 0 deletions
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] |