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