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

Unified Diff: LayoutTests/editing/selection/focus-and-display-none-and-redisplay-expected.txt

Issue 424973003: Don't clear selection on focus change except for text form control element (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 2014-07-30T09:45:59 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/editing/selection/focus-and-display-none-and-redisplay-expected.txt
diff --git a/LayoutTests/editing/selection/focus-and-display-none-and-redisplay-expected.txt b/LayoutTests/editing/selection/focus-and-display-none-and-redisplay-expected.txt
index 5ea9cc07f36b35d26342a77022302cad27e46ebe..032ad63d5d7ce2f67ac2a7f48feae029c3e7f394 100644
--- a/LayoutTests/editing/selection/focus-and-display-none-and-redisplay-expected.txt
+++ b/LayoutTests/editing/selection/focus-and-display-none-and-redisplay-expected.txt
@@ -1,10 +1,10 @@
-Unfocused TEXTAREA should not accept editing.
+Unfocused TEXTAREA should accept editing if it has selection.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS document.activeElement is not textarea
-PASS textarea.value is "original"
+PASS textarea.value is "addoriginal"
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698