Title: [289607] trunk/LayoutTests
Revision
289607
Author
[email protected]
Date
2022-02-11 00:25:05 -0800 (Fri, 11 Feb 2022)

Log Message

LayoutTests/imported/w3c:
[WPE] Several WPT offscreen canvas tests are failing after r287846
https://bugs.webkit.org/show_bug.cgi?id=236474

Reviewed by Carlos Alberto Lopez Perez.

* web-platform-tests/html/canvas/offscreen/conformance-requirements/2d.coordinatespace.worker-expected.txt: Removed.
* web-platform-tests/html/canvas/offscreen/conformance-requirements/2d.coordinatespace.worker.html: Removed.
* web-platform-tests/html/canvas/offscreen/conformance-requirements/2d.missingargs.worker-expected.txt: Removed.
* web-platform-tests/html/canvas/offscreen/conformance-requirements/2d.missingargs.worker.html: Removed.
* web-platform-tests/html/canvas/offscreen/conformance-requirements/2d.voidreturn.worker-expected.txt: Removed.
* web-platform-tests/html/canvas/offscreen/conformance-requirements/2d.voidreturn.worker.html: Removed.
* web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.nonfinite.spacing-expected.txt:
* web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.nonfinite.spacing.worker-expected.txt: Removed.
* web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.nonfinite.spacing.worker.html: Removed.
* web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.spacing-expected.txt:
* web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.spacing.measure.worker-expected.txt: Removed.
* web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.spacing.measure.worker.html: Removed.
* web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.spacing.worker-expected.txt: Removed.
* web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.spacing.worker.html: Removed.
* web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.combined.3d.transforms.worker-expected.txt: Removed.
* web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.combined.3d.transforms.worker.html: Removed.
* web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotate3d.worker-expected.txt: Removed.
* web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotate3d.worker.html: Removed.
* web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotate3d.x.worker-expected.txt: Removed.
* web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotate3d.x.worker.html: Removed.
* web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotate3d.y.worker-expected.txt: Removed.
* web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotate3d.y.worker.html: Removed.
* web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotate3d.z.worker-expected.txt: Removed.
* web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotate3d.z.worker.html: Removed.
* web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotateAxis.worker-expected.txt: Removed.
* web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotateAxis.worker.html: Removed.
* web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.scale.3d.worker-expected.txt: Removed.
* web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.scale.3d.worker.html: Removed.
* web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.setTransform.3d.worker-expected.txt: Removed.
* web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.setTransform.3d.worker.html: Removed.
* web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.transform.3d.worker-expected.txt: Removed.
* web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.transform.3d.worker.html: Removed.
* web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.translate.3d.worker-expected.txt: Removed.
* web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.translate.3d.worker.html: Removed.

LayoutTests:
[GTK] Remove several stale WPT offscreen canvas tests
https://bugs.webkit.org/show_bug.cgi?id=236474

Reviewed by Carlos Alberto Lopez Perez.

r287846 re-sync WPT html/ tests, including offscreen canvas tests.
Some already imported offscreen canvas tests are no longer part of WPT tests.
These tests were marked as Failure but should have actually be removed
instead. Two of these tests needed to update their baseline.

* platform/gtk/TestExpectations:

Modified Paths

Removed Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (289606 => 289607)


--- trunk/LayoutTests/ChangeLog	2022-02-11 08:04:03 UTC (rev 289606)
+++ trunk/LayoutTests/ChangeLog	2022-02-11 08:25:05 UTC (rev 289607)
@@ -1,3 +1,17 @@
+2022-02-11  Diego Pino Garcia  <[email protected]>
+
+        [GTK] Remove several stale WPT offscreen canvas tests
+        https://bugs.webkit.org/show_bug.cgi?id=236474
+
+        Reviewed by Carlos Alberto Lopez Perez.
+
+        r287846 re-sync WPT html/ tests, including offscreen canvas tests.
+        Some already imported offscreen canvas tests are no longer part of WPT tests. 
+        These tests were marked as Failure but should have actually be removed
+        instead. Two of these tests needed to update their baseline.
+
+        * platform/gtk/TestExpectations:
+
 2022-02-10  Antoine Quint  <[email protected]>
 
         [web-animations] additive animations should prevent other animations from running accelerated

