Index: /CKEditor/tests/tt/7893/1.html
===================================================================
--- /CKEditor/tests/tt/7893/1.html	(revision 7131)
+++ /CKEditor/tests/tt/7893/1.html	(revision 7131)
@@ -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: #7893 - Create link to existing anchor</title>
+	<meta name="tags" content="editor,manual,all,iframe,dialog">
+	<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 first line in edit area
+ 1. Open Insert Anchor dialog
+ 1. Enter name "anchor" and press OK
+  * Anchor is visible in edit area
+ 1. Set cursor in paragraph named "New link" and open Create new link dialog
+ 1. In opened dialog, Change Link Type to "Link to anchor in the text
+ 1. Select existing anchor, and press ok
+  * New link to existing anchor is added.
+</pre>
+Editor 1 
+<textarea id="editor1" name="editor1">
+Anchor placement
+
+New link
+</textarea>
+</body>
+</html>
