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

Unified Diff: LayoutTests/fast/forms/focus-selection-input-expected.txt

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/focus-selection-input-expected.txt
diff --git a/LayoutTests/fast/forms/focus-selection-input-expected.txt b/LayoutTests/fast/forms/focus-selection-input-expected.txt
index 22324ab60d2f994e6c24429ae9a0dd467bf52ee6..0e97b6b1f0b2cdfab876072399f601cfc880cc18 100644
--- a/LayoutTests/fast/forms/focus-selection-input-expected.txt
+++ b/LayoutTests/fast/forms/focus-selection-input-expected.txt
@@ -26,12 +26,12 @@ This test checks whether the selection is restored, cleared, or set to the full
3) , only the word "SUCCESS" should be selected:
4) Click in the input field, nothing should be selected:
5) Click this label, only the word "SUCCESS" should be selected:
-6) Hit Ctrl-Option-U (or Alt-U on Windows), the whole phrase "SUCCESS and SUCCESS" should be selected:
+6) Hit Ctrl-Option-U (or Alt-U on Windows), nothing should be selected:
7) , only the word "SUCCESS" should be selected:
-8) , the whole phrase "SUCCESS and SUCCESS" should be selected:
+8) , nothing should be selected:
-9) Hit Ctrl-Option-I (or Alt-I on Windows), the whole phrase "SUCCESS and SUCCESS" should be selected:
+9) Hit Ctrl-Option-I (or Alt-I on Windows), nothing should be selected:
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698