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

Unified Diff: third_party/WebKit/LayoutTests/editing/assert_selection.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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/editing/execCommand/crash-indenting-list-item.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/editing/assert_selection.html
diff --git a/third_party/WebKit/LayoutTests/editing/assert_selection.html b/third_party/WebKit/LayoutTests/editing/assert_selection.html
index 57ba0ef7799b02fa97f16d18b5a664bd79f86722..007df4905460b19034e24a471e6963e35ca36aa4 100644
--- a/third_party/WebKit/LayoutTests/editing/assert_selection.html
+++ b/third_party/WebKit/LayoutTests/editing/assert_selection.html
@@ -165,9 +165,9 @@ test(() => assert_selection(
[
'<div id="host">',
'<span id="ghi">ghi</span>',
- '<b id="def">def</b>',
+ '<b id="def">|def</b>',
'<span id="jkl">jkl</span>',
- '<b id="abc">^abc|</b>',
+ '<b id="abc">^abc</b>',
'<span id="mno">mno</span>',
'</div>',
].join(''),
@@ -197,9 +197,9 @@ test(() => assert_selection(
[
'<div id="host">',
'<span id="ghi">ghi</span>',
- '<b id="def" slot="def">def</b>',
+ '<b id="def" slot="def">|def</b>',
'<span id="jkl">jkl</span>',
- '<b id="abc" slot="abc">^abc|</b>',
+ '<b id="abc" slot="abc">^abc</b>',
'<span id="mno">mno</span>',
'</div>',
].join(''),
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/editing/execCommand/crash-indenting-list-item.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698