Index: /CKEditor/tests/tt/3593/1.html
===================================================================
--- /CKEditor/tests/tt/3593/1.html	(revision 4263)
+++ /CKEditor/tests/tt/3593/1.html	(revision 4263)
@@ -0,0 +1,34 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+	"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+	<title>Ticket: #3593</title>
+	<meta name="tags" content="editor,manual,all">
+	<script type="text/javascript" src="../../cktester/cell.js"></script>
+	<script>
+		CKEDITOR.on( 'instanceReady', function( evt )
+		{
+			var editor = evt.editor;
+			// Disable editing on the <strong> element.
+			var nonEditable = editor.document.getBody().getChild( [ 0, 1 ] );
+			nonEditable.$.contentEditable = false;
+		} );
+	</script>
+</head>
+<body>
+<pre>
+=== TC 1 ===
+ 1. Click on the bold text 'sample text';
+ * Expected Result for IE and Firefox: The whole word is selected as a control type.
+ * Expected Result for IE and Firefox: The element should be able to be dragged and dropped.
+ * Expected Result for Safari: The cursor is not blinking within the selected element.
+
+=== TC 2 ===
+ 1. Click on the bold text 'sample text';
+ 1. Press 'Del' key on the selected element;
+ * Expected Result for Firefox and IE: The element is deleted as a whole.
+ 1. Press 'Backspace' when cursor is at the right/left edge of the element;
+ * Expected Result for Safari and IE : The element is deleted as a whole.
+</pre>
+</body>
+</html>
