haikuwebkit/LayoutTests/fast/parser/document-write-noscript.html

11 lines
301 B
HTML

<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>