blob: 26195c05913c50a72f8b8bbcf830cfab3c426857 [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>