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