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