Index: /CKEditor/tests/tt/6144/1.html
===================================================================
--- /CKEditor/tests/tt/6144/1.html	(revision 6609)
+++ /CKEditor/tests/tt/6144/1.html	(revision 6610)
@@ -19,4 +19,11 @@
 								]
 					});
+			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>
@@ -28,4 +35,8 @@
  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 
@@ -33,4 +44,8 @@
 Some text
 </textarea>
+Editor 2
+<textarea id="editor2" name="editor2">
+Some text
+</textarea>
 </body>
 </html>
