blob: 0059baf2113ffb5a11245dfe759c3712d09ad55d [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(4,18,4,13);
}
</script>
</head>
<body>
<p>one two three four five</p>
</body>
</html>