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