blob: a04aec3fcc3a535b0b2303eed31c6b1f61eb2731 [file] [log] [blame]
<svg xmlns="http://www.w3.org/2000/svg">
<style>
* {
border-top-style: inset
}
</style>
<script>
window.onclick=function() {
getSelection().setBaseAndExtent(document,5,document,5);
getSelection().deleteFromDocument();
getSelection().modify('extend','backward','line');
}
</script>
<text y="50" fill="green" font-size="20">Test passes if no crash on mouse click. Text may be highlighted.</text>
<text> 1 </text>
</svg>