blob: 88b04e40576fdf4d3ecae344318640ac36945c55 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
Cursor_insertCharacter("Test");
Formatting_applyFormattingChanges(null,{"padding-left": "80px"});
Cursor_enterPressed();
Formatting_applyFormattingChanges(null,{"padding-left": null});
Cursor_insertCharacter("A");
showSelection();
}
</script>
</head>
<body>
<p>[]</p>
</body>
</html>