1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dom/tests/js/write.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,12 @@ 1.4 +<HTML> 1.5 +<BODY> 1.6 +<P>This is text in the document.</P> 1.7 +<SCRIPT> 1.8 +document.writeln("<P>This is text generated by a document.write."); 1.9 +document.writeln("And this is an image: <IMG SRC='http://zabadubop/layers/tests/mzcolor.gif'></P>"); 1.10 +</SCRIPT> 1.11 +And now some more text in the document. 1.12 +<SCRIPT> 1.13 +document.writeln("<SCRIPT>document.writeln('<P>Text from a recursive document.write.</P>');<\/SCRIPT>"); 1.14 +</SCRIPT> 1.15 +</BODY> 1.16 \ No newline at end of file