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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/textarea/textarea-selection-preservation-expected.txt

Issue 2733783003: TEXTAREA element: Updating child nodes without updating textContent should do nothing (Closed)
Patch Set: Created 3 years, 9 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/fast/forms/textarea/textarea-selection-preservation-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/forms/textarea/textarea-selection-preservation-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/textarea/textarea-selection-preservation-expected.txt
index fa168e7ed6e55cc4f2db33bf8ce097e4d0711376..5b2446a075a1df5ce42be1ea2ce737f2c45fe3be 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/textarea/textarea-selection-preservation-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/forms/textarea/textarea-selection-preservation-expected.txt
@@ -37,8 +37,8 @@ PASS ta.selectionEnd is 9
PASS ta.selectionStart is 12
PASS ta.selectionEnd is 12
- append a empty text node
-PASS ta.selectionStart is 12
-PASS ta.selectionEnd is 12
+PASS ta.selectionStart is 2
+PASS ta.selectionEnd is 3
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698