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