From 43a97878ce14b72f0981164f87f2e35e14151312 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:22:09 +0200 Subject: Adding upstream version 110.0.1. Signed-off-by: Daniel Baumann --- .../2d.color.space.p3.fillText.html | 59 ++++++++++++++++++++ .../2d.color.space.p3.fillText.shadow.html | 63 ++++++++++++++++++++++ .../2d.color.space.p3.strokeText.html | 60 +++++++++++++++++++++ .../wide-gamut-canvas/2d.color.space.p3.to.p3.html | 39 ++++++++++++++ .../2d.color.space.p3.to.srgb.html | 38 +++++++++++++ .../2d.color.space.p3.toBlob.p3.canvas.html | 51 ++++++++++++++++++ ...2d.color.space.p3.toBlob.with.putImageData.html | 57 ++++++++++++++++++++ ...2d.color.space.p3.toDataURL.jpeg.p3.canvas.html | 47 ++++++++++++++++ .../2d.color.space.p3.toDataURL.p3.canvas.html | 47 ++++++++++++++++ ...color.space.p3.toDataURL.with.putImageData.html | 54 +++++++++++++++++++ 10 files changed, 515 insertions(+) create mode 100644 testing/web-platform/tests/html/canvas/element/wide-gamut-canvas/2d.color.space.p3.fillText.html create mode 100644 testing/web-platform/tests/html/canvas/element/wide-gamut-canvas/2d.color.space.p3.fillText.shadow.html create mode 100644 testing/web-platform/tests/html/canvas/element/wide-gamut-canvas/2d.color.space.p3.strokeText.html create mode 100644 testing/web-platform/tests/html/canvas/element/wide-gamut-canvas/2d.color.space.p3.to.p3.html create mode 100644 testing/web-platform/tests/html/canvas/element/wide-gamut-canvas/2d.color.space.p3.to.srgb.html create mode 100644 testing/web-platform/tests/html/canvas/element/wide-gamut-canvas/2d.color.space.p3.toBlob.p3.canvas.html create mode 100644 testing/web-platform/tests/html/canvas/element/wide-gamut-canvas/2d.color.space.p3.toBlob.with.putImageData.html create mode 100644 testing/web-platform/tests/html/canvas/element/wide-gamut-canvas/2d.color.space.p3.toDataURL.jpeg.p3.canvas.html create mode 100644 testing/web-platform/tests/html/canvas/element/wide-gamut-canvas/2d.color.space.p3.toDataURL.p3.canvas.html create mode 100644 testing/web-platform/tests/html/canvas/element/wide-gamut-canvas/2d.color.space.p3.toDataURL.with.putImageData.html (limited to 'testing/web-platform/tests/html/canvas/element/wide-gamut-canvas') diff --git a/testing/web-platform/tests/html/canvas/element/wide-gamut-canvas/2d.color.space.p3.fillText.html b/testing/web-platform/tests/html/canvas/element/wide-gamut-canvas/2d.color.space.p3.fillText.html new file mode 100644 index 0000000000..5c1a600875 --- /dev/null +++ b/testing/web-platform/tests/html/canvas/element/wide-gamut-canvas/2d.color.space.p3.fillText.html @@ -0,0 +1,59 @@ + + +Canvas test: 2d.color.space.p3.fillText + + + + + + +

2d.color.space.p3.fillText

+

Test if fillText can be used with a solid display-p3 color

+ + +

Actual output:

+

FAIL (fallback content)

+ + + + diff --git a/testing/web-platform/tests/html/canvas/element/wide-gamut-canvas/2d.color.space.p3.fillText.shadow.html b/testing/web-platform/tests/html/canvas/element/wide-gamut-canvas/2d.color.space.p3.fillText.shadow.html new file mode 100644 index 0000000000..3bb74c6ae4 --- /dev/null +++ b/testing/web-platform/tests/html/canvas/element/wide-gamut-canvas/2d.color.space.p3.fillText.shadow.html @@ -0,0 +1,63 @@ + + +Canvas test: 2d.color.space.p3.fillText.shadow + + + + + + +

2d.color.space.p3.fillText.shadow

+

Test if fillText can be used with a display-p3 shadow color

+ + +

Actual output:

+

FAIL (fallback content)

+ + + + diff --git a/testing/web-platform/tests/html/canvas/element/wide-gamut-canvas/2d.color.space.p3.strokeText.html b/testing/web-platform/tests/html/canvas/element/wide-gamut-canvas/2d.color.space.p3.strokeText.html new file mode 100644 index 0000000000..c38084a444 --- /dev/null +++ b/testing/web-platform/tests/html/canvas/element/wide-gamut-canvas/2d.color.space.p3.strokeText.html @@ -0,0 +1,60 @@ + + +Canvas test: 2d.color.space.p3.strokeText + + + + + + +

2d.color.space.p3.strokeText

+

Test if strokeText can be used with a solid display-p3 color

+ + +

Actual output:

+

FAIL (fallback content)

+ + + + diff --git a/testing/web-platform/tests/html/canvas/element/wide-gamut-canvas/2d.color.space.p3.to.p3.html b/testing/web-platform/tests/html/canvas/element/wide-gamut-canvas/2d.color.space.p3.to.p3.html new file mode 100644 index 0000000000..063012f282 --- /dev/null +++ b/testing/web-platform/tests/html/canvas/element/wide-gamut-canvas/2d.color.space.p3.to.p3.html @@ -0,0 +1,39 @@ + + +Canvas test: 2d.color.space.p3.to.p3 + + + + + + +

