Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / images / animated-gif-advance-frames-expected.html
blobec84c5792471a0a6e21a931c4d6e29b76d02d849
1 <!DOCTYPE HTML>
2 <style>
3 #a {
4 display: inline-block;
5 background-color: green;
6 width: 25px;
7 height: 25px;
9 #b {
10 display: inline-block;
11 background-color: red;
12 width: 25px;
13 height: 25px;
15 #c {
16 display: inline-block;
17 background-color: blue;
18 width: 25px;
19 height: 25px;
21 #d {
22 display: inline-block;
23 background-color: yellow;
24 width: 25px;
25 height: 25px;
27 #e {
28 display: inline-block;
29 background-color: green;
30 width: 25px;
31 height: 25px;
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>