blob: d4bd0eb472c948a496b1686f9250df9a8e78adb0 [file] [log] [blame]
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>
REGRESSION: crash on accessing a new iframe's contentWindow property.
This tests HTMLIFrameElement.contentWindow.
If there is no crash this test passes.
<script type="text/javascript">
if (window.layoutTestController)
layoutTestController.dumpAsText();
document.createElement('iframe').contentWindow;
</script>