Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(95)

Unified Diff: LayoutTests/fast/loader/resources/document-destruction-within-unload-iframe.html

Issue 561813003: Prepare blink to unify definitions of load completion (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add document.close() to scroll-left-while-loading.html Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/loader/resources/document-destruction-within-unload-iframe.html
diff --git a/LayoutTests/fast/loader/resources/document-destruction-within-unload-iframe.html b/LayoutTests/fast/loader/resources/document-destruction-within-unload-iframe.html
index ffa2fc65416ce57c513f956d35ee261d33ed6dfe..b3378f2a192e7593efe26edcdd626990279724be 100644
--- a/LayoutTests/fast/loader/resources/document-destruction-within-unload-iframe.html
+++ b/LayoutTests/fast/loader/resources/document-destruction-within-unload-iframe.html
@@ -10,6 +10,7 @@ function runTest() {
function clearUs() {
document.write();
parent.done();
+ document.close();
}
</script>
<object data="does_not_exist"></object>
« no previous file with comments | « LayoutTests/fast/loader/open-in-srcdoc-unload.html ('k') | LayoutTests/fast/loader/resources/external-script-URL-location.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698