Index: /CKEditor/tests/tt/1272/1.html
===================================================================
--- /CKEditor/tests/tt/1272/1.html	(revision 6488)
+++ /CKEditor/tests/tt/1272/1.html	(revision 6488)
@@ -0,0 +1,33 @@
+<!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');
+		}
+	</script>
+</head>
+<body>
+<pre>
+=== TC 1 ===
+
+ 1. Set cursor at the highlighted position
+ 1. Press "Bold" and start typing
+  * Newly typed text should be bold
+ 1. Select other style and start typing
+ 1. Next typed text should have new, selected style
+ 
+</pre>
+Editor 1 
+<textarea id="editor1" name="editor1">
+	<p>Thi^s is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p>
+
+</textarea>
+</body>
+</html>
