blob: e9c3dbdc1409cf8d87a76501a3834dc4af7ab699 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
Formatting_applyFormattingChanges(null,{"font-weight": "bold",
"font-style": "italic",
"text-decoration": "underline"});
showSelection();
}
</script>
</head>
<body>
<p>
<span id="test1" uxwrite-abstract="true">one [two] three</span>
</p>
</body>
</html>