Modified: trunk/LayoutTests/imported/w3c/ChangeLog (289606 => 289607)


--- trunk/LayoutTests/imported/w3c/ChangeLog	2022-02-11 08:04:03 UTC (rev 289606)
+++ trunk/LayoutTests/imported/w3c/ChangeLog	2022-02-11 08:25:05 UTC (rev 289607)
@@ -1,3 +1,45 @@
+2022-02-11  Diego Pino Garcia  <[email protected]>
+
+        [WPE] Several WPT offscreen canvas tests are failing after r287846
+        https://bugs.webkit.org/show_bug.cgi?id=236474
+
+        Reviewed by Carlos Alberto Lopez Perez.
+
+        * web-platform-tests/html/canvas/offscreen/conformance-requirements/2d.coordinatespace.worker-expected.txt: Removed.
+        * web-platform-tests/html/canvas/offscreen/conformance-requirements/2d.coordinatespace.worker.html: Removed.
+        * web-platform-tests/html/canvas/offscreen/conformance-requirements/2d.missingargs.worker-expected.txt: Removed.
+        * web-platform-tests/html/canvas/offscreen/conformance-requirements/2d.missingargs.worker.html: Removed.
+        * web-platform-tests/html/canvas/offscreen/conformance-requirements/2d.voidreturn.worker-expected.txt: Removed.
+        * web-platform-tests/html/canvas/offscreen/conformance-requirements/2d.voidreturn.worker.html: Removed.
+        * web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.nonfinite.spacing-expected.txt:
+        * web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.nonfinite.spacing.worker-expected.txt: Removed.
+        * web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.nonfinite.spacing.worker.html: Removed.
+        * web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.spacing-expected.txt:
+        * web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.spacing.measure.worker-expected.txt: Removed.
+        * web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.spacing.measure.worker.html: Removed.
+        * web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.spacing.worker-expected.txt: Removed.
+        * web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.spacing.worker.html: Removed.
+        * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.combined.3d.transforms.worker-expected.txt: Removed.
+        * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.combined.3d.transforms.worker.html: Removed.
+        * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotate3d.worker-expected.txt: Removed.
+        * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotate3d.worker.html: Removed.
+        * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotate3d.x.worker-expected.txt: Removed.
+        * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotate3d.x.worker.html: Removed.
+        * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotate3d.y.worker-expected.txt: Removed.
+        * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotate3d.y.worker.html: Removed.
+        * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotate3d.z.worker-expected.txt: Removed.
+        * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotate3d.z.worker.html: Removed.
+        * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotateAxis.worker-expected.txt: Removed.
+        * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotateAxis.worker.html: Removed.
+        * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.scale.3d.worker-expected.txt: Removed.
+        * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.scale.3d.worker.html: Removed.
+        * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.setTransform.3d.worker-expected.txt: Removed.
+        * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.setTransform.3d.worker.html: Removed.
+        * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.transform.3d.worker-expected.txt: Removed.
+        * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.transform.3d.worker.html: Removed.
+        * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.translate.3d.worker-expected.txt: Removed.
+        * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.translate.3d.worker.html: Removed.
+
 2022-02-10  Nikolaos Mouchtaris  <[email protected]>
 
         Web animations- Composite operation accumulation support for transform properties

Deleted: trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/conformance-requirements/2d.coordinatespace.worker-expected.txt (289606 => 289607)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/conformance-requirements/2d.coordinatespace.worker-expected.txt	2022-02-11 08:04:03 UTC (rev 289606)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/conformance-requirements/2d.coordinatespace.worker-expected.txt	2022-02-11 08:25:05 UTC (rev 289607)
@@ -1,3 +0,0 @@
-
-PASS Coordinate space goes from top-left to bottom-right
-

