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