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

Unified Diff: third_party/WebKit/LayoutTests/editing/execCommand/format-block-multiple-paragraphs.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/execCommand/format-block-multiple-paragraphs.html
diff --git a/third_party/WebKit/LayoutTests/editing/execCommand/format-block-multiple-paragraphs.html b/third_party/WebKit/LayoutTests/editing/execCommand/format-block-multiple-paragraphs.html
index 761140c049d0409320ffdc758e7c75e59e583f8c..2d23c24f03e90b90771ea4b97c3ba5d812dd58cb 100644
--- a/third_party/WebKit/LayoutTests/editing/execCommand/format-block-multiple-paragraphs.html
+++ b/third_party/WebKit/LayoutTests/editing/execCommand/format-block-multiple-paragraphs.html
@@ -25,7 +25,7 @@ test(() => assert_selection(
'formatBlock blockquote',
[
'<div contenteditable>',
- '<blockquote>hello<br>world|</blockquote>',
+ '^<blockquote>hello<br>world</blockquote>|',
'</div>',
].join('')), '1 select all children BLOCKQUOTE');
@@ -51,7 +51,7 @@ test(() => assert_selection(
'formatBlock blockquote',
[
'<div contenteditable>',
- '<blockquote>hello<br>world<br>Blink|</blockquote>',
+ '^<blockquote>hello<br>world<br>Blink</blockquote>|',
'</div>',
].join('')), '3 select all children PRE');

Powered by Google App Engine
This is Rietveld 408576698