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