Index: /CKEditor/tests/tt/6999/1.html
===================================================================
--- /CKEditor/tests/tt/6999/1.html	(revision 6516)
+++ /CKEditor/tests/tt/6999/1.html	(revision 6516)
@@ -0,0 +1,31 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+	"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+	<title>Ticket: #6999 - Cursor jumps above horizontal line after clicking below it</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 below existing horizontal line
+ 1. Start typing
+ * New text should be added below line. Cursor should not jump above line. No error should be thrown into console or status bar.
+=== TC 2 ===
+ 1. Clear all, insert horizontal line
+ 1. Click below added line
+ 1. Start typing
+ * New text should be added below line. Cursor should not jump above line. No error should be thrown into console or status bar.
+ </pre>
+Editor 1 
+<textarea id="editor1" name="editor1"><hr /></textarea>
+</body>
+</html>