Deleted: trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/conformance-requirements/2d.coordinatespace.worker.html (289606 => 289607)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/conformance-requirements/2d.coordinatespace.worker.html	2022-02-11 08:04:03 UTC (rev 289606)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/conformance-requirements/2d.coordinatespace.worker.html	2022-02-11 08:25:05 UTC (rev 289607)
@@ -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/conformance-requirements/2d.missingargs.worker-expected.txt (289606 => 289607)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/conformance-requirements/2d.missingargs.worker-expected.txt	2022-02-11 08:04:03 UTC (rev 289606)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/conformance-requirements/2d.missingargs.worker-expected.txt	2022-02-11 08:25:05 UTC (rev 289607)
@@ -1,3 +0,0 @@
-
-PASS Missing arguments cause TypeError
-

Deleted: trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/conformance-requirements/2d.missingargs.worker.html (289606 => 289607)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/conformance-requirements/2d.missingargs.worker.html	2022-02-11 08:04:03 UTC (rev 289606)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/conformance-requirements/2d.missingargs.worker.html	2022-02-11 08:25:05 UTC (rev 289607)
@@ -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/conformance-requirements/2d.voidreturn.worker-expected.txt (289606 => 289607)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/conformance-requirements/2d.voidreturn.worker-expected.txt	2022-02-11 08:04:03 UTC (rev 289606)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/conformance-requirements/2d.voidreturn.worker-expected.txt	2022-02-11 08:25:05 UTC (rev 289607)
@@ -1,3 +0,0 @@
-
-PASS void methods return undefined
-

Deleted: trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/conformance-requirements/2d.voidreturn.worker.html (289606 => 289607)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/conformance-requirements/2d.voidreturn.worker.html	2022-02-11 08:04:03 UTC (rev 289606)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/conformance-requirements/2d.voidreturn.worker.html	2022-02-11 08:25:05 UTC (rev 289607)
@@ -1 +0,0 @@
-<!-- This file is required for WebKit test infrastructure to run the templated test -->
\ No newline at end of file

Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.nonfinite.spacing-expected.txt (289606 => 289607)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.nonfinite.spacing-expected.txt	2022-02-11 08:04:03 UTC (rev 289606)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.nonfinite.spacing-expected.txt	2022-02-11 08:25:05 UTC (rev 289607)
@@ -3,5 +3,5 @@
 Testing letter spacing and word spacing with nonfinite inputs
 
 
-FAIL Testing letter spacing and word spacing with nonfinite inputs assert_equals: ctx.letterSpacing === 0 (got [undefined], expected 0[number]) expected (number) 0 but got (undefined) undefined
+FAIL Testing letter spacing and word spacing with nonfinite inputs assert_equals: ctx.letterSpacing === '0px' (got [undefined], expected 0px[string]) expected (string) "0px" but got (undefined) undefined
 

Deleted: trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.nonfinite.spacing.worker-expected.txt (289606 => 289607)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.nonfinite.spacing.worker-expected.txt	2022-02-11 08:04:03 UTC (rev 289606)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.nonfinite.spacing.worker-expected.txt	2022-02-11 08:25:05 UTC (rev 289607)
@@ -1,3 +0,0 @@
-
-FAIL Testing letter spacing and word spacing with nonfinite inputs assert_equals: ctx.letterSpacing === 0 (got [undefined], expected 0[number]) expected (number) 0 but got (undefined) undefined
-

Deleted: trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.nonfinite.spacing.worker.html (289606 => 289607)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.nonfinite.spacing.worker.html	2022-02-11 08:04:03 UTC (rev 289606)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.nonfinite.spacing.worker.html	2022-02-11 08:25:05 UTC (rev 289607)
@@ -1 +0,0 @@
-<!-- This file is required for WebKit test infrastructure to run the templated test -->
\ No newline at end of file

Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.spacing-expected.txt (289606 => 289607)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.spacing-expected.txt	2022-02-11 08:04:03 UTC (rev 289606)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.spacing-expected.txt	2022-02-11 08:25:05 UTC (rev 289607)
@@ -3,5 +3,5 @@
 Testing letter spacing and word spacing
 
 
