blob: 3c165990bdbd25b83b9c3f405b34fb83b33e6e54 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
Styles_setParagraphClass("Foo");
Cursor_enterPressed();
Selection_preserveWhileExecuting(showEmptyTextNodes);
showSelection();
}
</script>
</head>
<body>
<p id="item1">Sample t[]ext</p>
</body>
</html>