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

Unified Diff: LayoutTests/editing/pasteboard/paste-removing-iframe.html

Issue 258063005: Blink does not respect input.selectionStart and input.selectionEnd for some cases (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Addressing changes asked in previous patch Created 6 years, 5 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
« no previous file with comments | « LayoutTests/editing/inserting/4960120-1.html ('k') | LayoutTests/editing/pasteboard/pasting-tabs.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/editing/pasteboard/paste-removing-iframe.html
diff --git a/LayoutTests/editing/pasteboard/paste-removing-iframe.html b/LayoutTests/editing/pasteboard/paste-removing-iframe.html
index 6431e6a9aa2ec873c41845b0af55b22f2e93fcef..7792bd0a7382f1a847780eef82473e867cc720ec 100644
--- a/LayoutTests/editing/pasteboard/paste-removing-iframe.html
+++ b/LayoutTests/editing/pasteboard/paste-removing-iframe.html
@@ -22,6 +22,7 @@ function test()
var data = childDocument.getElementById("data");
selection.selectAllChildren(data);
childDocument.execCommand("copy");
+ textarea.focus();
textarea.select();
childDocument.execCommand("paste");
}
« no previous file with comments | « LayoutTests/editing/inserting/4960120-1.html ('k') | LayoutTests/editing/pasteboard/pasting-tabs.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698