Rubber-stamped by Brady Eidson.
[webbrowser.git] / LayoutTests / svg / custom / stop-crash.svg
blobb75868668bc3f067d44d4bd42abc2fa3205cf2c8
1 <svg xmlns="http://www.w3.org/2000/svg">
2 <stop/>
3 <script>
4 if (window.layoutTestController)
5 layoutTestController.dumpAsText();
6 </script>
7 <text x="10" y="25">PASS -- if this test doesn't crash it passes.</text>
8 </svg>