blob: a898b4422fa9143dc6199c10bdd33cc4c4d045e6 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
var p = document.getElementsByTagName("P")[0];
var pos = new Position(p,2);
Input_replaceRange(pos,pos,"HELLO");
showSelection();
}
</script>
</head>
<body>
<p>Sample<img src="../figures/nothing.png"><img src="../figures/nothing.png">text</p>
</body>
</html>