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

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

Issue 2616623002: Do not send redundant selectionchange-events (decouple focus) (Closed)
Patch Set: Rebase Created 3 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: third_party/WebKit/LayoutTests/editing/selection/focus-and-display-none-and-redisplay-expected.txt
diff --git a/third_party/WebKit/LayoutTests/editing/selection/focus-and-display-none-and-redisplay-expected.txt b/third_party/WebKit/LayoutTests/editing/selection/focus-and-display-none-and-redisplay-expected.txt
index 5ea9cc07f36b35d26342a77022302cad27e46ebe..dd9d28b569742fb3cbb96547fd8aab8cd40c9bf4 100644
--- a/third_party/WebKit/LayoutTests/editing/selection/focus-and-display-none-and-redisplay-expected.txt
+++ b/third_party/WebKit/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.
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