-FAIL Testing letter spacing and word spacing assert_equals: ctx.letterSpacing === 0 (got [undefined], expected 0[number]) expected (number) 0 but got (undefined) undefined
+FAIL Testing letter spacing and word spacing assert_equals: ctx.letterSpacing === '0px' (got [undefined], expected 0px[string]) expected (string) "0px" but got (undefined) undefined
 

Deleted: trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.spacing.measure.worker-expected.txt (289606 => 289607)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.spacing.measure.worker-expected.txt	2022-02-11 08:04:03 UTC (rev 289606)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.spacing.measure.worker-expected.txt	2022-02-11 08:25:05 UTC (rev 289607)
@@ -1,3 +0,0 @@
-
-FAIL Testing letter spacing and word spacing assert_equals: ctx.letterSpacing === 0 (got [undefined], expected 0[number]) expected (number) 0 but got (undefined) undefined
-

Deleted: trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.spacing.measure.worker.html (289606 => 289607)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.spacing.measure.worker.html	2022-02-11 08:04:03 UTC (rev 289606)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.spacing.measure.worker.html	2022-02-11 08:25:05 UTC (rev 289607)
@@ -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/text/2d.text.drawing.style.spacing.worker-expected.txt (289606 => 289607)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.spacing.worker-expected.txt	2022-02-11 08:04:03 UTC (rev 289606)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.spacing.worker-expected.txt	2022-02-11 08:25:05 UTC (rev 289607)
@@ -1,3 +0,0 @@
-
-FAIL Testing letter spacing and word spacing assert_equals: ctx.letterSpacing === 0 (got [undefined], expected 0[number]) expected (number) 0 but got (undefined) undefined
-

Deleted: trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.spacing.worker.html (289606 => 289607)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.spacing.worker.html	2022-02-11 08:04:03 UTC (rev 289606)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.spacing.worker.html	2022-02-11 08:25:05 UTC (rev 289607)
@@ -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/transformations/2d.transformation.combined.3d.transforms.worker-expected.txt (289606 => 289607)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.combined.3d.transforms.worker-expected.txt	2022-02-11 08:04:03 UTC (rev 289606)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.combined.3d.transforms.worker-expected.txt	2022-02-11 08:25:05 UTC (rev 289607)
@@ -1,3 +0,0 @@
-
-FAIL perspective and rotate3d work together ctx.perspective is not a function. (In 'ctx.perspective(100)', 'ctx.perspective' is undefined)
-

Deleted: trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.combined.3d.transforms.worker.html (289606 => 289607)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.combined.3d.transforms.worker.html	2022-02-11 08:04:03 UTC (rev 289606)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.combined.3d.transforms.worker.html	2022-02-11 08:25:05 UTC (rev 289607)
@@ -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/transformations/2d.transformation.rotate3d.worker-expected.txt (289606 => 289607)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotate3d.worker-expected.txt	2022-02-11 08:04:03 UTC (rev 289606)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotate3d.worker-expected.txt	2022-02-11 08:25:05 UTC (rev 289607)
@@ -1,3 +0,0 @@
-
-FAIL rotate3d() results in the correct transformation matrix ctx.rotate3d is not a function. (In 'ctx.rotate3d(angleX, angleY, angleZ)', 'ctx.rotate3d' is undefined)
-

Deleted: trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotate3d.worker.html (289606 => 289607)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotate3d.worker.html	2022-02-11 08:04:03 UTC (rev 289606)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotate3d.worker.html	2022-02-11 08:25:05 UTC (rev 289607)
@@ -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/transformations/2d.transformation.rotate3d.x.worker-expected.txt (289606 => 289607)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotate3d.x.worker-expected.txt	2022-02-11 08:04:03 UTC (rev 289606)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotate3d.x.worker-expected.txt	2022-02-11 08:25:05 UTC (rev 289607)
@@ -1,3 +0,0 @@
-
-FAIL rotate3d() around the x axis results in the correct transformation matrix ctx.rotate3d is not a function. (In 'ctx.rotate3d(angle, 0, 0)', 'ctx.rotate3d' is undefined)
-

