summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/png/errors/unknown-ancillary-error-recovery-2-ref.html
blob: cfa2cbb6f14cc95cb5930dab38fa3fb11bda49bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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>