Index: /CKEditor/tests/tt/7966/1.html
===================================================================
--- /CKEditor/tests/tt/7966/1.html	(revision 7138)
+++ /CKEditor/tests/tt/7966/1.html	(revision 7138)
@@ -0,0 +1,30 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+	"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+	<title>Ticket: #7966 - Error messages</title>
+	<meta name="tags" content="editor,manual,all,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 properties dialogs for each plugin
+ 1. Enter incorrect values in properties (ex 30@ or -4 for size)
+ * Result: Check if correct information is displayed in warning messages
+ 
+Applies for #7966 and #7947
+</pre>
+Editor 1 
+<textarea id="editor1" name="editor1">
+Example text
+</textarea>
+</body>
+</html>
