blob: 6fe6601b3d68d5c7f8cc336c328bdf4afd6b3795 [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</span> three [four] five</p>
</body>
</html>