10 border:
2px solid blue;
15 .scenario { margin-bottom:
16px;}
16 .scenario:first-line { font-weight: bold; margin-bottom:
16px;}
17 .expected-results:first-line { font-weight: bold }
22 <div class=
"explanation">
23 <div class=
"scenario">
26 Smart paste when pasting between smart paste exempt characters.
28 <div class=
"expected-results">
31 No spaces should be added before or after the pasted word. It should look like this:
37 <div contenteditable
id=
"root" style=
"word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space;">
38 <div id=
"test" class=
"editing">
42 <script src=
"../editing.js"></script>
45 function editingTest() {
46 extendSelectionForwardByWordCommand();
48 typeCharacterCommand('-');
49 typeCharacterCommand('-');
50 moveSelectionBackwardByCharacterCommand();
54 runDumpAsTextEditingTest(true);