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