blob: 650ece839ae2d9b8c40931617c5ed40df42fbade [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
p { border: 1px solid red;
font-size: 20px;
font-family: monospace;
width: 150px; }
</style>
<script src="InputTests.js"></script>
<script>
function performTest()
{
return testPositionWithin("line","backward");
}
</script>
</head>
<body>
<p>one two three four five six seven eight</p>
</body>
</html>