blob: c9a4625f9f7eac2fd5e42cc25bbd8799d43c29e5 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
var range = Selection_get();
var text = Range_getText(range);
return JSON.stringify(text);
}
</script>
</head>
<body>
<p>[Here is some text</p>
<p>And some more</p>
<p>Now the final] paragraph</p>
</body>
</html>