blob: d2d10bb04c75469881722a483b627eb050d4a935 [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>
</body>
</html>