Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / ManualTests / animated-gif-looping.html
blob7dff13c3194fe4483e7691c49b8584079e9ac911
1 <html>
2 <body>
3 <div>
4 <img src="./resources/animated-infinite.gif">
5 <p>This should animate.</p>
6 </div>
7 <div>
8 <img src="./resources/non-animated.gif">
9 <p>This should not animate and you should see a cross.</p>
10 </div
11 <div>
12 <img src="./resources/animated-2x.gif">
13 <p>This animation should loop 2 times.</p>
14 </div
15 <div>
16 <img src="./resources/animated-10x.gif">
17 <p>This animation should loop 10 times.</p>
18 </div
19 </body>
20 </html>