blob: acba51f0550f108906e2afd1fcb3e76c0c3b59bb [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","forward");
}
</script>
</head>
<body>
<p>one two three four five six seven eight</p>
</body>
</html>