Index: /CKEditor/tests/tt/8038/1.html
===================================================================
--- /CKEditor/tests/tt/8038/1.html	(revision 7111)
+++ /CKEditor/tests/tt/8038/1.html	(revision 7111)
@@ -0,0 +1,33 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+	"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+	<title>Ticket: #8038 - IFrame dialog should reflect fake resize</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.BR
+			});
+		}
+	</script>
+</head>
+<body>
+<pre>
+Existing iframe size is: height="300" and width="200"
+=== TC 1 ===
+ 1. Select existing IFrame, and resize it using resize controls and mouse.
+ 1. Open Iframe properties
+ * Iframe size in dialog window, should reflect size made by mouse.
+</pre>
+Editor 1 
+<textarea id="editor1" name="editor1">
+<p>
+	<iframe frameborder="0" height="300" scrolling="no" src="http://google.com" width="200"></iframe></p>
+</textarea>
+</body>
+</html>
