Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / frame-contentWindow-crash.html
blob3216c63107ed1b8f374eee3b593aa6058275cde5
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">
8 if (window.testRunner)
9 testRunner.dumpAsText();
11 document.createElement('frame').contentWindow;
12 </script>