blob: 0c73cda6a767cb79f0f98ed8d395b0f7b76b727b [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
Formatting_applyFormattingChanges(null,{"color": null,
"font-weight": null,
"font-style": null,
"text-decoration": null});
}
</script>
</head>
<body>
<p>
[<span style="color: blue"><b><i><u>Text</u></i></b></span>]
</p>
</body>
</html>