Deleted: trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotate3d.x.worker.html (289606 => 289607)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotate3d.x.worker.html	2022-02-11 08:04:03 UTC (rev 289606)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotate3d.x.worker.html	2022-02-11 08:25:05 UTC (rev 289607)
@@ -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/transformations/2d.transformation.rotate3d.y.worker-expected.txt (289606 => 289607)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotate3d.y.worker-expected.txt	2022-02-11 08:04:03 UTC (rev 289606)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotate3d.y.worker-expected.txt	2022-02-11 08:25:05 UTC (rev 289607)
@@ -1,3 +0,0 @@
-
-FAIL rotate3d() around the y axis results in the correct transformation matrix ctx.rotate3d is not a function. (In 'ctx.rotate3d(0, angle, 0)', 'ctx.rotate3d' is undefined)
-

Deleted: trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotate3d.y.worker.html (289606 => 289607)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotate3d.y.worker.html	2022-02-11 08:04:03 UTC (rev 289606)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotate3d.y.worker.html	2022-02-11 08:25:05 UTC (rev 289607)
@@ -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/transformations/2d.transformation.rotate3d.z.worker-expected.txt (289606 => 289607)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotate3d.z.worker-expected.txt	2022-02-11 08:04:03 UTC (rev 289606)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotate3d.z.worker-expected.txt	2022-02-11 08:25:05 UTC (rev 289607)
@@ -1,3 +0,0 @@
-
-FAIL rotate3d() around the z axis results in the correct transformation matrix ctx.rotate3d is not a function. (In 'ctx.rotate3d(0, 0, angle)', 'ctx.rotate3d' is undefined)
-

Deleted: trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotate3d.z.worker.html (289606 => 289607)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotate3d.z.worker.html	2022-02-11 08:04:03 UTC (rev 289606)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotate3d.z.worker.html	2022-02-11 08:25:05 UTC (rev 289607)
@@ -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/transformations/2d.transformation.rotateAxis.worker-expected.txt (289606 => 289607)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotateAxis.worker-expected.txt	2022-02-11 08:04:03 UTC (rev 289606)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotateAxis.worker-expected.txt	2022-02-11 08:25:05 UTC (rev 289607)
@@ -1,3 +0,0 @@
-
-FAIL rotateAxis() results in the correct transformation matrix ctx.rotateAxis is not a function. (In 'ctx.rotateAxis(axis.x, axis.y, axis.z, angle)', 'ctx.rotateAxis' is undefined)
-

Deleted: trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotateAxis.worker.html (289606 => 289607)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotateAxis.worker.html	2022-02-11 08:04:03 UTC (rev 289606)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotateAxis.worker.html	2022-02-11 08:25:05 UTC (rev 289607)
@@ -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/transformations/2d.transformation.scale.3d.worker-expected.txt (289606 => 289607)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.scale.3d.worker-expected.txt	2022-02-11 08:04:03 UTC (rev 289606)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.scale.3d.worker-expected.txt	2022-02-11 08:25:05 UTC (rev 289607)
@@ -1,3 +0,0 @@
-
-PASS scale() function with three arguments modifies the underlying matrix appropriately
-

Deleted: trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.scale.3d.worker.html (289606 => 289607)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.scale.3d.worker.html	2022-02-11 08:04:03 UTC (rev 289606)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.scale.3d.worker.html	2022-02-11 08:25:05 UTC (rev 289607)
@@ -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/transformations/2d.transformation.setTransform.3d.worker-expected.txt (289606 => 289607)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.setTransform.3d.worker-expected.txt	2022-02-11 08:04:03 UTC (rev 289606)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.setTransform.3d.worker-expected.txt	2022-02-11 08:25:05 UTC (rev 289607)
@@ -1,3 +0,0 @@
-
-PASS setTransform() with 4x4 matrix keeps all parameters
-

