Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / html / imports / resources / script-document-write.html
index 0efc98e..4ac449f 100644 (file)
@@ -4,5 +4,4 @@ debug('About to call document.write()...');
 // Should be ignored, with a console warning.
 document.write('Hello, world');
 debug('...after calling document.write()');
-finishJSTest();
 </script>