blob: 2d1e691a35e338a81efda7927db396244cc20dcf [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script src="PositionTests.js"></script>
<script>
function performTest()
{
// From "[one two three] four five"
// To "[one two three four] five"
return positionTest(0,13,0,18);
}
</script>
</head>
<body>
<p>one two three four five</p>
</body>
</html>