2 <body contenteditable=
"true"><div id=
"test"><a href=
"../resources/abe.png"><img style=
"display:block; margin:0px auto 10px; text-align:center;width: 60px; height: 60px;" src=
"../resources/abe.png" border=
"0"></a>
7 log("BEFORE: " + document
.getElementById("test").innerHTML
);
9 if (window
.testRunner
) {
10 testRunner
.dumpAsText();
11 testRunner
.execCommand("DeleteForward");
13 log("AFTER: " + document
.getElementById("test").innerHTML
);
15 var li
= document
.createElement("li");
16 li
.appendChild(document
.createTextNode(str
));
17 var console
= document
.getElementById("console");
18 console
.appendChild(li
);