Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / parser / document-open-in-unload.html
index 471f163..077175f 100644 (file)
@@ -6,5 +6,7 @@ if (window.testRunner)
 
 frames[0].onunload = function () {
     document.open();
+    document.write("PASS");
+    document.close();
 };
 </script>