Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / symbol-viewport-element-crash.svg
blobc5a2d2f81f24de0b807726cade84fec1e5fd0f72
1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2 <use>
3 <symbol>
4 <rect>
5 <animate attributeName="width" to="0%"></animate>
6 </rect>
7 </symbol>
8 </use>
9 <script>
10 if (window.testRunner)
11 testRunner.dumpAsText();
12 </script>
13 <text x="10px" y="100px">This test passes if it did not crash</text>
14 </svg>