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