042.html (418B)
1 <!doctype html> 2 <title>document.write entity</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("<body><span>¬"); 8 }); 9 </script>in;abc</span> 10 <script> 11 t.step(function() { 12 assert_equals(document.body.childNodes[0].textContent, "\u2209abc"); 13 }) 14 t.done(); 15 </script> 16 <div id="log"></div>