Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(467)

Unified Diff: third_party/WebKit/LayoutTests/images/animated-png-expected.html

Issue 2618633004: Add support for Animated PNG (Closed)
Patch Set: Fix LayoutTest due to accept header change Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/images/animated-png-expected.html
diff --git a/third_party/WebKit/LayoutTests/images/animated-png-expected.html b/third_party/WebKit/LayoutTests/images/animated-png-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..e98f3a6899e550f4f173848a9e2fcbc25eaa81f1
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/images/animated-png-expected.html
@@ -0,0 +1,16 @@
+<html>
+<head>
+<title>APNG reftest: when animation ends, compare its last frame against the reference static PNG.</title>
+<style>
+img { margin: 1px; }
+</style>
+</head>
+<body style="margin: 1px">
+<img src=resources/apng00-ref.png><img src=resources/apng01-ref.png><img src=resources/apng02-ref.png><img src=resources/apng04-ref.png><img src=resources/apng08-ref.png><br>
+<img src=resources/apng10-ref.png><img src=resources/apng11-ref.png><img src=resources/apng12-ref.png><img src=resources/apng14-ref.png><img src=resources/apng18-ref.png><br>
+<!-- These images are slightly different from the final frames of their
+ corresponding apngs. Disable for now.
+<img src=resources/apng24-ref.png><img src=resources/apng26-ref.png>
+-->
+</body>
+</html>
« no previous file with comments | « third_party/WebKit/LayoutTests/images/animated-png.html ('k') | third_party/WebKit/LayoutTests/images/resources/apng00.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698