Index: /CKEditor/tests/tt/4246/1.html
===================================================================
--- /CKEditor/tests/tt/4246/1.html	(revision 4722)
+++ /CKEditor/tests/tt/4246/1.html	(revision 4723)
@@ -79,10 +79,11 @@
 			test_alter_image_style2 : function()
 			{
+				// Browsers' style text resolution variants.  
 				var editor = ts.editor,
 					input = '<p><img src="http://dev.fckeditor.net/chrome/site/logos.gif" height="300" width="200" border="1" align="right" vspace="10" hspace="5"/></p>',
-					outputGecko = '<p><img src="http://dev.fckeditor.net/chrome/site/logos.gif" style="border:2px solid;float:right;height:86px;margin:10px 5px;width:414px;"></p>',
+					outputGecko = '<p><img src="http://dev.fckeditor.net/chrome/site/logos.gif" style="border-style:solid;border-width:2px;float:right;height:86px;margin:10px 5px;width:414px;"></p>',
 					outputIE = '<p><img src="http://dev.fckeditor.net/chrome/site/logos.gif" style="border-bottom:2px solid;border-left:2px solid;border-right:2px solid;border-top:2px solid;float:right;height:86px;margin:10px 5px;width:414px;"></p>',
-					outputWebkit = '<p><img src="http://dev.fckeditor.net/chrome/site/logos.gif" style="border-bottom-style:solid;border-bottom-width:2px;border-color:initial;border-left-style:solid;border-left-width:2px;border-right-style:solid;border-right-width:2px;border-top-style:solid;border-top-width:2px;float:right;height:86px;margin-bottom:10px;margin-left:5px;margin-right:5px;margin-top:10px;width:414px;"></p>',
-					outputOpera = '<p>&nbsp;</p><p><img src="http://dev.fckeditor.net/chrome/site/logos.gif" style="border-bottom-color:currentcolor;border-bottom-style:solid;border-bottom-width:2px;border-left-color:currentcolor;border-left-style:solid;border-left-width:2px;border-right-color:currentcolor;border-right-style:solid;border-right-width:2px;border-top-color:currentcolor;border-top-style:solid;border-top-width:2px;float:right;height:86px;margin-bottom:10px;margin-left:5px;margin-right:5px;margin-top:10px;width:414px;"></p>';
+					outputWebkit = '<p><img src="http://dev.fckeditor.net/chrome/site/logos.gif" style="border-bottom-style:solid;border-bottom-width:2px;border-left-style:solid;border-left-width:2px;border-right-style:solid;border-right-width:2px;border-top-style:solid;border-top-width:2px;float:right;height:86px;margin-bottom:10px;margin-left:5px;margin-right:5px;margin-top:10px;width:414px;"></p>',
+					outputOpera = '<p><img src="http://dev.fckeditor.net/chrome/site/logos.gif" style="border-bottom-style:solid;border-bottom-width:2px;border-left-style:solid;border-left-width:2px;border-right-style:solid;border-right-width:2px;border-top-style:solid;border-top-width:2px;float:right;height:86px;margin-bottom:10px;margin-left:5px;margin-right:5px;margin-top:10px;width:414px;"></p>';
 
 				// Force result data un-formatted.
@@ -134,8 +135,9 @@
 				var editor = ts.editor,
 					input = '<p><img src="http://dev.fckeditor.net/chrome/site/logos.gif" height="300" width="200" border="1" align="right" vspace="10" hspace="5"/></p>',
-					outputGecko = '<p><img src="http://dev.fckeditor.net/chrome/site/logos.gif"></p>',
-					outputIE = '<p><img src="http://dev.fckeditor.net/chrome/site/logos.gif"></p>',
-					outputWebkit = '<p><img src="http://dev.fckeditor.net/chrome/site/logos.gif"></p>',
-					outputOpera = '<p>&nbsp;</p><p><img src="http://dev.fckeditor.net/chrome/site/logos.gif"></p>';
+					output = '<p><img src="http://dev.fckeditor.net/chrome/site/logos.gif"></p>',
+					outputGecko = output,
+					outputIE = output,
+					outputWebkit = output,
+					outputOpera = output;
 
 				// Force result data un-formatted.
