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

Unified Diff: third_party/WebKit/LayoutTests/editing/execCommand/remove_format_and_extract_contents.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/remove_format_and_extract_contents.html
diff --git a/third_party/WebKit/LayoutTests/editing/execCommand/remove_format_and_extract_contents.html b/third_party/WebKit/LayoutTests/editing/execCommand/remove_format_and_extract_contents.html
index a2fede2a35cad871be7d6dd97cf031c59fd48273..ac2deb8d744de73abe8b93e38e1861a66694ac6c 100644
--- a/third_party/WebKit/LayoutTests/editing/execCommand/remove_format_and_extract_contents.html
+++ b/third_party/WebKit/LayoutTests/editing/execCommand/remove_format_and_extract_contents.html
@@ -51,7 +51,7 @@
},
[
'<div contenteditable id="div">',
- '^<a href="http://example.com/">|</a>',
+ '|<a href="http://example.com/"></a>',
'</div>',
].join('')),
'Range#extractContents() extracts A with anchor text but leaves A.');

Powered by Google App Engine
This is Rietveld 408576698