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

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

Issue 2496663002: Merge css3/image/ and fast/images/ to images/ (Closed)
Patch Set: Address failing tests (3 of them) Created 4 years, 1 month 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
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <style> 2 <style>
3 #a { 3 #a {
4 display: inline-block; 4 display: inline-block;
5 background-color: green; 5 background-color: green;
6 width: 25px; 6 width: 25px;
7 height: 25px; 7 height: 25px;
8 } 8 }
9 #b { 9 #b {
10 display: inline-block; 10 display: inline-block;
(...skipping 18 matching lines...) Expand all
29 background-color: green; 29 background-color: green;
30 width: 25px; 30 width: 25px;
31 height: 25px; 31 height: 25px;
32 } 32 }
33 </style> 33 </style>
34 <div id="a"></div> 34 <div id="a"></div>
35 <div id="b"></div> 35 <div id="b"></div>
36 <div id="c"></div> 36 <div id="c"></div>
37 <div id="d"></div> 37 <div id="d"></div>
38 <div id="e"></div> 38 <div id="e"></div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698