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