Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / repaint / image-animation-with-zoom.html
blobac333685ad31c45116a7a817d444095d1293e84f
1 <!DOCTYPE HTML>
2 <!-- Test for crbug.com/375765: test passes if a green square is drawn. -->
3 <script src="../../fast/repaint/resources/text-based-repaint.js"></script>
4 <style>
5 html {
6 zoom: 2.2;
8 * {
9 margin: 0;
10 padding: 0;
12 </style>
13 <script>
14 window.testIsAsync = true;
15 window.onload = runRepaintTest;
17 function repaintTest() {
18 window.internals.advanceImageAnimation(targetImage);
19 window.requestAnimationFrame(function() {
20 finishRepaintTest();
21 });
23 </script>
24 <img id="targetImage" src="resources/animate-center.svg" width="10px" height="10px">