Skip to content

Commit

Permalink
Merge branch 't/14531'
Browse files Browse the repository at this point in the history
  • Loading branch information
mlewand committed Mar 30, 2016
2 parents cc68237 + 6c3bc58 commit bd03050
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/core/editable/domfixnestededitable.js
Expand Up @@ -39,8 +39,8 @@
range = editor.createRange();

nestedEditable.focus();
range.setStart( nestedEditable, 0 );
range.setEnd( nestedEditable, 0 );
range.setStart( nestedEditable.getFirst(), 0 );
range.setEnd( nestedEditable.getFirst(), 0 );
sel.selectRanges( [ range ] );

assert.isInnerHtmlMatching( expected, bender.tools.selection.getWithHtml( editor ),
Expand Down

0 comments on commit bd03050

Please sign in to comment.