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

Unified Diff: third_party/WebKit/LayoutTests/editing/selection/set_base_and_extent/crossing_editable_boundary.html

Issue 2695193002: Selection API: setBaseAndExtent() and selectAllChildren() should create new Range based on the spec… (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/set_base_and_extent/crossing_editable_boundary.html
diff --git a/third_party/WebKit/LayoutTests/editing/selection/set_base_and_extent/crossing_editable_boundary.html b/third_party/WebKit/LayoutTests/editing/selection/set_base_and_extent/crossing_editable_boundary.html
index 094746844a089965aa4dd5408c0b39b2f92e2db8..bafdbe80843beb2e709e91a2ad83230c633e60ab 100644
--- a/third_party/WebKit/LayoutTests/editing/selection/set_base_and_extent/crossing_editable_boundary.html
+++ b/third_party/WebKit/LayoutTests/editing/selection/set_base_and_extent/crossing_editable_boundary.html
@@ -16,8 +16,8 @@ test(function(){
selection.setBaseAndExtent(base, 0, extent, 0);
},
[
- '<div contenteditable>|<table id="base"><tbody>',
- '<tr><td contenteditable="false" id="extent">foo</td></tr>',
+ '<div contenteditable><table id="base">^<tbody>',
+ '<tr><td contenteditable="false" id="extent">|foo</td></tr>',
'</tbody></table></div>'
].join('')
);

Powered by Google App Engine
This is Rietveld 408576698