Index: /CKEditor/tests/tt/3373/1.html
===================================================================
--- /CKEditor/tests/tt/3373/1.html	(revision 4436)
+++ /CKEditor/tests/tt/3373/1.html	(revision 4436)
@@ -0,0 +1,30 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+	"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+	<title>Ticket: #3373</title>
+	<meta name="tags" content="editor,manual,all">
+	<script type="text/javascript" src="../../cktester/cell.js"></script>
+	<script>
+		// Prevent the default editor been created.
+		YAHOO.util.Event.removeListener( window, 'load' );
+		window.onload = function ()
+		{
+			CKEDITOR.replace( 'editor1',
+			{
+				removePlugins: 'clipboard,pastetext' 
+			} );
+		}
+
+	</script>
+
+</head>
+<body>
+<pre>
+=== Check Empty Context menu===
+ 1. Right click inside the editor content to open context menu. 
+ * Expected Result: The browser's default context menu opened.
+</pre>
+<textarea id="editor1" name="editor1" rows="10" cols="80"></textarea>
+</body>
+</html>
