Index: /CKEditor/tests/tt/6144/1.html
===================================================================
--- /CKEditor/tests/tt/6144/1.html	(revision 6666)
+++ /CKEditor/tests/tt/6144/1.html	(revision 6667)
@@ -19,11 +19,5 @@
 								]
 					});
-			CKEDITOR.replace( 'editor2',
-					{
-						toolbar :
-						        [
-						            ['Source','Cut', 'Copy', 'Paste', 'RemoveFormat','Undo', 'Redo','Table', 'Rule', 'Smiley', 'SpecialChar','Link', 'Image','LinkBrowser','Maximize','Bold', 'Italic', 'Underline','JustifyLeft', 'Font','FontSize', 'JustifyCenter', 'JustifyRight', 'NumberedList', 'BulletedList', 'Outdent', 'Indent','TextColor', 'BGColor'] 
-						        ]
-					});
+			
 		}
 	</script>
@@ -35,8 +29,4 @@
  1. Check if dropdown lists, are diplayed correctly
  * Expected: Editor toolbars and dropdown lists are displayed correctly.
- === Editor 2 === 
- 1. Check if CKEditor looks properly
- 1. Resize browser window to size where toolbar is split to two lines.
- * Expected: Toolbars should be wrapped and placed correctly to the left edge.
 </pre>
 Editor 1 
@@ -44,8 +34,4 @@
 Some text
 </textarea>
-Editor 2
-<textarea id="editor2" name="editor2">
-Some text
-</textarea>
 </body>
 </html>
Index: /CKEditor/tests/tt/6144/2.html
===================================================================
--- /CKEditor/tests/tt/6144/2.html	(revision 6667)
+++ /CKEditor/tests/tt/6144/2.html	(revision 6667)
@@ -0,0 +1,34 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+	"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+	<title>Ticket: #6144 - Rich combo in separate toolbar</title>
+	<meta name="tags" content="editor,manual,all">
+	<script type="text/javascript" src="../../cktester/cell.js"></script>
+	<script>
+		YAHOO.util.Event.removeListener( window, 'load' );
+		window.onload = function ()
+		{
+			CKEDITOR.replace( 'editor2',
+					{
+						toolbar :
+						        [
+						            ['Source','Cut', 'Copy', 'Paste', 'RemoveFormat','Undo', 'Redo','Table', 'Rule', 'Smiley', 'SpecialChar','Link', 'Image','LinkBrowser','Maximize','Bold', 'Italic', 'Underline','JustifyLeft', 'Font','FontSize', 'JustifyCenter', 'JustifyRight', 'NumberedList', 'BulletedList', 'Outdent', 'Indent','TextColor', 'BGColor'] 
+						        ]
+					});
+		}
+	</script>
+</head>
+<body>
+<pre>
+=== Editor 2 === 
+ 1. Check if CKEditor looks properly
+ 1. Resize browser window to size where toolbar is split to two lines.
+ * Expected: Toolbars should be wrapped and placed correctly to the left edge.
+</pre>
+Editor 2
+<textarea id="editor2" name="editor2">
+Some text
+</textarea>
+</body>
+</html>
