Index: /CKEditor/tests/tt/4614/1.html
===================================================================
--- /CKEditor/tests/tt/4614/1.html	(revision 6594)
+++ /CKEditor/tests/tt/4614/1.html	(revision 6595)
@@ -28,6 +28,9 @@
 					input = '<a\n href="http://ckeditor.com"></a>',
 					output = '<a data-cke-saved-href="http://ckeditor.com" href="http://ckeditor.com"></a>',
+					outputIE9 = '<a href="http://ckeditor.com" data-cke-saved-href="http://ckeditor.com"></a>',
 					outputIE = '<a href="http://ckeditor.com/" data-cke-saved-href="http://ckeditor.com"></a>';
-				assert.areEqual( CKEDITOR.env.ie? outputIE : output, dataprocessor.toHtml( input, false )  );
+				assert.areEqual( CKEDITOR.env.ie && !!( document.documentMode > 7 ) ? outputIE9
+								 : CKEDITOR.env.ie? outputIE 
+								 : output, dataprocessor.toHtml( input, false )  );
 			}
 		} ) );
