From 4c944961dd23fe13194b24a81abb64ee8bb99dbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotrek=20Reinmar=20Koszuli=C5=84ski?= Date: Thu, 3 Jul 2014 16:25:56 +0200 Subject: [PATCH] Tests: And making some selection matters too - this fixed test failing on IE9 for real. --- tests/plugins/clipboard/drop.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/plugins/clipboard/drop.js b/tests/plugins/clipboard/drop.js index 3f45a2723ce..4b7d54a798b 100644 --- a/tests/plugins/clipboard/drop.js +++ b/tests/plugins/clipboard/drop.js @@ -320,7 +320,7 @@ var editors, editorBots, botCross = editorBots[ 'cross' ], editorCross = botCross.editor; - setWithHtml( bot.editor, '

Lorem ipsum sit amet.

' ); + setWithHtml( bot.editor, '

{}Lorem ipsum sit amet.

' ); setWithHtml( botCross.editor, '

Lorem {ipsum dolor }sit amet.

' ); bot.editor.resetUndo(); botCross.editor.resetUndo();