summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/png/apng/fcTL-dispose-none.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/png/apng/fcTL-dispose-none.html')
-rw-r--r--testing/web-platform/tests/png/apng/fcTL-dispose-none.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/testing/web-platform/tests/png/apng/fcTL-dispose-none.html b/testing/web-platform/tests/png/apng/fcTL-dispose-none.html
new file mode 100644
index 0000000000..f41f17a7c2
--- /dev/null
+++ b/testing/web-platform/tests/png/apng/fcTL-dispose-none.html
@@ -0,0 +1,24 @@
+<!DOCTYPE html>
+<html class="reftest-wait">
+<meta charset="utf-8">
+<title>PNG Third Edition: animated PNG, dispose ops</title>
+<link rel="author" title="Philip Taylor" href="mailto:excors@gmail.com">
+<link rel="author" title="Chris Lilley" href="mailto:chris@w3.org">
+<link rel="help" href="https://www.w3.org/TR/png-3/#apng-frame-based-animation">
+<link rel="help" href="https://www.w3.org/TR/png-3/#fcTL-chunk">
+<link rel="match" href="apng-lime-rectangle-ref.html">
+<meta name="assert" content="no disposal is done on this frame before rendering the next; the contents of the output buffer are left as is.">
+<script>
+ const el = document.querySelector(".reftest-wait");
+ setTimeout(() => {
+ el.classList.remove('reftest-wait');
+ }, 1300);
+</script>
+<style>
+
+</style>
+<body>
+ <p>Test passes if you see a lime green rectangle, and no red.</p>
+ <div class="test"><img src="support/007.png" alt=""></div>
+</body>
+</html> \ No newline at end of file