blob: 9b5afc81e553be469cfffbfbcdcce3ad0fa2a63f [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>qu[]ick</b> brown <b>fox <i>jumps <u>over</u></i> the </b>lazy dog.</p>
</body>
</html>