From 086c044dc34dfc0f74fbe41f4ecb402b2cd34884 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:13:33 +0200 Subject: Merging upstream version 125.0.1. Signed-off-by: Daniel Baumann --- .../invalid-unknown-ancillary-after-IDAT.png | Bin 0 -> 261 bytes .../errors/support/invalid-unknown-ancillary.png | Bin 0 -> 263 bytes .../tests/png/errors/support/no-invalid-chunks.png | Bin 0 -> 248 bytes .../unknown-ancillary-error-recovery-2-ref.html | 17 +++++++++++++++++ .../errors/unknown-ancillary-error-recovery-2.html | 21 +++++++++++++++++++++ .../unknown-ancillary-error-recovery-ref.html | 17 +++++++++++++++++ .../errors/unknown-ancillary-error-recovery.html | 21 +++++++++++++++++++++ 7 files changed, 76 insertions(+) create mode 100644 testing/web-platform/tests/png/errors/support/invalid-unknown-ancillary-after-IDAT.png create mode 100644 testing/web-platform/tests/png/errors/support/invalid-unknown-ancillary.png create mode 100644 testing/web-platform/tests/png/errors/support/no-invalid-chunks.png create mode 100644 testing/web-platform/tests/png/errors/unknown-ancillary-error-recovery-2-ref.html create mode 100644 testing/web-platform/tests/png/errors/unknown-ancillary-error-recovery-2.html create mode 100644 testing/web-platform/tests/png/errors/unknown-ancillary-error-recovery-ref.html create mode 100644 testing/web-platform/tests/png/errors/unknown-ancillary-error-recovery.html (limited to 'testing/web-platform/tests/png/errors') diff --git a/testing/web-platform/tests/png/errors/support/invalid-unknown-ancillary-after-IDAT.png b/testing/web-platform/tests/png/errors/support/invalid-unknown-ancillary-after-IDAT.png new file mode 100644 index 0000000000..e9c9e7ee02 Binary files /dev/null and b/testing/web-platform/tests/png/errors/support/invalid-unknown-ancillary-after-IDAT.png differ diff --git a/testing/web-platform/tests/png/errors/support/invalid-unknown-ancillary.png b/testing/web-platform/tests/png/errors/support/invalid-unknown-ancillary.png new file mode 100644 index 0000000000..21373a5a5a Binary files /dev/null and b/testing/web-platform/tests/png/errors/support/invalid-unknown-ancillary.png differ diff --git a/testing/web-platform/tests/png/errors/support/no-invalid-chunks.png b/testing/web-platform/tests/png/errors/support/no-invalid-chunks.png new file mode 100644 index 0000000000..6605d47985 Binary files /dev/null and b/testing/web-platform/tests/png/errors/support/no-invalid-chunks.png differ diff --git a/testing/web-platform/tests/png/errors/unknown-ancillary-error-recovery-2-ref.html b/testing/web-platform/tests/png/errors/unknown-ancillary-error-recovery-2-ref.html new file mode 100644 index 0000000000..cfa2cbb6f1 --- /dev/null +++ b/testing/web-platform/tests/png/errors/unknown-ancillary-error-recovery-2-ref.html @@ -0,0 +1,17 @@ + + + +PNG Third Edition: Decoder error recovery, invalid ancillary + + + +

Test passes if you see a rainbow square, and not a red one.

+
+ + \ No newline at end of file diff --git a/testing/web-platform/tests/png/errors/unknown-ancillary-error-recovery-2.html b/testing/web-platform/tests/png/errors/unknown-ancillary-error-recovery-2.html new file mode 100644 index 0000000000..23191fe39f --- /dev/null +++ b/testing/web-platform/tests/png/errors/unknown-ancillary-error-recovery-2.html @@ -0,0 +1,21 @@ + + + +PNG Third Edition: Decoder error recovery, invalid ancillary after IDAT + + + + + + + +

Test passes if you see a rainbow square, and not a red one.

+
+ + \ No newline at end of file diff --git a/testing/web-platform/tests/png/errors/unknown-ancillary-error-recovery-ref.html b/testing/web-platform/tests/png/errors/unknown-ancillary-error-recovery-ref.html new file mode 100644 index 0000000000..cfa2cbb6f1 --- /dev/null +++ b/testing/web-platform/tests/png/errors/unknown-ancillary-error-recovery-ref.html @@ -0,0 +1,17 @@ + + + +PNG Third Edition: Decoder error recovery, invalid ancillary + + + +

Test passes if you see a rainbow square, and not a red one.

+
+ + \ No newline at end of file diff --git a/testing/web-platform/tests/png/errors/unknown-ancillary-error-recovery.html b/testing/web-platform/tests/png/errors/unknown-ancillary-error-recovery.html new file mode 100644 index 0000000000..df37153fd7 --- /dev/null +++ b/testing/web-platform/tests/png/errors/unknown-ancillary-error-recovery.html @@ -0,0 +1,21 @@ + + + +PNG Third Edition: Decoder error recovery, invalid ancillary + + + + + + + +

Test passes if you see a rainbow square, and not a red one.

+
+ + \ No newline at end of file -- cgit v1.2.3