From 6bf0a5cb5034a7e684dcc3500e841785237ce2dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 19:32:43 +0200 Subject: Adding upstream version 1:115.7.0. Signed-off-by: Daniel Baumann --- testing/web-platform/tests/png/META.yml | 4 +++ testing/web-platform/tests/png/cicp-chunk.html | 40 +++++++++++++++++++++ .../tests/png/support/cicp-display-p3.png | Bin 0 -> 143 bytes .../tests/png/support/trns-high-bits-set.png | Bin 0 -> 205 bytes testing/web-platform/tests/png/trns-chunk.html | 37 +++++++++++++++++++ 5 files changed, 81 insertions(+) create mode 100644 testing/web-platform/tests/png/META.yml create mode 100644 testing/web-platform/tests/png/cicp-chunk.html create mode 100644 testing/web-platform/tests/png/support/cicp-display-p3.png create mode 100644 testing/web-platform/tests/png/support/trns-high-bits-set.png create mode 100644 testing/web-platform/tests/png/trns-chunk.html (limited to 'testing/web-platform/tests/png') diff --git a/testing/web-platform/tests/png/META.yml b/testing/web-platform/tests/png/META.yml new file mode 100644 index 0000000000..da174ac614 --- /dev/null +++ b/testing/web-platform/tests/png/META.yml @@ -0,0 +1,4 @@ +spec: https://www.w3.org/TR/png/ +suggested_reviewers: + - programmax + - svgeesus diff --git a/testing/web-platform/tests/png/cicp-chunk.html b/testing/web-platform/tests/png/cicp-chunk.html new file mode 100644 index 0000000000..8add5d602e --- /dev/null +++ b/testing/web-platform/tests/png/cicp-chunk.html @@ -0,0 +1,40 @@ + +PNG test: cICP chunk + + + + + + +

cICP chunk

+

test pixel values of a display-p3 PNG

+ +

Actual output:

+

FAIL (fallback content)

+ + + diff --git a/testing/web-platform/tests/png/support/cicp-display-p3.png b/testing/web-platform/tests/png/support/cicp-display-p3.png new file mode 100644 index 0000000000..8fa0ce2123 Binary files /dev/null and b/testing/web-platform/tests/png/support/cicp-display-p3.png differ diff --git a/testing/web-platform/tests/png/support/trns-high-bits-set.png b/testing/web-platform/tests/png/support/trns-high-bits-set.png new file mode 100644 index 0000000000..4e309a89a8 Binary files /dev/null and b/testing/web-platform/tests/png/support/trns-high-bits-set.png differ diff --git a/testing/web-platform/tests/png/trns-chunk.html b/testing/web-platform/tests/png/trns-chunk.html new file mode 100644 index 0000000000..3a24753382 --- /dev/null +++ b/testing/web-platform/tests/png/trns-chunk.html @@ -0,0 +1,37 @@ + +PNG test: tRNS chunk + + + + + + +

tRNS chunk handling

+

test ignored high bits on lower bit depth tRNS

+ +

Actual output:

+

FAIL (fallback content)

+ + + -- cgit v1.2.3