Roll src/third_party/WebKit d9c6159:8139f33 (svn 201974:201975)
[chromium-blink-merge.git] / chrome / test / data / extensions / test_file_with_about_blank_iframe.html
blob6cefb96aa601cdc67ac8ab0051e65e76525690b5
1 <html>
2 Test file!
3 <iframe></iframe>
4 <script>
5 var win = document.getElementsByTagName('iframe')[0].contentWindow;
6 win.document.open();
7 win.document.write("document.write() from parent called.");
8 win.document.close();
9 </script>
10 </html>