blob: 6e6756e4815bd9edd73ce214385425c6311151d3 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
Formatting_applyFormattingChanges(null,{"text-align": "center"});
Cursor_insertCharacter("X");
}
</script>
</head>
<body>
<p>Here is s[]ome text</p>
</body>
</html>