Changeset 285995 in webkit
- Timestamp:
- Nov 18, 2021, 3:19:38 AM (5 years ago)
- Location:
- trunk/LayoutTests/imported/w3c
- Files:
-
- 20 edited
-
ChangeLog (modified) (1 diff)
-
web-platform-tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.blur.exceptions-expected.txt (modified) (1 diff)
-
web-platform-tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.blur.exceptions.worker-expected.txt (modified) (1 diff)
-
web-platform-tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.colorMatrix-expected.txt (modified) (1 diff)
-
web-platform-tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.colorMatrix.worker-expected.txt (modified) (1 diff)
-
web-platform-tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.convolveMatrix.exceptions-expected.txt (modified) (1 diff)
-
web-platform-tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.convolveMatrix.exceptions.worker-expected.txt (modified) (1 diff)
-
web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.fontKerning-expected.txt (modified) (1 diff)
-
web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.fontKerning.with.uppercase-expected.txt (modified) (1 diff)
-
web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.fontKerning.with.uppercase.worker-expected.txt (modified) (1 diff)
-
web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.fontKerning.worker-expected.txt (modified) (1 diff)
-
web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.fontVariant.settings.worker-expected.txt (modified) (1 diff)
-
web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.nonfinite.spacing-expected.txt (modified) (1 diff)
-
web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.nonfinite.spacing.worker-expected.txt (modified) (1 diff)
-
web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.spacing-expected.txt (modified) (1 diff)
-
web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.spacing.measure-expected.txt (modified) (1 diff)
-
web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.spacing.measure.worker-expected.txt (modified) (1 diff)
-
web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.spacing.worker-expected.txt (modified) (1 diff)
-
web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.textRendering.settings-expected.txt (modified) (1 diff)
-
web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.textRendering.settings.worker-expected.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/imported/w3c/ChangeLog
r285993 r285995 1 2021-11-18 Arcady Goldmints-Orlov <agoldmints@igalia.com> 2 3 Update test expectations after r285346 4 https://bugs.webkit.org/show_bug.cgi?id=233290 5 6 Unreviewed test gardening. 7 8 * web-platform-tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.blur.exceptions-expected.txt: 9 * web-platform-tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.blur.exceptions.worker-expected.txt: 10 * web-platform-tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.colorMatrix-expected.txt: 11 * web-platform-tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.colorMatrix.worker-expected.txt: 12 * web-platform-tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.convolveMatrix.exceptions-expected.txt: 13 * web-platform-tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.convolveMatrix.exceptions.worker-expected.txt: 14 * web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.fontKerning-expected.txt: 15 * web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.fontKerning.with.uppercase-expected.txt: 16 * web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.fontKerning.with.uppercase.worker-expected.txt: 17 * web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.fontKerning.worker-expected.txt: 18 * web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.fontVariant.settings.worker-expected.txt: 19 * web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.nonfinite.spacing-expected.txt: 20 * web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.nonfinite.spacing.worker-expected.txt: 21 * web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.spacing-expected.txt: 22 * web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.spacing.measure-expected.txt: 23 * web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.spacing.measure.worker-expected.txt: 24 * web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.spacing.worker-expected.txt: 25 * web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.textRendering.settings-expected.txt: 26 * web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.textRendering.settings.worker-expected.txt: 27 1 28 2021-11-18 Youenn Fablet <youenn@apple.com> 2 29 -
trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.blur.exceptions-expected.txt
r279545 r285995 4 4 5 5 6 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() {6 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() { 7 7 [native code] 8 8 }" ("TypeError") -
trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.blur.exceptions.worker-expected.txt
r279545 r285995 1 1 2 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() {2 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() { 3 3 [native code] 4 4 }" ("TypeError") -
trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.colorMatrix-expected.txt
r279545 r285995 4 4 5 5 6 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() {6 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() { 7 7 [native code] 8 8 }" ("TypeError") -
trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.colorMatrix.worker-expected.txt
r279545 r285995 1 1 2 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() {2 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() { 3 3 [native code] 4 4 }" ("TypeError") -
trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.convolveMatrix.exceptions-expected.txt
r279545 r285995 4 4 5 5 6 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() {6 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() { 7 7 [native code] 8 8 }" ("TypeError") -
trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.convolveMatrix.exceptions.worker-expected.txt
r279545 r285995 1 1 2 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() {2 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() { 3 3 [native code] 4 4 }" ("TypeError") -
trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.fontKerning-expected.txt
r270102 r285995 4 4 5 5 6 FAIL Testing basic functionalities of fontKerning for canvas assert_equals: ctx.fontKerning === " Auto" (got [undefined], expected Auto[string]) expected (string) "Auto" but got (undefined) undefined6 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 7 7 -
trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.fontKerning.with.uppercase-expected.txt
r270102 r285995 4 4 5 5 6 FAIL Testing basic functionalities of fontKerning for canvas assert_equals: ctx.fontKerning === " Auto" (got [undefined], expected Auto[string]) expected (string) "Auto" but got (undefined) undefined6 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 7 7 -
trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.fontKerning.with.uppercase.worker-expected.txt
r270102 r285995 1 1 2 FAIL Testing basic functionalities of fontKerning for canvas assert_equals: ctx.fontKerning === " Auto" (got [undefined], expected Auto[string]) expected (string) "Auto" but got (undefined) undefined2 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 3 3 -
trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.fontKerning.worker-expected.txt
r270102 r285995 1 1 2 FAIL Testing basic functionalities of fontKerning for canvas assert_equals: ctx.fontKerning === " Auto" (got [undefined], expected Auto[string]) expected (string) "Auto" but got (undefined) undefined2 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 3 3 -
trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.fontVariant.settings.worker-expected.txt
r270102 r285995 1 1 2 FAIL Testing basic functionalities of fontKerning for canvas assert_equals: ctx.fontVariantCaps === " Normal" (got [undefined], expected Normal[string]) expected (string) "Normal" but got (undefined) undefined2 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 3 3 -
trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.nonfinite.spacing-expected.txt
r279545 r285995 4 4 5 5 6 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) undefined6 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 7 7 -
trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.nonfinite.spacing.worker-expected.txt
r279545 r285995 1 1 2 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) undefined2 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 3 3 -
trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.spacing-expected.txt
r270102 r285995 4 4 5 5 6 FAIL Testing letter spacing and word spacing assert_equals: ctx. textLetterSpacing === 0 (got [undefined], expected 0[number]) expected (number) 0 but got (undefined) undefined6 FAIL Testing letter spacing and word spacing assert_equals: ctx.letterSpacing === 0 (got [undefined], expected 0[number]) expected (number) 0 but got (undefined) undefined 7 7 -
trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.spacing.measure-expected.txt
r270102 r285995 4 4 5 5 6 FAIL Testing letter spacing and word spacing assert_equals: ctx. textLetterSpacing === 0 (got [undefined], expected 0[number]) expected (number) 0 but got (undefined) undefined6 FAIL Testing letter spacing and word spacing assert_equals: ctx.letterSpacing === 0 (got [undefined], expected 0[number]) expected (number) 0 but got (undefined) undefined 7 7 -
trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.spacing.measure.worker-expected.txt
r270102 r285995 1 1 2 FAIL Testing letter spacing and word spacing assert_equals: ctx. textLetterSpacing === 0 (got [undefined], expected 0[number]) expected (number) 0 but got (undefined) undefined2 FAIL Testing letter spacing and word spacing assert_equals: ctx.letterSpacing === 0 (got [undefined], expected 0[number]) expected (number) 0 but got (undefined) undefined 3 3 -
trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.spacing.worker-expected.txt
r270102 r285995 1 1 2 FAIL Testing letter spacing and word spacing assert_equals: ctx. textLetterSpacing === 0 (got [undefined], expected 0[number]) expected (number) 0 but got (undefined) undefined2 FAIL Testing letter spacing and word spacing assert_equals: ctx.letterSpacing === 0 (got [undefined], expected 0[number]) expected (number) 0 but got (undefined) undefined 3 3 -
trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.textRendering.settings-expected.txt
r270102 r285995 4 4 5 5 6 FAIL Testing basic functionalities of textRendering in Canvas assert_equals: ctx.textRendering === " Auto" (got [undefined], expected Auto[string]) expected (string) "Auto" but got (undefined) undefined6 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 7 7 -
trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.textRendering.settings.worker-expected.txt
r270102 r285995 1 1 2 FAIL Testing basic functionalities of textRendering in Canvas assert_equals: ctx.textRendering === " Auto" (got [undefined], expected Auto[string]) expected (string) "Auto" but got (undefined) undefined2 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 3 3
Note:
See TracChangeset
for help on using the changeset viewer.