Index: /CKEditor/tests/tt/7300/1.html
===================================================================
--- /CKEditor/tests/tt/7300/1.html	(revision 6661)
+++ /CKEditor/tests/tt/7300/1.html	(revision 6661)
@@ -0,0 +1,29 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+	"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+	<title>Ticket: #7300 - Advanced options in Link dialog</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 all text
+ 1. Insert in the link-dialog; as target frame a popup-window and set "Left Position" and/or "Top Position" to "1"
+ 1. Re-open the dialog to edit the link, see if previously selected options are checked
+  * Source code in both steps should be similar
+</pre>
+Editor 1 
+<textarea id="editor1" name="editor1">
+http://example.com
+</textarea>
+</body>
+</html>
Index: /CKEditor/tests/tt/7319/1.html
===================================================================
--- /CKEditor/tests/tt/7319/1.html	(revision 6661)
+++ /CKEditor/tests/tt/7319/1.html	(revision 6661)
@@ -0,0 +1,29 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+	"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+	<title>Ticket: #7319 - BIDI: Escaping 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. Set cursor in the text, click on Insert/Remove Numbered list to start a Numbered list.
+ 1. Click on Text direction from right to left button to change direction of list from LTR to RTL.
+ 1. Keep cursor at end of list item and press Enter twice.
+ * Cursor comes out of Numbered list and an empty paragraph is created with RTL Language direction.
+</pre>
+Editor 1 
+<textarea id="editor1" name="editor1">
+Test line of text
+</textarea>
+</body>
+</html>
Index: /CKEditor/tests/tt/7320/1.html
===================================================================
--- /CKEditor/tests/tt/7320/1.html	(revision 6661)
+++ /CKEditor/tests/tt/7320/1.html	(revision 6661)
@@ -0,0 +1,36 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+	"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+	<title>Ticket: #7320 - BIDI: Create RTL Numbered/Bulleted 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. Set cursor in example paragraph
+ 1. Click RTL icon
+ 1. Click on numbered list icon
+  * Paragraph should be switched to RTL numbered list
+=== TC 2 ===
+ 1. Reload page
+ 1. Set cursor in example paragraph
+ 1. Click RTL icon
+ 1. Click on bulleted list icon
+  * Paragraph should be switched to RTL bullet list
+  
+</pre>
+Editor 1 
+<textarea id="editor1" name="editor1">
+http://example.com
+</textarea>
+</body>
+</html>
Index: /CKEditor/tests/tt/7330/1.html
===================================================================
--- /CKEditor/tests/tt/7330/1.html	(revision 6661)
+++ /CKEditor/tests/tt/7330/1.html	(revision 6661)
@@ -0,0 +1,32 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+	"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+	<title>Ticket: #7330 - New list item should not copy the value attribute from previous list item</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 in example paragraph at the end of list item
+ 1. Press enter
+ 1. Check in source mode 
+  * Created list item should be {{{ <li>&nbsp;</li> }}} with number set to 8
+</pre>
+Editor 1 
+<textarea id="editor1" name="editor1">
+<ol>
+	<li value="7">
+		Foo</li>
+</ol>
+</textarea>
+</body>
+</html>
Index: /CKEditor/tests/tt/7338/1.html
===================================================================
--- /CKEditor/tests/tt/7338/1.html	(revision 6661)
+++ /CKEditor/tests/tt/7338/1.html	(revision 6661)
@@ -0,0 +1,27 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+	"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+	<title>Ticket: #7338 - Dialog windows layout verification</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>
+=== Kama Skin ===
+ 1. Verify the look of dialog windows for Kama skin
+  * Every dialog, should be skinned properly
+</pre>
+Editor 1 
+<textarea id="editor1" name="editor1">
+Sample Text
+</textarea>
+</body>
+</html>
Index: /CKEditor/tests/tt/7338/2.html
===================================================================
--- /CKEditor/tests/tt/7338/2.html	(revision 6661)
+++ /CKEditor/tests/tt/7338/2.html	(revision 6661)
@@ -0,0 +1,30 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+	"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+	<title>Ticket: #7338 - Dialog windows layout verification</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'
+					{
+						skin : 'office2003'
+					});
+		}
+	</script>
+</head>
+<body>
+<pre>
+=== Office 2003 Skin ===
+ 1. Verify the look of dialog windows for Office skin
+  * Every dialog, should be skinned properly
+</pre>
+Editor 1 
+<textarea id="editor1" name="editor1">
+Sample Text
+</textarea>
+</body>
+</html>
Index: /CKEditor/tests/tt/7338/3.html
===================================================================
--- /CKEditor/tests/tt/7338/3.html	(revision 6661)
+++ /CKEditor/tests/tt/7338/3.html	(revision 6661)
@@ -0,0 +1,30 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+	"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+	<title>Ticket: #7338 - Dialog windows layout verification</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'
+					{
+						skin : 'v2'
+					});
+		}
+	</script>
+</head>
+<body>
+<pre>
+=== Office V2 Skin ===
+ 1. Verify the look of dialog windows for V2 skin
+  * Every dialog, should be skinned properly
+</pre>
+Editor 1 
+<textarea id="editor1" name="editor1">
+Sample Text
+</textarea>
+</body>
+</html>
Index: /CKEditor/tests/tt/7351/1.html
===================================================================
--- /CKEditor/tests/tt/7351/1.html	(revision 6661)
+++ /CKEditor/tests/tt/7351/1.html	(revision 6661)
@@ -0,0 +1,60 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+	"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+	<title>Ticket: #7351 - Image dialog: width/height must be a number</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. Open Image dialog
+ 1. Enter some url
+ 1. Leave dimension fields empty
+ 1. Press OK
+ * Image dialog should be closed, immage with specified link and size, should be applied into edit area.
+=== TC 2 ===
+ 1. Open Image dialog
+ 1. Enter some url
+ 1. Enter "0" (zeros) in width and height fields
+ 1. Press OK
+ * Image dialog should not be closed, warning message, containing information about inproper data enetered as size, should appear.
+=== TC 3 ===
+ 1. Open Image dialog
+ 1. Enter some url
+ 1. Enter numbers with comma into size fields
+ 1. Press OK
+ * Image dialog should not be closed, warning message, containing information about inproper data enetered as size, should appear.
+=== TC 4 ===
+ 1. Open Image dialog
+ 1. Enter some url
+ 1. Enter numbers less than zero into size fields
+ 1. Press OK
+ * Image dialog should not be closed, warning message, containing information about inproper data enetered as size, should appear.
+=== TC 5 ===
+ 1. Open Image dialog
+ 1. Enter some url
+ 1. Enter numbers with percent "%" into size fields
+ 1. Press OK
+ * Image dialog should be closed, immage with specified link and size, should be applied into edit area.
+=== TC 6 ===
+ 1. Open Image dialog
+ 1. Enter some url
+ 1. Enter random characters into size fields
+ 1. Press OK
+ * Image dialog should not be closed, warning message, containing information about inproper data enetered as size, should appear.
+</pre>
+Editor 1 
+<textarea id="editor1" name="editor1">
+Sample Text
+</textarea>
+</body>
+</html>
Index: /CKEditor/tests/tt/7358/1.html
===================================================================
--- /CKEditor/tests/tt/7358/1.html	(revision 6661)
+++ /CKEditor/tests/tt/7358/1.html	(revision 6661)
@@ -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: #7358 - Coming out of list where formatting is added to items</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 in editor, and apply some formatting to it ( for ex: bold).
+ 1. With selected text, click on Insert/Remove Numbered list button.
+ 1. See that a Numbered list starts with the select text as it's first list item.
+ 1. Set cursor at end of the list item and press Enter twice.
+ * Cursor comes out of Numbered list and a new empty paragraph starts after Numbered list.
+=== TC 2 ===
+ 1. Clear content
+ 1. Type some text, hit CTRL+A, click bold.
+ 1. Click on list icon.
+ 1. Put cursor at the end of the item.
+ 1. Hit ENTER, click increase indent.
+ 1. Type some text.
+ 1. Hit ENTER twice.
+ 1. Type sone text.
+ * Text in the last item should be bold.
+</pre>
+Editor 1 
+<textarea id="editor1" name="editor1">
+Sample Text
+</textarea>
+</body>
+</html>
Index: /CKEditor/tests/tt/7437/1.html
===================================================================
--- /CKEditor/tests/tt/7437/1.html	(revision 6661)
+++ /CKEditor/tests/tt/7437/1.html	(revision 6661)
@@ -0,0 +1,36 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+	"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+	<title>Ticket: #7437 - Caret should not disappear after applying inline style on collapsed selection</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 marked position
+ 1. Set Bold
+  * Cursor is still blinking, Bold style is enabled.
+ 1. Start typing
+  * Typed text is styled Bold
+ 1. Press enter and type some text in new line
+ 1. While cursor is blinking in new line, select Heading 1 from Format combo
+  * Selected line is styled as H1, cursor is still blinking, typing is allowed
+ 1. While cursor is blinking in H1 line, select "cited work" from Style dropdown and start typing.
+  * Typed text should have h1, strong and cite in elements path.
+ 1. Continue above steps, mixing other styles and text colors
+</pre>
+Editor 1 
+<textarea id="editor1" name="editor1">
+Samp^le Text
+</textarea>
+</body>
+</html>
Index: /CKEditor/tests/tt/7455/1.html
===================================================================
--- /CKEditor/tests/tt/7455/1.html	(revision 6661)
+++ /CKEditor/tests/tt/7455/1.html	(revision 6661)
@@ -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: #7455 - Extra line break is added automatically to the preformatted element</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. Click on "Two"
+ * nothing should happen, in source mode should be: {{{<p>One</p><pre>Two</pre><p>Three</p>}}}
+</pre>
+Editor 1 
+<textarea id="editor1" name="editor1">
+<p>
+	One</p>
+<pre>
+Two
+</pre>
+<p>
+	Three</p>
+</textarea>
+</body>
+</html>
Index: /CKEditor/tests/tt/7455/2.html
===================================================================
--- /CKEditor/tests/tt/7455/2.html	(revision 6661)
+++ /CKEditor/tests/tt/7455/2.html	(revision 6661)
@@ -0,0 +1,35 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+	"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+	<title>Ticket: #7467 - Extra br in nested list</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. Click on marked position
+ * nothing should happen, cursor should be blinking in selected position
+</pre>
+Editor 1 
+<textarea id="editor1" name="editor1">
+<ol>
+	<li>
+		item1^
+		<ol>
+			<li>
+				item2</li>
+		</ol>
+	</li>
+</ol>
+</textarea>
+</body>
+</html>
Index: /CKEditor/tests/tt/7455/3.html
===================================================================
--- /CKEditor/tests/tt/7455/3.html	(revision 6661)
+++ /CKEditor/tests/tt/7455/3.html	(revision 6661)
@@ -0,0 +1,49 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+	"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+	<title>Ticket: #7458 - Extra br in nested list</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. Click on marked position
+  * nothing should happen, cursor should be blinking in selected position
+ 1. Press "Decrease indent"
+  * Selected list item should be moved from nested to main list
+ 1. Press "Increase indent"
+  * Selected item should be moved to nested list, there should be no additional empty lines between list items.
+</pre>
+Editor 1 
+<textarea id="editor1" name="editor1">
+<ol>
+	<li>
+		i1
+		<ol>
+			<li>
+				i11^</li>
+			<li>
+				i12</li>
+			<li>
+				i13</li>
+		</ol>
+	</li>
+	<li>
+		i2</li>
+	<li>
+		i3</li>
+	<li>
+		i4</li>
+</ol>
+</textarea>
+</body>
+</html>
