| text-decoration: underline; |
| <script src="../../resources/dump-as-markup.js"></script> |
| <script src=../editing.js language="JavaScript" type="text/JavaScript" ></script> |
| typeCharacterCommand(' '); |
| typeCharacterCommand(' '); |
| moveSelectionBackwardByWordCommand(); |
| moveSelectionBackwardByWordCommand(); |
| extendSelectionForwardByWordCommand(); |
| document.body.appendChild(document.createTextNode(document.getElementById('root').innerHTML)); |
| <title>Editing Test</title> |
| <div contenteditable id="root" class="editing"> |
| Markup.description('This tests removing underline from stylesheet (.editing has underline). Because text-decoration that comes from a style rule cannot be pushed down, the underline should stay. (see bug 27809).'); |