Index: /CKEditor/tests/tt/7915/1.html
===================================================================
--- /CKEditor/tests/tt/7915/1.html	(revision 7134)
+++ /CKEditor/tests/tt/7915/1.html	(revision 7134)
@@ -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: #7915 - Enter key in table caption</title>
+	<meta name="tags" content="editor,manual,all,iframe,dialog">
+	<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 Iframe dialog
+ 1. Enter URL, height and width and press OK
+  * Iframe is added into edit area
+ 1. Open context menu and select IFrame properties 
+  * In opened dialog, all previously enetered values are in he right place
+ 1. Close dialog, switch to source and back, open iframe properties again.
+  * After switching modes, all properties should be in right place.
+</pre>
+Editor 1 
+<textarea id="editor1" name="editor1">
+</textarea>
+</body>
+</html>
