Index: /CKEditor/tests/tt/4252/4.html
===================================================================
--- /CKEditor/tests/tt/4252/4.html	(revision 4161)
+++ /CKEditor/tests/tt/4252/4.html	(revision 4162)
@@ -64,8 +64,10 @@
 						range.select();
 						// shift-enter + enter
-						CKEDITOR.test.editor.type( editor, "(\r)\r" );
+						CKEDITOR.test.editor.type( editor, "\r(\r)" );
 						// Enter key need time to execute.
 						this.wait( function(){
-							assert.areSame( '<p id="p_1">test </p><p><span>typing</span></p>',
+							assert.areSame( CKEDITOR.env.webkit ?
+								'<p id="p_1">test</p><p><br /><span>typing</span></p>' :
+								'<p id="p_1">test</p><p><span><br />typing</span></p>',
 								editor.getData() );
 						}, 500 );
@@ -81,5 +83,5 @@
 </head>
 <body style="padding-top:100px;">
-<textarea id="playground"><p id="p_1">test <span>typing</span></p></textarea>
+<textarea id="playground"><p id="p_1">test<span>typing</span></p></textarea>
 <textarea id="editor_data"></textarea>
 </body>
