1 <svg xmlns=
"http://www.w3.org/2000/svg">
4 border-top-style: inset
8 window.onclick=function() {
9 getSelection().setBaseAndExtent(document,
5,document,
5);
10 getSelection().deleteFromDocument();
11 getSelection().modify('extend','backward','line');
14 <text y=
"50" fill=
"green" font-size=
"20">Test passes if no crash on mouse click. Text may be highlighted.
</text>