Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / animations / animateTransform-list-crash-2.html
blob4dc65cde2dbfdcbc5046a403306cc639aa5be6de
1 <!DOCTYPE html>
2 <svg transform="rotate(-90)">
3 <animateTransform attributeName="transform" type="rotate" to="90"/>
4 </svg>
5 <p>PASS</p>
6 <script>
7 if (window.testRunner) {
8 testRunner.waitUntilDone();
9 testRunner.dumpAsText();
11 window.onload = function() {
12 testRunner.notifyDone();
15 </script>