Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / animations / animate-end-attribute-numeric-precision.html
blob7b303e37afb27009547ff97a05c597baf844945e
1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2 <html>
3 <head>
4 <!-- Tests numeric precision issues in animations -->
5 <script src="../../resources/js-test.js"></script>
6 <script src="resources/SVGTestCase.js"></script>
7 <script src="resources/SVGAnimationTestCase.js"></script>
8 </head>
9 <body onload="runSMILTest()">
10 <h1>SVG 1.1 dynamic animation tests</h1>
11 <p id="description"></p>
12 <div id="console"></div>
13 <script src="script-tests/animate-end-attribute-numeric-precision.js"></script>
14 </body>
15 </html>