2d.color.space.p3.to.p3

+

test getImageData with display-p3 and uint8 from display p3 uint8 canvas

+ + +

Actual output:

+

FAIL (fallback content)

+ + + + diff --git a/testing/web-platform/tests/html/canvas/element/wide-gamut-canvas/2d.color.space.p3.to.srgb.html b/testing/web-platform/tests/html/canvas/element/wide-gamut-canvas/2d.color.space.p3.to.srgb.html new file mode 100644 index 0000000000..2cbeaf3b9b --- /dev/null +++ b/testing/web-platform/tests/html/canvas/element/wide-gamut-canvas/2d.color.space.p3.to.srgb.html @@ -0,0 +1,38 @@ + + +Canvas test: 2d.color.space.p3.to.srgb + + + + + + +

2d.color.space.p3.to.srgb

+

test getImageData with srsb and uint8 from display p3 uint8 canvas

+ + +

Actual output:

+

FAIL (fallback content)

+ + + + diff --git a/testing/web-platform/tests/html/canvas/element/wide-gamut-canvas/2d.color.space.p3.toBlob.p3.canvas.html b/testing/web-platform/tests/html/canvas/element/wide-gamut-canvas/2d.color.space.p3.toBlob.p3.canvas.html new file mode 100644 index 0000000000..ef954e4fbb --- /dev/null +++ b/testing/web-platform/tests/html/canvas/element/wide-gamut-canvas/2d.color.space.p3.toBlob.p3.canvas.html @@ -0,0 +1,51 @@ + + +Canvas test: 2d.color.space.p3.toBlob.p3.canvas + + + + + + +

2d.color.space.p3.toBlob.p3.canvas

+

test if toblob returns p3 data from p3 color space canvas

+ + +

Actual output:

+

FAIL (fallback content)

+ + + + diff --git a/testing/web-platform/tests/html/canvas/element/wide-gamut-canvas/2d.color.space.p3.toBlob.with.putImageData.html b/testing/web-platform/tests/html/canvas/element/wide-gamut-canvas/2d.color.space.p3.toBlob.with.putImageData.html new file mode 100644 index 0000000000..609310e1c6 --- /dev/null +++ b/testing/web-platform/tests/html/canvas/element/wide-gamut-canvas/2d.color.space.p3.toBlob.with.putImageData.html @@ -0,0 +1,57 @@ + + +Canvas test: 2d.color.space.p3.toBlob.with.putImageData + + + + + + +

2d.color.space.p3.toBlob.with.putImageData

+

Use putImageData to put some p3 data in canvas and test if toBlob returns the same data

+ + +

Actual output:

+

FAIL (fallback content)

+ + + + diff --git a/testing/web-platform/tests/html/canvas/element/wide-gamut-canvas/2d.color.space.p3.toDataURL.jpeg.p3.canvas.html b/testing/web-platform/tests/html/canvas/element/wide-gamut-canvas/2d.color.space.p3.toDataURL.jpeg.p3.canvas.html new file mode 100644 index 0000000000..b07a0d645d --- /dev/null +++ b/testing/web-platform/tests/html/canvas/element/wide-gamut-canvas/2d.color.space.p3.toDataURL.jpeg.p3.canvas.html @@ -0,0 +1,47 @@ + + +Canvas test: 2d.color.space.p3.toDataURL.jpeg.p3.canvas + + + + + + +

2d.color.space.p3.toDataURL.jpeg.p3.canvas

+

test if toDataURL('image/jpeg') returns p3 data from canvas with p3 color space

+ + +

Actual output:

+

FAIL (fallback content)

+ + + + diff --git a/testing/web-platform/tests/html/canvas/element/wide-gamut-canvas/2d.color.space.p3.toDataURL.p3.canvas.html b/testing/web-platform/tests/html/canvas/element/wide-gamut-canvas/2d.color.space.p3.toDataURL.p3.canvas.html new file mode 100644 index 0000000000..38b6429831 --- /dev/null +++ b/testing/web-platform/tests/html/canvas/element/wide-gamut-canvas/2d.color.space.p3.toDataURL.p3.canvas.html @@ -0,0 +1,47 @@ + + +Canvas test: 2d.color.space.p3.toDataURL.p3.canvas + + + + + + +

2d.color.space.p3.toDataURL.p3.canvas

+

test if toDataURL returns p3 data from canvas with p3 color space

+ + +

Actual output:

+

FAIL (fallback content)

+ + + + diff --git a/testing/web-platform/tests/html/canvas/element/wide-gamut-canvas/2d.color.space.p3.toDataURL.with.putImageData.html b/testing/web-platform/tests/html/canvas/element/wide-gamut-canvas/2d.color.space.p3.toDataURL.with.putImageData.html new file mode 100644 index 0000000000..7eda499e73 --- /dev/null +++ b/testing/web-platform/tests/html/canvas/element/wide-gamut-canvas/2d.color.space.p3.toDataURL.with.putImageData.html @@ -0,0 +1,54 @@ + + +Canvas test: 2d.color.space.p3.toDataURL.with.putImageData + + + + + + +

2d.color.space.p3.toDataURL.with.putImageData

+

Use putImageData to put some p3 data in canvas and test if toDataURL returns the same data

+ + +

Actual output:

+

FAIL (fallback content)

+ + + + -- cgit v1.2.3