Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / document-write-empty.html
blob3fc4f6721e5dda2b03eede20291c8a9e6a71cf73
1 <HTML>
3 <BODY>
4 <p>This tests that document.write() with no parameters does not output any text. See bug 815592. </p>
6 <p>There should not be any text below this sentence.</p>
7 <script>
8 if (window.testRunner)
9 testRunner.dumpAsText();
10 document.write()
11 </script>
13 </BODY>
14 </HTML>