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