blob: fedcf76f15049c77b401c43ecf380756d7e198b7 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
var selectionRange = Selection_get();
return Formatting_paragraphTextUpToPosition(selectionRange.start);
}
</script>
</head>
<body>
<p>T[]he <b>quick</b> brown <b>fox <i>jumps <u>over</u></i> the </b>lazy dog.</p>
</body>
</html>