Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / style / textdecoration-outside-of-rooteditable-expected.txt
blobc1a756ad2fff3b055cacc99391af3fc780378c8e
1 This tests removing underline which is applied outside of editable root. We shouldn't be removing underline.
3 text
4 Before: <div style="text-decoration: underline;" contenteditable="false"><div id="test" contenteditable="true">text</div></div>
5 After: <div style="text-decoration: underline;" contenteditable="false"><div id="test" contenteditable="true">text</div></div>