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