blob: 2e3f0f1421e30f8d64bbdc2912b38976135c0653 [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 testRangeEnclosing("line","backward");
}
</script>
</head>
<body>
<p>one two three four five six seven eight</p>
</body>
</html>