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