blob: 2d20e7377f8f9d84ee57111329ce3d13437a0fbb [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
Formatting_applyFormattingChanges(null,{"color": "blue",
"font-size": "12pt",
"font-weight": "bold",
"font-style": "italic",
"text-decoration": "underline"});
}
</script>
</head>
<body>
<p>[Sample] text</p>
</body>
</html>