OLD | NEW |
---|---|
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <script> | 2 <script> |
3 debug('About to call document.write()...'); | 3 debug('About to call document.write()...'); |
4 // Should be ignored, with a console warning. | 4 // Should be ignored, with a console warning. |
5 document.write('Hello, world'); | 5 document.write('Hello, world'); |
6 debug('...after calling document.write()'); | 6 debug('...after calling document.write()'); |
7 finishJSTest(); | |
8 </script> | 7 </script> |
OLD | NEW |