Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / parser / document-close-iframe-load-partial-entity.html
blobd495c348c638ce9303f06b98f59e9a3390f1cca7
1 <script>
2 if (window.testRunner)
3 testRunner.dumpAsText();
4 alert('This test passes if the text "&g" appears below.');
5 </script>
6 This test passes if it doesn't crash.
7 <iframe onload="document.open();document.write('&g');document.close();" >