Index: /CKEditor/tests/tt/7911/1.html
===================================================================
--- /CKEditor/tests/tt/7911/1.html	(revision 7133)
+++ /CKEditor/tests/tt/7911/1.html	(revision 7133)
@@ -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: #7911 - Remove anchor context menu</title>
+	<meta name="tags" content="editor,manual,all,iframe,dialog,contextmenu">
+	<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 Insert Anchor dialog
+ 1. Enter name and press OK
+  * Anchor is visible in edit area
+ 1. Select newly added anchor and open context menu
+  * In opened menu, "Remove anchor"  is visible
+ 1. Select Remove anchor.
+  * Anchor is removed.
+</pre>
+Editor 1 
+<textarea id="editor1" name="editor1">
+</textarea>
+</body>
+</html>
