blob: 59a7fa1fabe929ee180346bc0dae8d9c991b5597 [file] [log] [blame]
<html>
<head>
<script>
document.writeln("<script>\nfunction f1() {\n window.foo = true;\n}\nf1();\n <" + "/script>");
</script>
<script>
console.assert(window.foo, "FAIL");
</script>
</head>
</html>