Skip to content

Commit

Permalink
Tests: And making some selection matters too - this fixed test failin…
Browse files Browse the repository at this point in the history
…g on IE9 for real.
  • Loading branch information
Reinmar committed Jul 3, 2014
1 parent 2852316 commit 4c94496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/plugins/clipboard/drop.js
Expand Up @@ -320,7 +320,7 @@ var editors, editorBots,
botCross = editorBots[ 'cross' ],
editorCross = botCross.editor;

setWithHtml( bot.editor, '<p id="p">Lorem ipsum sit amet.</p>' );
setWithHtml( bot.editor, '<p id="p">{}Lorem ipsum sit amet.</p>' );
setWithHtml( botCross.editor, '<p id="p">Lorem {ipsum <b>dolor</b> }sit amet.</p>' );
bot.editor.resetUndo();
botCross.editor.resetUndo();
Expand Down

0 comments on commit 4c94496

Please sign in to comment.