blob: 17ab443059bfd9bd156b78cd40b0a75dfaa802e4 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
var range = Selection_get();
return ""+Range_hasContent(range);
}
</script>
</head>
<body>
<p>This is a[ ]test</p>
</body>
</html>