Skip to content

Commit

Permalink
Adjusted manual test description.
Browse files Browse the repository at this point in the history
  • Loading branch information
mlewand committed Nov 16, 2016
1 parent 0eaaa80 commit cd6c240
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/plugins/pastefromword/manual/configremovefont.md
Expand Up @@ -2,7 +2,7 @@
@bender-ui: collapsed
@bender-ckeditor-plugins: wysiwygarea, toolbar, undo, basicstyles, colorbutton, font, list, table, image, pastefromword, sourcearea, elementspath

Testing [`config.pasteFromWordRemoveFontStyles`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-pasteFromWordRemoveFontStyles) set to `false`.
Testing [`config.pasteFromWordRemoveFontStyles`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-pasteFromWordRemoveFontStyles) set to `true`.

1. Paste some content from Word that contains following font styling:
* font size;
Expand All @@ -11,7 +11,9 @@ Testing [`config.pasteFromWordRemoveFontStyles`](http://docs.ckeditor.com/#!/api

You might use `Config_remove_font_styles.docx` as an example.

**Expected:** No font formatting is preserved.
**Expected:** editor 1: no font formatting is preserved.

**Expected:** editor 2: font formatting is preserved.

**Note:** It's OK to transfer styles like `text-decoration`.

Expand Down

0 comments on commit cd6c240

Please sign in to comment.