Index: /CKEditor/tests/tt/6992/1.html
===================================================================
--- /CKEditor/tests/tt/6992/1.html	(revision 6514)
+++ /CKEditor/tests/tt/6992/1.html	(revision 6514)
@@ -0,0 +1,40 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+	"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+	<title>Ticket: #1272 Apply styles to collapsed sellection</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',
+			{ 
+				enterMode : CKEDITOR.ENTER_BR 
+			});
+		}
+	</script>
+</head>
+<body>
+<pre>
+=== TC 1 ===
+ 1. Set cursor after table
+ 1. Start typing
+ * New text should be added to edit area, no error should be thrown into console or status bar.
+ 
+</pre>
+Editor 1 
+<textarea id="editor1" name="editor1">
+	<table>
+		<tbody>
+			<tr>
+				<td>
+					text
+				</td>
+			</tr>
+		</tbody>
+	</table>
+</textarea>
+</body>
+</html>
