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