Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / ManualTests / animated-gif-on-compositing-layer.html
blob6a3b926127624ae7ffe345014023beee92ad42e0
1 <html><head>
2 <title>Animated GIF on a compositing layer</title>
3 <style type="text/css" media="screen">
4 .compositing {
5 top: 0px;
6 left: 0px;
7 transform:translateZ(0);
9 </style>
10 </head><body>
11 <p>This test checks that a gif animation can run on a compositing layer. The test passes if the gif animation runs.</p>
12 <img class="compositing" src="./resources/animated-infinite.gif" />
13 </body></html>