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

Unified Diff: LayoutTests/editing/pasteboard/paste-plaintext-user-select-none.html

Issue 222023002: focus() behaviour differs depending on how value is set (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebasing Created 6 years, 8 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/pasteboard/paste-plaintext-user-select-none.html
diff --git a/LayoutTests/editing/pasteboard/paste-plaintext-user-select-none.html b/LayoutTests/editing/pasteboard/paste-plaintext-user-select-none.html
index 1692801a87cbb2b10042e8767e3c226accf852de..1d08f16e99e03f72c50e97ea3b8ea1d0051ccaa7 100644
--- a/LayoutTests/editing/pasteboard/paste-plaintext-user-select-none.html
+++ b/LayoutTests/editing/pasteboard/paste-plaintext-user-select-none.html
@@ -19,7 +19,7 @@
if (window.testRunner)
testRunner.dumpAsText();
- document.getElementById('tf').focus();
+ document.getElementById('tf').select();
copyCommand();
document.getElementById('root').focus();

Powered by Google App Engine
This is Rietveld 408576698