summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/parser/document-write-noscript.html
blob: b613b3d8b5b49fa27efa4f4681f0bc8a125464f2 (plain)
1
2
3
4
5
6
7
8
9
10
<html> 
<body> 
<script>
if (window.testRunner)
    testRunner.dumpAsText();
</script>
Should not say FAIL:
<script src="data:text/javascript,document.write('<script>');document.write('</script><noscript>');document.write('<div>FAIL</div>');document.write('</noscript>');"></script> 
</body> 
</html>