Skip to content

Commit

Permalink
Merge branch 't/13913'
Browse files Browse the repository at this point in the history
  • Loading branch information
oleq committed Nov 9, 2015
2 parents aa06c76 + dfe1b32 commit b911ccf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/plugins/widget/nestededitables.js
Expand Up @@ -1148,8 +1148,8 @@

range.moveToPosition( e2.findOne( '.p2' ), CKEDITOR.POSITION_AFTER_START );
testDelKey( editor, 'del', range, false, 'e2 - ^bar' );
// This case is handled on Webkits because of #9998.
if ( !CKEDITOR.env.webkit )
// This case is handled on Webkits and Gecko because of #11861, #13798.
if ( CKEDITOR.env.ie )
testDelKey( editor, 'bspc', range, false, 'e2 - ^bar' );

range.moveToPosition( e2.findOne( '.p2' ), CKEDITOR.POSITION_BEFORE_END );
Expand Down

0 comments on commit b911ccf

Please sign in to comment.