8 lines
355 B
HTML
8 lines
355 B
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8">
|
|
<title>PNG Third Edition: animated PNG, bit depth. blended 8bit grayscale with alpha</title>
|
|
<link rel="author" title="Chris Lilley" href="mailto:chris@w3.org">
|
|
<body>
|
|
<p>Test passes if you see a solid gray rectangle, and no red.</p>
|
|
<div class="test"><img src="support/solid-gray.png" alt=""></div>
|
|
</body>
|