Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / execCommand / 4920488-expected.txt
blob9b0eefeef22e8b089bb0a9322d100004d673d091
1 This tests for a bug in GMail's Editor, they try to extract the contents of a range that has had it's contents removed from the document by an editing command.  Since the bug 43017 requires WebKit does not remove anchor elements, div should be empty after the extraction. We currently leave anchor element in the div due to the Bug 47916.
3 After removeFormat:
4 | "<#selection-anchor>dog"
5 | <a>
6 |   href="http://www.google.com/"
7 |   "food<#selection-focus>"
9 After extractContents():
10 | "<#selection-anchor>"
11 | <a>
12 |   href="http://www.google.com/"
13 |   <#selection-focus>