blob: b65ea31ceb020c0614c9b4b646df9cc7a5086368 [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>