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