Index: /CKEditor/tests/tt/3950/1.html
===================================================================
--- /CKEditor/tests/tt/3950/1.html	(revision 4515)
+++ /CKEditor/tests/tt/3950/1.html	(revision 4515)
@@ -0,0 +1,38 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+	"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+	<title>Ticket: #3950</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' );
+		}
+	</script>
+</head>
+<body>
+<pre>
+=== Test Insert Row Before/After Cell===
+ 1. Right click in the empty area of cell1 of the first row (to the right of the text in the cell) to open context menu.
+ 1. Click 'Row' -> 'Insert Row at the Right of Cell';
+ * Expected Result: New Row established at the right hand of cell1.
+</pre>
+<textarea id="editor1" name="editor1" rows="10" cols="80">
+<style>td{ border: 1px dotted;}</style>	
+<table width=200>
+	<tr>
+		<td>
+			cell1
+		</td>
+		<td>
+			cell2
+		</td>
+	</tr>
+</table>
+</textarea>
+</body>
+</html>
