| .scenario { margin-bottom: 16px;} |
| .scenario:first-line { font-weight: bold; margin-bottom: 16px;} |
| .expected-results:first-line { font-weight: bold } |
| <script src=../editing.js language="JavaScript" type="text/JavaScript" ></script> |
| moveSelectionForwardByCharacterCommand(); |
| extendSelectionForwardByCharacterCommand(); |
| moveSelectionForwardByCharacterCommand(); |
| moveSelectionForwardByCharacterCommand(); |
| pasteAndMatchStyleCommand(); |
| <title>Editing Test</title> |
| <div class="explanation"> |
| <a href="https://bugs.webkit.org/show_bug.cgi?id=3429"><http://bugzilla.opendarwin.org/show_bug.cgi?id=3429></a> Text transformed with text-transform does not copy with transform applied |
| <div class="expected-results"> |
| Should see the string <pre>Foo Bar baz Bar</pre> (case sensitive). |
| <div contenteditable id="root" class="editing"> |
| <span id="test"><span style="text-transform: capitalize;">foo bar</span> baz</span> |