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

Side by Side Diff: third_party/WebKit/LayoutTests/images/animated-png-timeout.html

Issue 2814453004: Add a layout test for APNG (Closed)
Patch Set: Created 3 years, 8 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 unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/images/animated-png-timeout-expected.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <html>
2 <head>
3 <title>APNG test: Second frame displays quickly, replacing red with green.</titl e>
4 <style>
5 img { margin: 1px; }
foolip 2017/04/11 04:19:03 Is this needed, can't it be removed both here and
scroggo_chromium 2017/04/11 13:57:50 Not necessary. Carried over from another test.
6 </style>
7 </head>
8 <link rel="match" href="animated-png-timeout-expected.html">
9 <body style="margin: 1px">
10 <img src=resources/apng-test.png>
11 <script>
12 if (window.testRunner) {
13 window.onload = function() {
14 testRunner.waitUntilDone();
15
16 setTimeout(function() {
17 testRunner.notifyDone();
18 }, 1000);
19 }
20 }
21 </script>
22 </body>
23 </html>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/images/animated-png-timeout-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698