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