Home | History | Annotate | Download | only in ManualTests
      1 <svg xmlns="http://www.w3.org/2000/svg">
      2 <style>
      3   * {
      4     border-top-style: inset
      5   }
      6 </style>
      7 <script>
      8   window.onclick=function() {
      9     getSelection().setBaseAndExtent(document,5,document,5);
     10     getSelection().deleteFromDocument();
     11     getSelection().modify('extend','backward','line');
     12   }
     13 </script>
     14 <text y="50" fill="green" font-size="20">Test passes if no crash on mouse click. Text may be highlighted.</text>
     15 <text> 1 </text>
     16 </svg>
     17