3 <p>test for
<a href=
"rdar://problem/4110775">4110775</a> Crash will occur when double-clicking outerHTML link on W3 DOM test
</p>
5 <div id=
"test">This test passed. We don't support outerHTML on the document object. Neither does WinIE.
</div>
7 <script type=
"text/javascript">
9 var outerStr
= "<div id='test2'>This test failed. We don't support outerHTML on the document object. Neither does WinIE. Why did this work?</div>";
10 t
.outerHTML
= outerStr
;