summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/parser/document-write-partial-script.html
blob: 1f27ab1b92fa35affef182e6381392bd3592ea10 (plain)
1
2
3
4
5
6
7
8
9
<script>
if (window.testRunner)
    testRunner.dumpAsText();

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>