summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/png/errors/unknown-ancillary-error-recovery-2-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/png/errors/unknown-ancillary-error-recovery-2-ref.html')
-rw-r--r--testing/web-platform/tests/png/errors/unknown-ancillary-error-recovery-2-ref.html17
1 files changed, 17 insertions, 0 deletions
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 @@
+<!DOCTYPE html>
+<html>
+<meta charset="utf-8">
+<title>PNG Third Edition: Decoder error recovery, invalid ancillary</title>
+<link rel="author" title="Chris Lilley" href="mailto:chris@w3.org">
+<style>
+ .test {
+ width: 32px;
+ height: 32px;
+ background-color: green;
+ }
+</style>
+<body>
+ <p>Test passes if you see a rainbow square, and not a red one.</p>
+ <div class="test"><img src="support/no-invalid-chunks.png" alt=""></div>
+</body>
+</html> \ No newline at end of file