Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / animations / smil-setcurrenttime-crash.svg
blobc53d94ebbf3be1ad4b02707ad7cc6eefb4f40524
1 <?xml version="1.0" encoding="UTF-8"?>
2 <svg version="1.1" xmlns="http://www.w3.org/2000/svg">
3 <!-- Test for https://bugs.webkit.org/show_bug.cgi?id=91326 -->
4 <rect>
5 <animate attributeName="fill" begin="1s; 10s" dur="3s" fill="freeze" values="#000;#fff"/>
6 </rect>
7 <text>PASS: not crashing.</text>
9 <script>
10 if (window.testRunner)
11 testRunner.dumpAsText();
13 document.documentElement.setCurrentTime(5);
14 </script>
15 </svg>