Diff
Modified: trunk/LayoutTests/imported/w3c/ChangeLog (264149 => 264150)
--- trunk/LayoutTests/imported/w3c/ChangeLog 2020-07-09 06:00:31 UTC (rev 264149)
+++ trunk/LayoutTests/imported/w3c/ChangeLog 2020-07-09 06:10:46 UTC (rev 264150)
@@ -1,3 +1,23 @@
+2020-07-08 Lauro Moura <lmo...@igalia.com>
+
+ Unreviewed. Remove uneeded the-offscreen-canvas files after update.
+
+ The HTML tests for these expectations were removed in r264117.
+
+ Also removing two HTML placeholders for already removed JS files from
+ the same revision.
+
+ Unreviewed test gardening.
+
+ * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/offscreencanvas.commit-expected.txt: Removed.
+ * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/offscreencanvas.constructor-expected.txt: Removed.
+ * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/offscreencanvas.constructor.worker-expected.txt: Removed.
+ * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/offscreencanvas.constructor.worker.html: Removed.
+ * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/offscreencanvas.getcontext-expected.txt: Removed.
+ * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/offscreencanvas.getcontext.worker-expected.txt: Removed.
+ * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/offscreencanvas.getcontext.worker.html: Removed.
+ * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/offscreencanvas.transfercontrol.to.offscreen-expected.txt: Removed.
+
2020-07-08 Chris Dumez <cdu...@apple.com>
Resync web-platform-tests/websockets from upstream
Deleted: trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/offscreencanvas.commit-expected.txt (264149 => 264150)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/offscreencanvas.commit-expected.txt 2020-07-09 06:00:31 UTC (rev 264149)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/offscreencanvas.commit-expected.txt 2020-07-09 06:10:46 UTC (rev 264150)
@@ -1,4 +0,0 @@
-
-FAIL Test that calling OffscreenCanvas's commit pushes its contents to its placeholder. placeholder.transferControlToOffscreen is not a function. (In 'placeholder.transferControlToOffscreen()', 'placeholder.transferControlToOffscreen' is undefined)
-FAIL Test that calling commit on an OffscreenCanvas that is not transferred from a HTMLCanvasElement is a noop. ctx.commit is not a function. (In 'ctx.commit()', 'ctx.commit' is undefined)
-
Deleted: trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/offscreencanvas.constructor-expected.txt (264149 => 264150)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/offscreencanvas.constructor-expected.txt 2020-07-09 06:00:31 UTC (rev 264149)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/offscreencanvas.constructor-expected.txt 2020-07-09 06:10:46 UTC (rev 264150)
@@ -1,4 +0,0 @@
-
-PASS Test that calling OffscreenCanvas's constructor generates correct width and height.
-PASS Test that OffscreenCanvas constructor handles invalid arguments correctly
-
Deleted: trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/offscreencanvas.constructor.worker-expected.txt (264149 => 264150)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/offscreencanvas.constructor.worker-expected.txt 2020-07-09 06:00:31 UTC (rev 264149)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/offscreencanvas.constructor.worker-expected.txt 2020-07-09 06:10:46 UTC (rev 264150)
@@ -1,4 +0,0 @@
-
-PASS Test that calling OffscreenCanvas's constructor generates correct width and height.
-PASS Test that OffscreenCanvas constructor handles invalid arguments correctly in a worker
-
Deleted: trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/offscreencanvas.constructor.worker.html (264149 => 264150)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/offscreencanvas.constructor.worker.html 2020-07-09 06:00:31 UTC (rev 264149)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/offscreencanvas.constructor.worker.html 2020-07-09 06:10:46 UTC (rev 264150)
@@ -1 +0,0 @@
-<!-- This file is required for WebKit test infrastructure to run the templated test -->
\ No newline at end of file
Deleted: trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/offscreencanvas.getcontext-expected.txt (264149 => 264150)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/offscreencanvas.getcontext-expected.txt 2020-07-09 06:00:31 UTC (rev 264149)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/offscreencanvas.getcontext-expected.txt 2020-07-09 06:10:46 UTC (rev 264150)
@@ -1,10 +0,0 @@
-
-PASS Test that getContext with un-supported string throws a TypeError.
-FAIL Test that getContext with supported string returns correct results Argument 1 ('contextType') to OffscreenCanvas.getContext must be one of: "2d", "webgl"
-FAIL Test that getContext twice with different context type returns null the second time The object is in an invalid state.
-PASS Test that 2dcontext.canvas should return the original OffscreenCanvas
-PASS Test that webglcontext.canvas should return the original OffscreenCanvas
-FAIL Test that OffscreenCanvasRenderingContext2D with alpha disabled makes the OffscreenCanvas opaque assert_approx_equals: Green channel of the pixel at (5, 5) expected 127 +/- 2 but got 255
-PASS Test that OffscreenCanvasRenderingContext2D with alpha enabled preserves the alpha
-PASS Test that 'alpha' context creation attribute is true by default
-
Deleted: trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/offscreencanvas.getcontext.worker-expected.txt (264149 => 264150)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/offscreencanvas.getcontext.worker-expected.txt 2020-07-09 06:00:31 UTC (rev 264149)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/offscreencanvas.getcontext.worker-expected.txt 2020-07-09 06:10:46 UTC (rev 264150)
@@ -1,10 +0,0 @@
-
-PASS Test that getContext with un-supported string throws a TypeError.
-FAIL Test that getContext with supported string returns correct results Can't find variable: OffscreenCanvasRenderingContext2D
-FAIL Test that getContext twice with different context type returns null the second time The object is in an invalid state.
-PASS Test that 2dcontext.canvas should return the original OffscreenCanvas
-PASS Test that webglcontext.canvas should return the original OffscreenCanvas
-FAIL Test that OffscreenCanvasRenderingContext2D with alpha disabled makes the OffscreenCanvas opaque assert_approx_equals: Green channel of the pixel at (5, 5) expected 127 +/- 2 but got 255
-PASS Test that OffscreenCanvasRenderingContext2D with alpha enabled preserves the alpha
-PASS Test that 'alpha' context creation attribute is true by default
-
Deleted: trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/offscreencanvas.getcontext.worker.html (264149 => 264150)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/offscreencanvas.getcontext.worker.html 2020-07-09 06:00:31 UTC (rev 264149)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/offscreencanvas.getcontext.worker.html 2020-07-09 06:10:46 UTC (rev 264150)
@@ -1 +0,0 @@
-<!-- This file is required for WebKit test infrastructure to run the templated test -->
\ No newline at end of file
Deleted: trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/offscreencanvas.transfercontrol.to.offscreen-expected.txt (264149 => 264150)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/offscreencanvas.transfercontrol.to.offscreen-expected.txt 2020-07-09 06:00:31 UTC (rev 264149)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/offscreencanvas.transfercontrol.to.offscreen-expected.txt 2020-07-09 06:10:46 UTC (rev 264150)
@@ -1,5 +0,0 @@
-
-FAIL Test that an OffscreenCanvas generated by transferControlToOffscreen gets correct width and height placeholder.transferControlToOffscreen is not a function. (In 'placeholder.transferControlToOffscreen()', 'placeholder.transferControlToOffscreen' is undefined)
-FAIL Test that calling getContext on a placeholder canvas that has already transferred its control throws an exception placeholder.transferControlToOffscreen is not a function. (In 'placeholder.transferControlToOffscreen()', 'placeholder.transferControlToOffscreen' is undefined)
-FAIL Test that calling transferControlToOffscreen twice throws an exception placeholder.transferControlToOffscreen is not a function. (In 'placeholder.transferControlToOffscreen()', 'placeholder.transferControlToOffscreen' is undefined)
-