Index: /CKEditor/tests/tt/7277/1.html
===================================================================
--- /CKEditor/tests/tt/7277/1.html	(revision 6532)
+++ /CKEditor/tests/tt/7277/1.html	(revision 6532)
@@ -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: #7277 - BIDI: Lists</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. select text.
+ 1. Click on the RTL icon.
+ 1. Select the line of text & click on the bulleted list icon.
+ * Selected text is converted into list item
+=== TC 2 ===
+ 1. Select the line of text & click on the bulleted list icon.
+ 1. Click on RTL icon
+ 1. Click on Numbered/Bulleted list or Decrease indent icon
+ * RTL list should be switched accordingly to clicked list icon. It is possible to increase, decrease indent
+</pre>
+Editor 1 
+<textarea id="editor1" name="editor1">
+Test line of text
+</textarea>
+</body>
+</html>
