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> |