blob: 6bf497c527729222e6fe3fca14d715f07412af56 [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,8,23);
}
</script>
</head>
<body>
<p>one two three four five</p>
</body>
</html>