script_003.html (357B)
1 <!doctype html> 2 <title>document.write script writing a further script</title> 3 <script src="/resources/testharness.js"></script><script src="/resources/testharnessreport.js"></script> 4 <script> 5 var t = async_test(); 6 t.step(function() { 7 document.write("<script>document.write('<script>t.done()</script'+'>')<"+"/script>"); 8 }); 9 </script> 10 <div id="log"></div>