blob: c1a756ad2fff3b055cacc99391af3fc780378c8e [file] [log] [blame]
This tests removing underline which is applied outside of editable root. We shouldn't be removing underline.
text
Before: <div style="text-decoration: underline;" contenteditable="false"><div id="test" contenteditable="true">text</div></div>
After: <div style="text-decoration: underline;" contenteditable="false"><div id="test" contenteditable="true">text</div></div>