fDAT-inherits-cICP.html (1074B)
1 <!DOCTYPE html> 2 <html class="reftest-wait"> 3 <meta charset="utf-8"> 4 <title>PNG Third Edition: animated PNG, fdAT inherits colorspace from cICP</title> 5 <link rel="author" title="Chris Lilley" href="mailto:chris@w3.org"> 6 <link rel="help" href="https://www.w3.org/TR/png-3/#apng-frame-based-animation"> 7 <link rel="help" href="https://www.w3.org/TR/png-3/#structure"> 8 <link rel="help" href="https://www.w3.org/TR/png-3/#fdAT-chunk"> 9 <link rel="help" href="https://www.w3.org/TR/png-3/#cICP-chunk"> 10 <link rel="match" href="apng-lime-rectangle-ref.html"> 11 <meta name="assert" content="Each frame inherits every property specified by any critical or ancillary chunks before the first IDAT chunk in the file"> 12 <script> 13 const el = document.querySelector(".reftest-wait"); 14 setTimeout(() => { 15 el.classList.remove('reftest-wait'); 16 }, 2100); 17 </script> 18 <body> 19 <p>Test passes if you see a lime green rectangle, and no red.</p> 20 <!-- sRGB lime = color(display-p3 0.4584 0.9853 0.2983) --> 21 <div class="test"><img src="support/062.png" alt=""></div> 22 </body>