chromium/third_party/blink/web_tests/fast/parser/document-write-noscript.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>