blob: d5c122dcec0b6ce18b371df6b233c1a6aed720ed [file] [log] [blame]
<html>
<head></head>
<body>
-
Before text change:
positions[0] = "|Here is some text"
positions[1] = "H|ere is some text"
positions[2] = "He|re is some text"
positions[3] = "Her|e is some text"
positions[4] = "Here| is some text"
positions[5] = "Here |is some text"
positions[6] = "Here i|s some text"
positions[7] = "Here is| some text"
positions[8] = "Here is |some text"
positions[9] = "Here is s|ome text"
positions[10] = "Here is so|me text"
positions[11] = "Here is som|e text"
positions[12] = "Here is some| text"
positions[13] = "Here is some |text"
positions[14] = "Here is some t|ext"
positions[15] = "Here is some te|xt"
positions[16] = "Here is some tex|t"
positions[17] = "Here is some text|"
After text change:
positions[0] = "|is some text"
positions[1] = "|is some text"
positions[2] = "|is some text"
positions[3] = "|is some text"
positions[4] = "|is some text"
positions[5] = "|is some text"
positions[6] = "i|s some text"
positions[7] = "is| some text"
positions[8] = "is |some text"
positions[9] = "is s|ome text"
positions[10] = "is so|me text"
positions[11] = "is som|e text"
positions[12] = "is some| text"
positions[13] = "is some |text"
positions[14] = "is some t|ext"
positions[15] = "is some te|xt"
positions[16] = "is some tex|t"
positions[17] = "is some text|"
-
</body>
</html>