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