Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / frames / document-write-in-iframe-onload-2.html
index 0424a6a..3cbe7c0 100644 (file)
@@ -3,4 +3,4 @@ if (window.testRunner)
     testRunner.dumpAsText();
 </script>
 FAIL
-<iframe onload="document.close(); document.write('<p>PASS (1 of 2)<p>PASS (2 of 2)');"></iframe>
+<iframe onload="document.close(); document.write('<p>PASS (1 of 2)<p>PASS (2 of 2)'); document.close();"></iframe>