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

Unified Diff: third_party/WebKit/LayoutTests/editing/deleting/delete-br-001-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/editing/deleting/delete-br-001-expected.txt
diff --git a/third_party/WebKit/LayoutTests/editing/deleting/delete-br-001-expected.txt b/third_party/WebKit/LayoutTests/editing/deleting/delete-br-001-expected.txt
index 630af0b9102b5e43b818e1b5c6f6fdefe6daae38..44b0a807625d272723f589655b9d9cdde696b0bc 100644
--- a/third_party/WebKit/LayoutTests/editing/deleting/delete-br-001-expected.txt
+++ b/third_party/WebKit/LayoutTests/editing/deleting/delete-br-001-expected.txt
@@ -6,13 +6,13 @@ PASS selection.type is "Caret"
PASS selection.anchorOffset is 2
PASS $("work").innerHTML is "abc<br id=\"a\"><br id=\"b\">def"
PASS selection.type is "Caret"
-PASS selection.anchorOffset is 0
+PASS selection.anchorOffset is 3
PASS $("work").innerHTML is "abc<br id=\"c\">def"
PASS selection.type is "Caret"
PASS selection.anchorOffset is 3
PASS $("work").innerHTML is "abc<br id=\"a\">def"
PASS selection.type is "Caret"
-PASS selection.anchorOffset is 0
+PASS selection.anchorOffset is 2
PASS $("work").innerHTML is "abcdef"
PASS selection.type is "Caret"
PASS selection.anchorOffset is 3

Powered by Google App Engine
This is Rietveld 408576698