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

Unified Diff: LayoutTests/editing/undo/crash-redo-with-iframes.html

Issue 679863002: Revert "Prepare blink to unify definitions of load completion" (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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/editing/undo/crash-redo-with-iframes.html
diff --git a/LayoutTests/editing/undo/crash-redo-with-iframes.html b/LayoutTests/editing/undo/crash-redo-with-iframes.html
index 52478ffc1a0a0ebb63da7a21588c3f314d93992e..ab6f7fd4d10241f58ce2824d36f0a49f7253c0cf 100644
--- a/LayoutTests/editing/undo/crash-redo-with-iframes.html
+++ b/LayoutTests/editing/undo/crash-redo-with-iframes.html
@@ -27,7 +27,6 @@ sample.appendChild(iframe3);
document.execCommand('SelectAll');
document.execCommand('CreateLink', false, 'foobar');
iframe1.contentWindow.document.write('0123456789');
-iframe1.contentWindow.document.close();
document.execCommand('Undo');
var iframe4 = document.createElement('iframe');

Powered by Google App Engine
This is Rietveld 408576698