Index: /CKEditor/tests/tt/6144/1.html
===================================================================
--- /CKEditor/tests/tt/6144/1.html	(revision 6608)
+++ /CKEditor/tests/tt/6144/1.html	(revision 6608)
@@ -0,0 +1,36 @@
+<!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( 'editor1',
+					{
+						width : 200,
+						toolbar: [
+									['Styles','Format','Font','FontSize'],
+									'/',
+									['Bold','Italic','Underline','Strike', 'Paste','PasteText','PasteFromWord','-','Undo','Redo','-','TextColor','BGColor']
+								]
+					});
+		}
+	</script>
+</head>
+<body>
+<pre>
+=== Editor 1 === 
+ 1. Check if CKEditor looks properly
+ 1. Check if dropdown lists, are diplayed correctly
+ * Expected: Editor toolbars and dropdown lists are displayed correctly.
+</pre>
+Editor 1 
+<textarea id="editor1" name="editor1">
+Some text
+</textarea>
+</body>
+</html>
