--- /dev/null
+layer at (0,0) size 800x600
+ RenderCanvas at (0,0) size 800x600
+layer at (0,0) size 800x600
+ RenderBlock {HTML} at (0,0) size 800x600
+ RenderBody {BODY} at (8,8) size 784x584
+ RenderBlock {P} at (0,0) size 784x18
+ RenderText {TEXT} at (0,0) size 47x18
+ text run at (0,0) width 47: "test for "
+ RenderInline {A} at (0,0) size 56x18 [color=#0000EE]
+ RenderText {TEXT} at (47,0) size 56x18
+ text run at (47,0) width 56: "4065447"
+ RenderText {TEXT} at (103,0) size 257x18
+ text run at (103,0) width 257: " (support outerHTML on IMG elements)"
+ RenderBlock {P} at (0,34) size 784x18
+ RenderText {TEXT} at (0,0) size 504x18
+ text run at (0,0) width 504: "If the test fails, you'll see a Mozilla logo; if it succeeds, you'll see an Apple logo."
+ RenderBlock (anonymous) at (0,68) size 784x64
+ RenderImage {IMG} at (0,0) size 52x64
+ RenderText {TEXT} at (0,0) size 0x0
+ RenderText {TEXT} at (0,0) size 0x0
+ RenderText {TEXT} at (0,0) size 0x0
--- /dev/null
+<html>
+<body>
+<p>test for <a href="rdar://problem/4065447">4065447</a> (support outerHTML on IMG elements)</p>
+<p>If the test fails, you'll see a Mozilla logo; if it succeeds, you'll see an Apple logo.</p>
+<img id="anImage" src="http://images.slashdot.org/topics/topicmozilla.gif">
+
+<script type="text/javascript">
+var anImage = document.getElementById("anImage");
+var outerStr = "<img id='anImage' src='http://images.slashdot.org/topics/topicapple.gif'>";
+anImage.outerHTML = outerStr;
+</script>
+
+</body>
+</html>
+2005-04-21 Vicki Murley <vicki@apple.com>
+
+ - layout test for 4065447, outerHTML on images
+
+ * layout-tests/fast/dynamic/outerHTML-img-expected.txt: Added.
+ * layout-tests/fast/dynamic/outerHTML-img.html: Added.
+
2005-04-20 Vicki Murley <vicki@apple.com>
Reviewed by hyatt.