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

Unified Diff: third_party/WebKit/LayoutTests/editing/execCommand/remove_format_and_extract_contents.html

Issue 2694823002: Revert of Make FrameSelection to hold non-canonicalized positions (Closed)
Patch Set: Merge branch 'master' of https://chromium.googlesource.com/chromium/src into patch_revert 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 ac2deb8d744de73abe8b93e38e1861a66694ac6c..a2fede2a35cad871be7d6dd97cf031c59fd48273 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