Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / animations / discard-on-svg-crash-2.html
blob3f0ed12dd58fd466851c6b895f12b20c321e7268
1 <!DOCTYPE html>
2 <script>
3 if (window.testRunner) {
4 testRunner.waitUntilDone();
5 testRunner.dumpAsText();
7 window.onload = function() {
8 // Give the animation synchronization some time to run.
9 setTimeout(function() {
10 if (window.testRunner)
11 testRunner.notifyDone();
12 }, 50);
14 </script>
15 <!-- PASS if no crash. May require ASan or similar. -->
16 <p>PASS</p>
17 <svg xmlns="http://www.w3.org/2000/svg">
18 <discard begin="0.01s; foo.end"></discard>
19 </svg>