Deleted: trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.setTransform.3d.worker.html (289606 => 289607)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.setTransform.3d.worker.html	2022-02-11 08:04:03 UTC (rev 289606)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.setTransform.3d.worker.html	2022-02-11 08:25:05 UTC (rev 289607)
@@ -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/transformations/2d.transformation.transform.3d.worker-expected.txt (289606 => 289607)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.transform.3d.worker-expected.txt	2022-02-11 08:04:03 UTC (rev 289606)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.transform.3d.worker-expected.txt	2022-02-11 08:25:05 UTC (rev 289607)
@@ -1,3 +0,0 @@
-
-PASS transform() with 4x4 matrix concatenates properly
-

Deleted: trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.transform.3d.worker.html (289606 => 289607)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.transform.3d.worker.html	2022-02-11 08:04:03 UTC (rev 289606)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.transform.3d.worker.html	2022-02-11 08:25:05 UTC (rev 289607)
@@ -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/transformations/2d.transformation.translate.3d.worker-expected.txt (289606 => 289607)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.translate.3d.worker-expected.txt	2022-02-11 08:04:03 UTC (rev 289606)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.translate.3d.worker-expected.txt	2022-02-11 08:25:05 UTC (rev 289607)
@@ -1,3 +0,0 @@
-
-PASS translate() function with three arguments modifies the underlying matrix appropriately
-

Deleted: trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.translate.3d.worker.html (289606 => 289607)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.translate.3d.worker.html	2022-02-11 08:04:03 UTC (rev 289606)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.translate.3d.worker.html	2022-02-11 08:25:05 UTC (rev 289607)
@@ -1 +0,0 @@
-<!-- This file is required for WebKit test infrastructure to run the templated test -->
\ No newline at end of file

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (289606 => 289607)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2022-02-11 08:04:03 UTC (rev 289606)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2022-02-11 08:25:05 UTC (rev 289607)
@@ -145,24 +145,6 @@
 
 # canvas
 webkit.org/b/215462 imported/w3c/web-platform-tests/html/canvas/offscreen/manual/the-offscreen-canvas/offscreencanvas.commit.html [ Failure ]
-imported/w3c/web-platform-tests/html/canvas/offscreen/conformance-requirements/2d.coordinatespace.worker.html [ Failure ]
-imported/w3c/web-platform-tests/html/canvas/offscreen/conformance-requirements/2d.missingargs.worker.html [ Failure ]
-imported/w3c/web-platform-tests/html/canvas/offscreen/conformance-requirements/2d.voidreturn.worker.html [ Failure ]
-imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.nonfinite.spacing.html	[ Failure ]
-imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.nonfinite.spacing.worker.html [ Failure ]
-imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.spacing.html [ Failure ]
-imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.spacing.measure.worker.html [ Failure ]
-imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.spacing.worker.html [ Failure ]
-imported/w3c/web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.combined.3d.transforms.worker.html [ Failure ]
-imported/w3c/web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotate3d.worker.html [ Failure ]
-imported/w3c/web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotate3d.x.worker.html [ Failure ]
-imported/w3c/web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotate3d.y.worker.html [ Failure ]
-imported/w3c/web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotate3d.z.worker.html [ Failure ]
-imported/w3c/web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotateAxis.worker.html [ Failure ]
-imported/w3c/web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.scale.3d.worker.html [ Failure ]
-imported/w3c/web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.setTransform.3d.worker.html [ Failure ]
-imported/w3c/web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.transform.3d.worker.html [ Failure ]
-imported/w3c/web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.translate.3d.worker.html [ Failure ]
 
 # CSS
 webkit.org/b/216161 imported/w3c/web-platform-tests/css/css-pseudo/text-selection.html [ Failure Pass ]
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to