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

Unified Diff: LayoutTests/editing/pasteboard/input-with-display-none-div.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/input-with-display-none-div.html
diff --git a/LayoutTests/editing/pasteboard/input-with-display-none-div.html b/LayoutTests/editing/pasteboard/input-with-display-none-div.html
index a2b98fe26287d343f36e3cbb2704a57dc7435eaa..51a5f8e0ecd3a6f8284e4ea65f903ed11a3f7986 100644
--- a/LayoutTests/editing/pasteboard/input-with-display-none-div.html
+++ b/LayoutTests/editing/pasteboard/input-with-display-none-div.html
@@ -16,6 +16,7 @@ if (window.testRunner)
var input = document.querySelector('input');
input.focus();
+input.select();
document.execCommand('InsertHTML', false, 'PASS');
document.write(input.value);

Powered by Google App Engine
This is Rietveld 408576698