blob: 3216c63107ed1b8f374eee3b593aa6058275cde5 [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 HTMLFrameElement.contentWindow.
If there is no crash this test passes.
<script type="text/javascript">
if (window.testRunner)
testRunner.dumpAsText();
document.createElement('frame').contentWindow;
</script>