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

Side by Side Diff: LayoutTests/fast/images/animated-gif-advance-frames-expected.html

Issue 1304093006: Add a new API for testing animated images (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase harder Created 5 years, 3 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
OLDNEW
(Empty)
1 <!DOCTYPE HTML>
2 <style>
3 #a {
4 display: inline-block;
5 background-color: green;
6 width: 25px;
7 height: 25px;
8 }
9 #b {
10 display: inline-block;
11 background-color: red;
12 width: 25px;
13 height: 25px;
14 }
15 #c {
16 display: inline-block;
17 background-color: blue;
18 width: 25px;
19 height: 25px;
20 }
21 #d {
22 display: inline-block;
23 background-color: yellow;
24 width: 25px;
25 height: 25px;
26 }
27 #e {
28 display: inline-block;
29 background-color: green;
30 width: 25px;
31 height: 25px;
32 }
33 </style>
34 <div id="a"></div>
35 <div id="b"></div>
36 <div id="c"></div>
37 <div id="d"></div>
38 <div id="e"></div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698