Diff
Modified: trunk/LayoutTests/imported/w3c/ChangeLog (285994 => 285995)
--- trunk/LayoutTests/imported/w3c/ChangeLog 2021-11-18 10:43:19 UTC (rev 285994)
+++ trunk/LayoutTests/imported/w3c/ChangeLog 2021-11-18 11:19:38 UTC (rev 285995)
@@ -1,3 +1,30 @@
+2021-11-18 Arcady Goldmints-Orlov <[email protected]>
+
+ Update test expectations after r285346
+ https://bugs.webkit.org/show_bug.cgi?id=233290
+
+ Unreviewed test gardening.
+
+ * web-platform-tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.blur.exceptions-expected.txt:
+ * web-platform-tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.blur.exceptions.worker-expected.txt:
+ * web-platform-tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.colorMatrix-expected.txt:
+ * web-platform-tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.colorMatrix.worker-expected.txt:
+ * web-platform-tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.convolveMatrix.exceptions-expected.txt:
+ * web-platform-tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.convolveMatrix.exceptions.worker-expected.txt:
+ * web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.fontKerning-expected.txt:
+ * web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.fontKerning.with.uppercase-expected.txt:
+ * web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.fontKerning.with.uppercase.worker-expected.txt:
+ * web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.fontKerning.worker-expected.txt:
+ * web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.fontVariant.settings.worker-expected.txt:
+ * 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:
+ * 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-expected.txt:
+ * web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.spacing.measure.worker-expected.txt:
+ * web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.spacing.worker-expected.txt:
+ * web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.textRendering.settings-expected.txt:
+ * web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.textRendering.settings.worker-expected.txt:
+
2021-11-18 Youenn Fablet <[email protected]>
MediaPlayerAVFoundation should support rvfc
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.blur.exceptions-expected.txt (285994 => 285995)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.blur.exceptions-expected.txt 2021-11-18 10:43:19 UTC (rev 285994)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.blur.exceptions-expected.txt 2021-11-18 11:19:38 UTC (rev 285995)
@@ -3,7 +3,7 @@
Test exceptions on CanvasFilter() blur.object
-FAIL Test exceptions on CanvasFilter() blur.object assert_throws_js: function "function () { ctx.filter = new CanvasFilter({blur: null}); }" threw object "ReferenceError: Can't find variable: CanvasFilter" ("ReferenceError") expected instance of function "function TypeError() {
+FAIL Test exceptions on CanvasFilter() blur.object assert_throws_js: function "function () { ctx.filter = new CanvasFilter({filter: "gaussianBlur"}); }" threw object "ReferenceError: Can't find variable: CanvasFilter" ("ReferenceError") expected instance of function "function TypeError() {
[native code]
}" ("TypeError")
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.blur.exceptions.worker-expected.txt (285994 => 285995)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.blur.exceptions.worker-expected.txt 2021-11-18 10:43:19 UTC (rev 285994)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.blur.exceptions.worker-expected.txt 2021-11-18 11:19:38 UTC (rev 285995)
@@ -1,5 +1,5 @@
-FAIL Test exceptions on CanvasFilter() blur.object assert_throws_js: function "function () { ctx.filter = new CanvasFilter({blur: null}); }" threw object "ReferenceError: Can't find variable: CanvasFilter" ("ReferenceError") expected instance of function "function TypeError() {
+FAIL Test exceptions on CanvasFilter() blur.object assert_throws_js: function "function () { ctx.filter = new CanvasFilter({filter: "gaussianBlur"}); }" threw object "ReferenceError: Can't find variable: CanvasFilter" ("ReferenceError") expected instance of function "function TypeError() {
[native code]
}" ("TypeError")
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.colorMatrix-expected.txt (285994 => 285995)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.colorMatrix-expected.txt 2021-11-18 10:43:19 UTC (rev 285994)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.colorMatrix-expected.txt 2021-11-18 11:19:38 UTC (rev 285995)
@@ -3,7 +3,7 @@
Test the functionality of ColorMatrix filters in CanvasFilter objects
-FAIL Test the functionality of ColorMatrix filters in CanvasFilter objects assert_throws_js: function "function () { new CanvasFilter({colorMatrix: {values: undefined}}); }" threw object "ReferenceError: Can't find variable: CanvasFilter" ("ReferenceError") expected instance of function "function TypeError() {
+FAIL Test the functionality of ColorMatrix filters in CanvasFilter objects assert_throws_js: function "function () { new CanvasFilter({filter: "colorMatrix", values: undefined}); }" threw object "ReferenceError: Can't find variable: CanvasFilter" ("ReferenceError") expected instance of function "function TypeError() {
[native code]
}" ("TypeError")
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.colorMatrix.worker-expected.txt (285994 => 285995)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.colorMatrix.worker-expected.txt 2021-11-18 10:43:19 UTC (rev 285994)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.colorMatrix.worker-expected.txt 2021-11-18 11:19:38 UTC (rev 285995)
@@ -1,5 +1,5 @@
-FAIL Test the functionality of ColorMatrix filters in CanvasFilter objects assert_throws_js: function "function () { new CanvasFilter({colorMatrix: {values: undefined}}); }" threw object "ReferenceError: Can't find variable: CanvasFilter" ("ReferenceError") expected instance of function "function TypeError() {
+FAIL Test the functionality of ColorMatrix filters in CanvasFilter objects assert_throws_js: function "function () { new CanvasFilter({filter: "colorMatrix", values: undefined}); }" threw object "ReferenceError: Can't find variable: CanvasFilter" ("ReferenceError") expected instance of function "function TypeError() {
[native code]
}" ("TypeError")
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.convolveMatrix.exceptions-expected.txt (285994 => 285995)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.convolveMatrix.exceptions-expected.txt 2021-11-18 10:43:19 UTC (rev 285994)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.convolveMatrix.exceptions-expected.txt 2021-11-18 11:19:38 UTC (rev 285995)
@@ -3,7 +3,7 @@
Test exceptions on CanvasFilter() convolveMatrix
-FAIL Test exceptions on CanvasFilter() convolveMatrix assert_throws_js: function "function () { new CanvasFilter({convolveMatrix: {}}); }" threw object "ReferenceError: Can't find variable: CanvasFilter" ("ReferenceError") expected instance of function "function TypeError() {
+FAIL Test exceptions on CanvasFilter() convolveMatrix assert_throws_js: function "function () { new CanvasFilter({filter: "convolveMatrix"}); }" threw object "ReferenceError: Can't find variable: CanvasFilter" ("ReferenceError") expected instance of function "function TypeError() {
[native code]
}" ("TypeError")
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.convolveMatrix.exceptions.worker-expected.txt (285994 => 285995)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.convolveMatrix.exceptions.worker-expected.txt 2021-11-18 10:43:19 UTC (rev 285994)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.convolveMatrix.exceptions.worker-expected.txt 2021-11-18 11:19:38 UTC (rev 285995)
@@ -1,5 +1,5 @@
-FAIL Test exceptions on CanvasFilter() convolveMatrix assert_throws_js: function "function () { new CanvasFilter({convolveMatrix: {}}); }" threw object "ReferenceError: Can't find variable: CanvasFilter" ("ReferenceError") expected instance of function "function TypeError() {
+FAIL Test exceptions on CanvasFilter() convolveMatrix assert_throws_js: function "function () { new CanvasFilter({filter: "convolveMatrix"}); }" threw object "ReferenceError: Can't find variable: CanvasFilter" ("ReferenceError") expected instance of function "function TypeError() {
[native code]
}" ("TypeError")
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.fontKerning-expected.txt (285994 => 285995)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.fontKerning-expected.txt 2021-11-18 10:43:19 UTC (rev 285994)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.fontKerning-expected.txt 2021-11-18 11:19:38 UTC (rev 285995)
@@ -3,5 +3,5 @@
Testing basic functionalities of fontKerning for canvas
-FAIL Testing basic functionalities of fontKerning for canvas assert_equals: ctx.fontKerning === "Auto" (got [undefined], expected Auto[string]) expected (string) "Auto" but got (undefined) undefined
+FAIL Testing basic functionalities of fontKerning for canvas assert_equals: ctx.fontKerning === "auto" (got [undefined], expected auto[string]) expected (string) "auto" but got (undefined) undefined
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.fontKerning.with.uppercase-expected.txt (285994 => 285995)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.fontKerning.with.uppercase-expected.txt 2021-11-18 10:43:19 UTC (rev 285994)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.fontKerning.with.uppercase-expected.txt 2021-11-18 11:19:38 UTC (rev 285995)
@@ -3,5 +3,5 @@
Testing basic functionalities of fontKerning for canvas
-FAIL Testing basic functionalities of fontKerning for canvas assert_equals: ctx.fontKerning === "Auto" (got [undefined], expected Auto[string]) expected (string) "Auto" but got (undefined) undefined
+FAIL Testing basic functionalities of fontKerning for canvas assert_equals: ctx.fontKerning === "auto" (got [undefined], expected auto[string]) expected (string) "auto" but got (undefined) undefined
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.fontKerning.with.uppercase.worker-expected.txt (285994 => 285995)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.fontKerning.with.uppercase.worker-expected.txt 2021-11-18 10:43:19 UTC (rev 285994)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.fontKerning.with.uppercase.worker-expected.txt 2021-11-18 11:19:38 UTC (rev 285995)
@@ -1,3 +1,3 @@
-FAIL Testing basic functionalities of fontKerning for canvas assert_equals: ctx.fontKerning === "Auto" (got [undefined], expected Auto[string]) expected (string) "Auto" but got (undefined) undefined
+FAIL Testing basic functionalities of fontKerning for canvas assert_equals: ctx.fontKerning === "auto" (got [undefined], expected auto[string]) expected (string) "auto" but got (undefined) undefined
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.fontKerning.worker-expected.txt (285994 => 285995)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.fontKerning.worker-expected.txt 2021-11-18 10:43:19 UTC (rev 285994)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.fontKerning.worker-expected.txt 2021-11-18 11:19:38 UTC (rev 285995)
@@ -1,3 +1,3 @@
-FAIL Testing basic functionalities of fontKerning for canvas assert_equals: ctx.fontKerning === "Auto" (got [undefined], expected Auto[string]) expected (string) "Auto" but got (undefined) undefined
+FAIL Testing basic functionalities of fontKerning for canvas assert_equals: ctx.fontKerning === "auto" (got [undefined], expected auto[string]) expected (string) "auto" but got (undefined) undefined
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.fontVariant.settings.worker-expected.txt (285994 => 285995)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.fontVariant.settings.worker-expected.txt 2021-11-18 10:43:19 UTC (rev 285994)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.fontVariant.settings.worker-expected.txt 2021-11-18 11:19:38 UTC (rev 285995)
@@ -1,3 +1,3 @@
-FAIL Testing basic functionalities of fontKerning for canvas assert_equals: ctx.fontVariantCaps === "Normal" (got [undefined], expected Normal[string]) expected (string) "Normal" but got (undefined) undefined
+FAIL Testing basic functionalities of fontKerning for canvas assert_equals: ctx.fontVariantCaps === "normal" (got [undefined], expected normal[string]) expected (string) "normal" but got (undefined) undefined
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.nonfinite.spacing-expected.txt (285994 => 285995)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.nonfinite.spacing-expected.txt 2021-11-18 10:43:19 UTC (rev 285994)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.nonfinite.spacing-expected.txt 2021-11-18 11:19:38 UTC (rev 285995)
@@ -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.textLetterSpacing === 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 === 0 (got [undefined], expected 0[number]) expected (number) 0 but got (undefined) undefined
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.nonfinite.spacing.worker-expected.txt (285994 => 285995)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.nonfinite.spacing.worker-expected.txt 2021-11-18 10:43:19 UTC (rev 285994)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.nonfinite.spacing.worker-expected.txt 2021-11-18 11:19:38 UTC (rev 285995)
@@ -1,3 +1,3 @@
-FAIL Testing letter spacing and word spacing with nonfinite inputs assert_equals: ctx.textLetterSpacing === 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 === 0 (got [undefined], expected 0[number]) expected (number) 0 but got (undefined) undefined
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.spacing-expected.txt (285994 => 285995)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.spacing-expected.txt 2021-11-18 10:43:19 UTC (rev 285994)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.spacing-expected.txt 2021-11-18 11:19:38 UTC (rev 285995)
@@ -3,5 +3,5 @@
Testing letter spacing and word spacing
-FAIL Testing letter spacing and word spacing assert_equals: ctx.textLetterSpacing === 0 (got [undefined], expected 0[number]) expected (number) 0 but got (undefined) undefined
+FAIL Testing letter spacing and word spacing assert_equals: ctx.letterSpacing === 0 (got [undefined], expected 0[number]) expected (number) 0 but got (undefined) undefined
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.spacing.measure-expected.txt (285994 => 285995)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.spacing.measure-expected.txt 2021-11-18 10:43:19 UTC (rev 285994)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.spacing.measure-expected.txt 2021-11-18 11:19:38 UTC (rev 285995)
@@ -3,5 +3,5 @@
Testing letter spacing and word spacing
-FAIL Testing letter spacing and word spacing assert_equals: ctx.textLetterSpacing === 0 (got [undefined], expected 0[number]) expected (number) 0 but got (undefined) undefined
+FAIL Testing letter spacing and word spacing assert_equals: ctx.letterSpacing === 0 (got [undefined], expected 0[number]) expected (number) 0 but got (undefined) undefined
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.spacing.measure.worker-expected.txt (285994 => 285995)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.spacing.measure.worker-expected.txt 2021-11-18 10:43:19 UTC (rev 285994)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.spacing.measure.worker-expected.txt 2021-11-18 11:19:38 UTC (rev 285995)
@@ -1,3 +1,3 @@
-FAIL Testing letter spacing and word spacing assert_equals: ctx.textLetterSpacing === 0 (got [undefined], expected 0[number]) expected (number) 0 but got (undefined) undefined
+FAIL Testing letter spacing and word spacing assert_equals: ctx.letterSpacing === 0 (got [undefined], expected 0[number]) expected (number) 0 but got (undefined) undefined
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.spacing.worker-expected.txt (285994 => 285995)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.spacing.worker-expected.txt 2021-11-18 10:43:19 UTC (rev 285994)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.spacing.worker-expected.txt 2021-11-18 11:19:38 UTC (rev 285995)
@@ -1,3 +1,3 @@
-FAIL Testing letter spacing and word spacing assert_equals: ctx.textLetterSpacing === 0 (got [undefined], expected 0[number]) expected (number) 0 but got (undefined) undefined
+FAIL Testing letter spacing and word spacing assert_equals: ctx.letterSpacing === 0 (got [undefined], expected 0[number]) expected (number) 0 but got (undefined) undefined
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.textRendering.settings-expected.txt (285994 => 285995)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.textRendering.settings-expected.txt 2021-11-18 10:43:19 UTC (rev 285994)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.textRendering.settings-expected.txt 2021-11-18 11:19:38 UTC (rev 285995)
@@ -3,5 +3,5 @@
Testing basic functionalities of textRendering in Canvas
-FAIL Testing basic functionalities of textRendering in Canvas assert_equals: ctx.textRendering === "Auto" (got [undefined], expected Auto[string]) expected (string) "Auto" but got (undefined) undefined
+FAIL Testing basic functionalities of textRendering in Canvas assert_equals: ctx.textRendering === "auto" (got [undefined], expected auto[string]) expected (string) "auto" but got (undefined) undefined
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.textRendering.settings.worker-expected.txt (285994 => 285995)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.textRendering.settings.worker-expected.txt 2021-11-18 10:43:19 UTC (rev 285994)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.textRendering.settings.worker-expected.txt 2021-11-18 11:19:38 UTC (rev 285995)
@@ -1,3 +1,3 @@
-FAIL Testing basic functionalities of textRendering in Canvas assert_equals: ctx.textRendering === "Auto" (got [undefined], expected Auto[string]) expected (string) "Auto" but got (undefined) undefined
+FAIL Testing basic functionalities of textRendering in Canvas assert_equals: ctx.textRendering === "auto" (got [undefined], expected auto[string]) expected (string) "auto" but got (undefined) undefined