Index: /CKEditor/tests/tt/8050/8.html
===================================================================
--- /CKEditor/tests/tt/8050/8.html	(revision 7180)
+++ /CKEditor/tests/tt/8050/8.html	(revision 7180)
@@ -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: #8050 - Auto grow editor height - Single line case</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',
+			{
+				extraPlugins : 'autogrow',
+				removePlugins : 'resize',
+				contentsCss : 'body {font-size:10px;margin:20px;padding:30px;} body > * {margin:50px;}'
+			});
+		}
+	</script>
+</head>
+<body>
+<pre class="popup">
+=== Height auto increment ===
+ 1. Put the cursor inside the document.
+ * Expected: editor height grows to fit the contents;
+</pre>
+<p>Test auto grow editor height when content contains a single line.</p>
+<textarea id="editor1" name="editor1">
+	<p>
+		Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+	</p>
+</textarea>
+</body>
+</html>
