Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / invalid-parsercontext-valid-keyword-crash.svg
blob2ede9601788ef9c27d54c5a84a0825f629cd737b
1 <svg xmlns="http://www.w3.org/2000/svg">
2 <!-- This test passes if there is no crash. -->
3 <rect>
4 <animate attributeName="display" to="bevel"></animate>
5 </rect>
7 <text x="10" y="20">Excellent - did not crash. See bug https://bugs.webkit.org/show_bug.cgi?id=105275</text>
8 <script>
9 if (window.testRunner)
10 testRunner.dumpAsText();
11 </script>
12 </svg>