Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / animations / animate-test-attributes-crash.html
blob7202c8a9894ad55cf421a4e5077ace77520326c7
1 <!DOCTYPE html>
2 <svg xmlns="http://www.w3.org/2000/svg">
3 <animate attributeName="requiredFeatures"/>
4 <animate attributeName="requiredExtensions"/>
5 <animate attributeName="systemLanguage"/>
7 <set attributeName="requiredFeatures"/>
8 <set attributeName="requiredExtensions"/>
9 <set attributeName="systemLanguage"/>
10 </svg>
11 <p>Pass if Blink does not crash.</p>
12 <script>
13 if (window.testRunner)
14 testRunner.dumpAsText();
15 </script>