Skip to content

Commit

Permalink
Tests: added manual test.
Browse files Browse the repository at this point in the history
  • Loading branch information
mlewand committed May 2, 2017
1 parent 1a0ea70 commit 87d1d4f
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests/tickets/17001/pasteobject.html
@@ -0,0 +1,11 @@
<textarea name="editor1" id="editor1" cols="30" rows="10">
<p>Paste things here</p>
</textarea>

<script>
if ( CKEDITOR.env.ie ) {
bender.ignore();
}

CKEDITOR.replace( 'editor1' );
</script>
15 changes: 15 additions & 0 deletions tests/tickets/17001/pasteobject.md
@@ -0,0 +1,15 @@
@bender-tags: tc, 4.7.0, 17001
@bender-ui: collapsed
@bender-ckeditor-plugins: wysiwygarea, toolbar, undo, basicstyles, pastefromword, flash

1. Open [`tests/plugins/pastefromword/generated/_fixtures/Object/Object.docx`](https://github.com/ckeditor/ckeditor-dev/blob/major/tests/plugins/pastefromword/generated/_fixtures/Object/Object.docx) in Word.
1. Copy its content.
1. Paste into the editor.

## Expected

No flash objects are pasted.

## Unexpected

Flash objects gets pasted.

0 comments on commit 87d1d4f

Please sign in to comment.