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

Unified Diff: LayoutTests/fast/forms/input-double-click-selection-gap-bug.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: Fixing selection handling of 'value' HTML attribute by initializing m_cachedSelection{Start,End} wi… 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/fast/forms/input-double-click-selection-gap-bug.html
diff --git a/LayoutTests/fast/forms/input-double-click-selection-gap-bug.html b/LayoutTests/fast/forms/input-double-click-selection-gap-bug.html
index 450fad208c699cb74d1b9e90734152438f7dbb65..b514c6b54bb6d818adfbd756fcf7aa9986658c14 100644
--- a/LayoutTests/fast/forms/input-double-click-selection-gap-bug.html
+++ b/LayoutTests/fast/forms/input-double-click-selection-gap-bug.html
@@ -7,8 +7,8 @@
</style>
</head>
<body>
- <p>The top table was resized while the field&rsquo;s contents
- were selected.</p>
+ <p>The top table was resized while the caret postion
tkent 2014/04/09 00:16:48 The test name contains 'double-click-selection'.
harpreet.sk 2014/04/09 14:19:43 In the given test value set in the input field (ie
+ at start of field's content</p>
<table>
<tr>
<td id="cell">

Powered by Google App Engine
This is Rietveld 408576698