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

Unified Diff: third_party/WebKit/LayoutTests/editing/selection/document-mutation.html

Issue 2704443002: Selection API: extend() should operate DOM Ranges. (Closed)
Patch Set: rebase 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/selection/document-mutation.html
diff --git a/third_party/WebKit/LayoutTests/editing/selection/document-mutation.html b/third_party/WebKit/LayoutTests/editing/selection/document-mutation.html
index cc09145384f38ad9e3ecba7315dacb72b85cb0ce..6587ad267c19ff91967d1117d1637592b7908dc5 100644
--- a/third_party/WebKit/LayoutTests/editing/selection/document-mutation.html
+++ b/third_party/WebKit/LayoutTests/editing/selection/document-mutation.html
@@ -61,7 +61,7 @@ test_selection(
test_selection(
'<p>Abcd efgh T^he Range i|jkl</p>',
selection => doDelete(selection, 5, 8),
- '<p>Abcd ^Range i|jkl</p>',
+ '<p>Abcd ^ Range i|jkl</p>',
'deleteData(5, 8)');
test_selection(

Powered by Google App Engine
This is Rietveld 408576698