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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/shadow-tree-exposure-expected.txt

Issue 2694043004: Selection API: anchorNode, anchorOffset, focusNode, focusOffset, isCollapsed, and type should be ba… (Closed)
Patch Set: . Created 3 years, 10 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/shadow-tree-exposure-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/forms/shadow-tree-exposure-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/shadow-tree-exposure-expected.txt
index c0ad6f024a869e50d42ffb5b3f463764c5842dd8..acf39a3746006bcb26bfe4f05c9b90741700910e 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/shadow-tree-exposure-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/forms/shadow-tree-exposure-expected.txt
@@ -31,7 +31,7 @@ PASS getSelection().baseNode is container
PASS getSelection().baseOffset is 1
PASS getSelection().extentNode is container
PASS getSelection().extentOffset is 1
-PASS getSelection().type is 'Range'
+PASS getSelection().type is 'Caret'
Add a textarea element.
@@ -49,7 +49,7 @@ PASS getSelection().baseNode is container
PASS getSelection().baseOffset is 2
PASS getSelection().extentNode is container
PASS getSelection().extentOffset is 2
-PASS getSelection().type is 'Range'
+PASS getSelection().type is 'Caret'
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698