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