Skip to content

Commit

Permalink
Tests: add manual test.
Browse files Browse the repository at this point in the history
  • Loading branch information
hub33k committed May 4, 2020
1 parent 72917bb commit a1c3fe5
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/core/creators/manual/resizewithcssunits.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<div id="editor">
<p>Lorem ipsum dolor sit amet.</p>
</div>

<script>
CKEDITOR.replace( 'editor' );
</script>
15 changes: 15 additions & 0 deletions tests/core/creators/manual/resizewithcssunits.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
@bender-tags: bug, 4.14.1, 1883
@bender-ui: collapsed
@bender-ckeditor-plugins: toolbar, wysiwygarea, table

1. Open browser developer tools.

1. In console paste: `CKEDITOR.instances[ 'editor' ].resize( '20em', '10em' )`

## Expected

Editor changes its size.

## Unexpected

Editor is not resized.

0 comments on commit a1c3fe5

Please sign in to comment.