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