blob: cd0fcf2f14bb2e2323c043a4c7f298ab7d81b728 [file] [log] [blame]
rniwa@webkit.org601e8052010-10-22 01:30:04 +00001This 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.
2
3Before RemoveFormat:
4| <a>
5| href="http://www.google.com/"
6| "<#selection-anchor>This shouldn't be a link or underlined.<#selection-focus>"
7
8After RemoveFormat:
9| <a>
10| href="http://www.google.com/"
11| "<#selection-anchor>This shouldn't be a link or underlined.<#selection-focus>"