blob: cd0fcf2f14bb2e2323c043a4c7f298ab7d81b728 [file] [log] [blame]
This tests was added for a bug where Remove Format would fail to remove links that were fully selected. However, because the bug 43017 requires WebKit does not remove anchor elements, RemoveFormat should NOT remove anchor elements.
Before RemoveFormat:
| <a>
| href="http://www.google.com/"
| "<#selection-anchor>This shouldn't be a link or underlined.<#selection-focus>"
After RemoveFormat:
| <a>
| href="http://www.google.com/"
| "<#selection-anchor>This shouldn't be a link or underlined.<#selection-focus>"