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

Unified Diff: LayoutTests/editing/pasteboard/drop-inputtext-acquires-style.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/drop-inputtext-acquires-style.html
diff --git a/LayoutTests/editing/pasteboard/drop-inputtext-acquires-style.html b/LayoutTests/editing/pasteboard/drop-inputtext-acquires-style.html
index e5982059d1be0dc7746dc0c017a86993ffc364f5..d7e3469eff43d23179eb2a4e6483dc347fd943ec 100644
--- a/LayoutTests/editing/pasteboard/drop-inputtext-acquires-style.html
+++ b/LayoutTests/editing/pasteboard/drop-inputtext-acquires-style.html
@@ -25,7 +25,7 @@ function log(message) {
function runTest() {
var textToDrag = document.getElementById("grabme");
- textToDrag.focus();
+ textToDrag.select();
if (!window.testRunner)
return;

Powered by Google App Engine
This is Rietveld 408576698