blob: f612f5fdcd5579328bffb30bfadddcf46e4888a6 [file] [log] [blame]
<html>
<body>
<script>
function runTest()
{
w = window.open("foo.html");
w.document.open();
w.document.write("<html><body><script>setTimeout(() => { alert('foo'); }, 0);<" + "/script></body></html>");
}
</script>
<body onload="runTest()">
</body>
</html>