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

Unified Diff: third_party/WebKit/LayoutTests/editing/execCommand/format-block-multiple-paragraphs-in-pre.html

Issue 2680943004: Make FrameSelection to hold non-canonicalized positions (Closed)
Patch Set: 2014-02-14T23:34:22 Update TestExpectation to include extend-{0,2,4}0.html and selectAllChildren.html 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-in-pre.html
diff --git a/third_party/WebKit/LayoutTests/editing/execCommand/format-block-multiple-paragraphs-in-pre.html b/third_party/WebKit/LayoutTests/editing/execCommand/format-block-multiple-paragraphs-in-pre.html
index d6647cfbd4b8b8852416922a35d7cabe1f88a972..c9f380f95bfcf9993a4ea3f406bfaa456211d599 100644
--- a/third_party/WebKit/LayoutTests/editing/execCommand/format-block-multiple-paragraphs-in-pre.html
+++ b/third_party/WebKit/LayoutTests/editing/execCommand/format-block-multiple-paragraphs-in-pre.html
@@ -15,8 +15,8 @@
[
'<div contenteditable>',
'<h3>',
- 'hello<br>\nworld<br>\nwebkit',
- '</h3>|',
+ 'hello<br>\nworld<br>\nwebkit|',
+ '</h3>',
'</div>',
].join('')),
'formatBlock on all contents with H3');
@@ -51,7 +51,7 @@
[
'<div contenteditable>',
'<pre>',
- 'hello\n<h3>\nworld\nwebkit</h3>|',
+ 'hello\n<h3>\nworld\nwebkit|</h3>',
'</pre>',
'</div>',
].join('')),

Powered by Google App Engine
This is Rietveld 408576698