Index: /CKEditor/tests/tt/7981/1.html
===================================================================
--- /CKEditor/tests/tt/7981/1.html	(revision 7112)
+++ /CKEditor/tests/tt/7981/1.html	(revision 7112)
@@ -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: #7981 - Iframe dialog should pick width & height values entered in source view</title>
+	<meta name="tags" content="editor,manual,all,iframe">
+	<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: width="560" height="349"
+=== TC 1 ===
+ 1. Switch to Source, and change size of iframe
+ 1. Switch back to richtext edit
+ 1. Open Iframe properties
+ * Iframe size in dialog window, should reflect size made in Source mode.
+</pre>
+Editor 1 
+<textarea id="editor1" name="editor1">
+<p>
+	<iframe width="560" height="349" src="http://www.youtube.com/embed/39jtNUGgmd4" frameborder="0" allowfullscreen></iframe></p>
+</textarea>
+</body>
+</html>
Index: /CKEditor/tests/tt/8038/1.html
===================================================================
--- /CKEditor/tests/tt/8038/1.html	(revision 7111)
+++ /CKEditor/tests/tt/8038/1.html	(revision 7112)
@@ -4,5 +4,5 @@
 <head>
 	<title>Ticket: #8038 - IFrame dialog should reflect fake resize</title>
-	<meta name="tags" content="editor,manual,all">
+	<meta name="tags" content="editor,manual,all,iframe">
 	<script type="text/javascript" src="../../cktester/cell.js"></script>
 	<script>
