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