|
|
@@ -15,11 +15,4 @@ Open console and start using <kbd>space</kbd>. After each change, console is ref
|
|
|
Use `editor.setData()` to test whether whitespaces in input HTML are correctly removed and ` ` are correctly
|
|
|
saved in model and view. ` ` inserted through `editor.setData()` should be kept, not changed to normal spaces.
|
|
|
|
|
|
-Test at least this scenario:
|
|
|
-* fire `editor.setData( '<p> x</p>' )`,
|
|
|
-* place caret at the beginning, before space,
|
|
|
-* write `x` -> ` ` should be preserved in model, view and DOM,
|
|
|
-* place caret at the beginning,
|
|
|
-* press <kbd>space</kbd> -> ` ` should appear in DOM, but space in model and view,
|
|
|
-* place caret at the beginning,
|
|
|
-* write `x` -> ` ` should get converted to a space in DOM.
|
|
|
+Use the button to test whether ` `s are correctly preserved in model, view and DOM.
|