blob: d852e9f94395ef65b7652ac01f4fe7bf3b584d7a [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
Formatting_applyFormattingChanges(null,{"color": null});
}
</script>
</head>
<body>
<p>
<span style="color: blue; font-size: 18pt">
<s>One</s>
[<s>Two</s>]
<s>Three</s>
</span>
</p>
</body>
</html>