From f362689008eeebcdb58428be9fc69b8a0c65c31e Mon Sep 17 00:00:00 2001 From: smolnar Date: Fri, 11 Feb 2022 08:19:37 +0000 Subject: [PATCH] Bug 1753820 - Update wpt expectancies in the-offscreen-canvas/offscreencanvas.getcontext.html.ini/offscreencanvas.getcontext.worker.js.ini r=aryx DONTBUILD Differential Revision: https://phabricator.services.mozilla.com/D138500 --- .../the-offscreen-canvas/offscreencanvas.getcontext.html.ini | 5 +++++ .../offscreencanvas.getcontext.worker.js.ini | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/testing/web-platform/meta/html/canvas/offscreen/manual/the-offscreen-canvas/offscreencanvas.getcontext.html.ini b/testing/web-platform/meta/html/canvas/offscreen/manual/the-offscreen-canvas/offscreencanvas.getcontext.html.ini index de01c6681694..dda79620a006 100644 --- a/testing/web-platform/meta/html/canvas/offscreen/manual/the-offscreen-canvas/offscreencanvas.getcontext.html.ini +++ b/testing/web-platform/meta/html/canvas/offscreen/manual/the-offscreen-canvas/offscreencanvas.getcontext.html.ini @@ -2,7 +2,12 @@ [Test that getContext with supported string returns correct results] expected: if os == "win": FAIL + if (processor == "x86") and (os == "linux"): FAIL [Test that webglcontext.canvas should return the original OffscreenCanvas] expected: if (processor == "x86") and (os == "linux"): FAIL + + [Test that getContext twice with different context type returns null the second time] + expected: + if (processor == "x86") and (os == "linux"): FAIL diff --git a/testing/web-platform/meta/html/canvas/offscreen/manual/the-offscreen-canvas/offscreencanvas.getcontext.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/manual/the-offscreen-canvas/offscreencanvas.getcontext.worker.js.ini index a996ae09e1d5..580fd088a9a9 100644 --- a/testing/web-platform/meta/html/canvas/offscreen/manual/the-offscreen-canvas/offscreencanvas.getcontext.worker.js.ini +++ b/testing/web-platform/meta/html/canvas/offscreen/manual/the-offscreen-canvas/offscreencanvas.getcontext.worker.js.ini @@ -2,7 +2,12 @@ [Test that getContext with supported string returns correct results] expected: if os == "win": FAIL + if (processor == "x86") and (os == "linux"): FAIL [Test that webglcontext.canvas should return the original OffscreenCanvas] expected: if (processor == "x86") and (os == "linux"): FAIL + + [Test that getContext twice with different context type returns null the second time] + expected: + if (processor == "x86") and (os == "linux"): FAIL