Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / html / imports / resources / script-document-write.html
1 <!DOCTYPE html>
2 <script>
3 debug('About to call document.write()...');
4 // Should be ignored, with a console warning.
5 document.write('Hello, world');
6 debug('...after calling document.write()');
7 </script>