Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / iframe-contentWindow-crash.html
blob55663f55aaadf40d78eadd12f9dc41b62d6ebdf9
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 HTMLIFrameElement.contentWindow.
6 If there is no crash this test passes.
7 <script type="text/javascript">
8 if (window.testRunner)
9 testRunner.dumpAsText();
10 document.createElement('iframe').contentWindow;
11 </script>