1 <html><body style='margin:
0 0 0 0;'
><div style='height:
100px; border: solid
1px black;' contenteditable=true
>
2 This layout test is checks that we don't crash when a stand alone image is dragged into a content editable div.
<br />
3 <a href='rdar://problem/
5021127'
>rdar://problem/
5021127</a>
8 window
.parent
.finish();
11 function waitForImageLoad()
13 if (!window
.testRunner
)
16 var img
= document
.body
.getElementsByTagName("img")[0];
20 img
.addEventListener("load", function() {