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