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

Unified Diff: third_party/WebKit/LayoutTests/editing/deleting/delete-br-001-expected.txt

Issue 2680943004: Make FrameSelection to hold non-canonicalized positions (Closed)
Patch Set: 2014-02-14T23:34:22 Update TestExpectation to include extend-{0,2,4}0.html and selectAllChildren.html 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 44b0a807625d272723f589655b9d9cdde696b0bc..630af0b9102b5e43b818e1b5c6f6fdefe6daae38 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 3
+PASS selection.anchorOffset is 0
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 2
+PASS selection.anchorOffset is 0
PASS $("work").innerHTML is "abcdef"
PASS selection.type is "Caret"
PASS selection.anchorOffset is 3

Powered by Google App Engine
This is Rietveld 408576698