blob: a72791a19d9976622067dada519d25608b4722a6 [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>