Skip to content

Commit

Permalink
Tests: We can run this test on every browser.
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Mar 5, 2015
1 parent 40af4ca commit 45b9eac
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/core/editor/getextractselectedhtml.js
Expand Up @@ -82,11 +82,6 @@ bender.test( {
},

'test extractSelectedHtml with no ranges': function() {
// Only on Firefox it may happens that selection has no ranges.
if ( !CKEDITOR.env.gecko ) {
assert.ignore();
}

sinon.stub( CKEDITOR.dom.selection.prototype, 'getRanges' ).returns( [] );
stubs.push( CKEDITOR.dom.selection.prototype.getRanges );

Expand Down

0 comments on commit 45b9eac

Please sign in to comment.