blob: 50f66fe6ccc8fbc4bd415f5b87bfd7bb7bb6dc2d [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="footnote">four</span> five</p>
</body>
</html>