Index: /CKEditor/tests/tt/7953/1.html
===================================================================
--- /CKEditor/tests/tt/7953/1.html	(revision 7136)
+++ /CKEditor/tests/tt/7953/1.html	(revision 7136)
@@ -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: #7953 - Native context menu</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',
+			{
+			enterMode : CKEDITOR.ENTER_BR	
+			});
+		}
+	</script>
+</head>
+<body>
+<pre>
+=== TC 1 ===
+ 1. Select text
+ 1. Press ctrl+right mouse button over selection
+ * Result: Browser's native context menu is displayed, all operations (copy,cut,paste) should be available.
+</pre>
+Editor 1 
+<textarea id="editor1" name="editor1">
+Example text
+</textarea>
+</body>
+</html>
