summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/parser/document-write-partial-script-external.html
blob: 904e732c29b93e1c6a6b3cba1b030e933a02845d (plain)
1
2
3
4
5
6
7
8
<script>
if (window.testRunner)
    testRunner.dumpAsText();
</script>
<script src="data:text/javascript,document.write('<scr');"></script>ipt>
// <iframe onload="alert('FAIL: If this string is visible, then this test fails.')" src="about:blank"></iframe>
alert('PASS: This test passes if this string is alerted');
</script>