Index: /FCKeditor/trunk/_dev/browserbugs/safari/hr_caret.html
===================================================================
--- /FCKeditor/trunk/_dev/browserbugs/safari/hr_caret.html	(revision 916)
+++ /FCKeditor/trunk/_dev/browserbugs/safari/hr_caret.html	(revision 916)
@@ -0,0 +1,37 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+	<title>HR Caret Position</title>
+	<script type="text/javascript">
+
+window.onload = function()
+{
+	document.designMode = 'on' ;
+}
+
+	</script>
+</head>
+<body>
+	<p>
+		Line 1.
+	</p>
+	<hr />
+	<p>
+		Line 2.
+	</p>
+	<p>
+		Testing steps:
+	</p>
+	<ol>
+		<li>Place the caret at the beginning of "Line 2". </li>
+		<li>Hit the up-arrow key. </li>
+		<li>Type "a". </li>
+		<li>Hit the down-arrow key. </li>
+		<li>Type "a".</li>
+	</ol>
+	<p>
+		Expected results: the &lt;hr&gt; should be completelly ignored and the caret should
+		move inside the paragraphs contents only.
+	</p>
+</body>
+</html>
