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

Unified Diff: third_party/WebKit/LayoutTests/editing/deleting/delete-character-003.html

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-character-003.html
diff --git a/third_party/WebKit/LayoutTests/editing/deleting/delete-character-003.html b/third_party/WebKit/LayoutTests/editing/deleting/delete-character-003.html
index 87029a342ad359b26a015d68880425d3067ac3dc..1678536e9aff2202c08134c591be6369aab4e084 100644
--- a/third_party/WebKit/LayoutTests/editing/deleting/delete-character-003.html
+++ b/third_party/WebKit/LayoutTests/editing/deleting/delete-character-003.html
@@ -40,8 +40,8 @@ testIt('a<br>|<br><br>', 'a<br><br>', 'sample.firstChild', 1);
testIt('a<br><br>|<br><br>', 'a<br><br><br>', 'sample', 2);
testIt('a<br>|b', 'ab', 'sample.firstChild', 1);
-testIt('a<br><br>|b', 'a<br>b', 'sample.lastChild', 0);
-testIt('a<br><br><br>|b', 'a<br><br>b', 'sample.lastChild', 0);
+testIt('a<br><br>|b', 'a<br>b', 'sample', 2);
+testIt('a<br><br><br>|b', 'a<br><br>b', 'sample', 3);
testIt('a<br>b|', 'a<br><br>', 'sample', 2);
testIt('a<br><br>b|', 'a<br><br><br>', 'sample', 3);

Powered by Google App Engine
This is Rietveld 408576698