summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/parser/document-write-basic.html
blob: 44aff3276a011ccde1beaa3940c952ffd89f8c55 (plain)
1
2
3
4
5
6
7
8
9
<html> 
<body> 
<script>
if (window.testRunner)
    testRunner.dumpAsText();
</script>
<script src="data:text/javascript,document.write('PASS');"></script> 
</body> 
</html>