blob: 3446e6c70cae967781d196ce7e83c4a592f8ea4d [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
var ps = document.getElementsByTagName("P");
var position = new Position(ps[0],1);
Position_trackWhileExecuting([position],function() {
DOM_insertBefore(ps[0],ps[0].childNodes[2],ps[0].childNodes[1]);
});
var tt = DOM_createElement(document,"tt");
insertAtPosition(position,tt);
}
</script>
</head>
<body><p><span>Zero</span><span>One</span><span>Two</span></p><p>Three</p><p>Four</p></body></html>