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