Index: /CKEditor/tests/tt/4855/1.html
===================================================================
--- /CKEditor/tests/tt/4855/1.html	(revision 4776)
+++ /CKEditor/tests/tt/4855/1.html	(revision 4776)
@@ -0,0 +1,28 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+	"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+	<title>Ticket: #4855</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.appendTo( document.body,
+			{
+				skin : 'v2',
+				width: 560
+			} );
+		}
+	</script>
+</head>
+<body>
+<pre>
+=== Test toolbar wrapping ===
+ 1. Check the toolbar items layout.
+ * Expected Result: The toolbar items should distribute fully as 6 rows.
+ * Actual Result: The last three items are layout at the end of the last row despite there's still available space at the beginning.
+</pre>
+</body>
+</html>
