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

Unified Diff: LayoutTests/fast/parser/document-write-during-load.html

Issue 806183005: Remove FrameLoader's checkLoadComplete and checkLoadCompleteForThisFrame (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 11 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/parser/document-write-during-load.html
diff --git a/LayoutTests/fast/parser/document-write-during-load.html b/LayoutTests/fast/parser/document-write-during-load.html
index ffc12caf64a6edf2f46ee055b29d463e89d2cdc1..8674ed00211892123eb2d705c8fff5852aafe7d1 100644
--- a/LayoutTests/fast/parser/document-write-during-load.html
+++ b/LayoutTests/fast/parser/document-write-during-load.html
@@ -11,6 +11,7 @@ window.onload = function () {
window.iframe = document.getElementById("iframe");
alert("Ready");
window.iframe.contentDocument.write("<!DOCTYPE html><html style='width: 100px; height: 100px; background-color: green'></html>");
+ window.iframe.contentDocument.close();
alert("PASS");
}
</script>

Powered by Google App Engine
This is Rietveld 408576698