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