blob: e669252f7556e5e0ef5db406b49881915e3a9beb [file] [log] [blame]
<!doctype html>
<title>document.write script writing a further script</title>
<script src="/resources/testharness.js"></script><script src="/resources/testharnessreport.js"></script>
<script>
var t = async_test();
t.step(function() {
document.write("<script>document.write('<script>t.done()</script'+'>')<"+"/script>");
});
</script>
<div id="log"></div>