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

Unified Diff: LayoutTests/fast/forms/input-placeholder-visibility-2-expected.html

Issue 392573002: HTMLTextAreaElement.setSelectionRange should not change focus. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix tests 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
Index: LayoutTests/fast/forms/input-placeholder-visibility-2-expected.html
diff --git a/LayoutTests/fast/forms/input-placeholder-visibility-2-expected.html b/LayoutTests/fast/forms/input-placeholder-visibility-2-expected.html
index 9616f61e90449fce97da1d3fd9783f9aea9db62b..fe4dbf77e1db26d59196840f3fcb65efa103433b 100644
--- a/LayoutTests/fast/forms/input-placeholder-visibility-2-expected.html
+++ b/LayoutTests/fast/forms/input-placeholder-visibility-2-expected.html
@@ -7,6 +7,7 @@
<div>
<input id=i1 value="Text">
<script>
+document.getElementById('i1').focus();
document.getElementById('i1').setSelectionRange(4, 4);
</script>
</body>

Powered by Google App Engine
This is Rietveld 408576698