blob: 23f07d4836d722e65f111b8dd0b5c1a2bbb75b42 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
Formatting_applyFormattingChanges(null,{"color": "red"});
showSelection();
}
</script>
</head>
<body>
<p>one <span class="footnote">two</span> three [four] five</p>
</body>
</html>