1 This is a test for
<a href=
"http://bugs.webkit.org/show_bug.cgi?id=13868">http://bugs.webkit.org/show_bug.cgi?id=
13868</a>
2 REGRESSION: crash on accessing a new iframe's contentWindow property.
4 This tests HTMLFrameElement.contentWindow.
6 If there is no crash this test passes.
7 <script type=
"text/javascript">
9 testRunner
.dumpAsText();
11 document
.createElement('frame').contentWindow
;