| 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.');
|
|
|