blob: 82f82ef38c7e1da28b6c8a91e74219d1d80ce5ad [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
Formatting_applyFormattingChanges(null,{"font-style": "italic"});
Cursor_insertCharacter("b");
Formatting_applyFormattingChanges(null,{"font-style": null});
showSelection();
}
</script>
</head>
<body>
a[]
</body>
</html>