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 |