blob: cb4ea641919c2e49030a528bd835819e4bf3ca43 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
var selectionRange = Selection_get();
return Formatting_paragraphTextUpToPosition(selectionRange.start);
}
</script>
</head>
<body>
<p>The <b>quick</b> brown <b>fox <i>jumps <u>over</u></i> the</b> <b>lazy</b> dog.</p>
<p>And[] here is some more text.</p>
</body>
</html>