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