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

Unified Diff: LayoutTests/fast/html/navigation-transition.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/html/navigation-transition.html
diff --git a/LayoutTests/fast/html/navigation-transition.html b/LayoutTests/fast/html/navigation-transition.html
index 63b1cab2a08db0479d081eef5153f0ca1badb483..a87f30f3da531334439817b82a72686a136b876b 100644
--- a/LayoutTests/fast/html/navigation-transition.html
+++ b/LayoutTests/fast/html/navigation-transition.html
@@ -12,6 +12,7 @@ window.onload = function() {
var serializedHTML = internals.serializeNavigationMarkup();
var testiframe = document.getElementById('testiframe');
testiframe.contentDocument.write(serializedHTML);
+ testiframe.contentDocument.close();
transitionElement = document.getElementById('transitionElement');
sourceElement = document.getElementById('boxTransitionElement');

Powered by Google App Engine
This is Rietveld 408576698