blob: be17c7dac06b73541308ea9ba8fb6a143897ac47 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
// null is valid JSON but is not a string, and should be ignored
Styles_setCSSText(" ",{ "p": { "-uxwrite-next": "null" } });
Cursor_enterPressed();
Selection_preserveWhileExecuting(showEmptyTextNodes);
showSelection();
}
</script>
</head>
<body>
<p id="item1">Sample t[]ext</p>
</body>
</html>