blob: 369dd26d572f5e15e4d1fbc4cf5bbd698f98f976 [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] = "|text(inserted)"
positions[1] = "|text(inserted)"
positions[2] = "|text(inserted)"
positions[3] = "|text(inserted)"
positions[4] = "|text(inserted)"
positions[5] = "|text(inserted)"
positions[6] = "|text(inserted)"
positions[7] = "|text(inserted)"
positions[8] = "|text(inserted)"
positions[9] = "|text(inserted)"
positions[10] = "|text(inserted)"
positions[11] = "|text(inserted)"
positions[12] = "|text(inserted)"
positions[13] = "|text(inserted)"
positions[14] = "t|ext(inserted)"
positions[15] = "te|xt(inserted)"
positions[16] = "tex|t(inserted)"
positions[17] = "text|(inserted)"
-
</body>
</html>