Skip to content

Commit

Permalink
Corrected input data in manual test.
Browse files Browse the repository at this point in the history
Without this change values were a bit different than expected pattern.
  • Loading branch information
mlewand committed Nov 6, 2017
1 parent 96bf403 commit 0aac1fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/plugins/clipboard/manual/customtypes.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ <h1>Classic editor</h1>
nativeDataTransfer = evt.clipboardData,
ckDataTransfer = new CKEDITOR.plugins.clipboard.dataTransfer( nativeDataTransfer );

ckDataTransfer.setData( 'text/plain', 'plain value' );
ckDataTransfer.setData( 'text/html', 'html value' );
ckDataTransfer.setData( 'text/plain', 'Text value' );
ckDataTransfer.setData( 'text/html', 'text/html value' );
ckDataTransfer.setData( 'foo-bar', 'foo-bar value' );
ckDataTransfer.setData( 'baz', 'baz value' );

Expand Down

0 comments on commit 0aac1fe

Please sign in to comment.