blob: 256f488bd40997f5cd448053a8b2d23c16e6b8f5 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
Selection_preserveWhileExecuting(function() {
Formatting_splitAroundSelection(Selection_get());
});
}
</script>
</head>
<body>
<p>
<b>
<i>
<s>Text1</s>
[<s>Text2</s>
<s>Text3</s>]
</i>
</b>
</p>
</body>
</html>