Index: /CKEditor/tests/tt/6630/1.html
===================================================================
--- /CKEditor/tests/tt/6630/1.html	(revision 6507)
+++ /CKEditor/tests/tt/6630/1.html	(revision 6507)
@@ -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: #6630 - Set PRE style in empty edit area</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');
+		}
+	</script>
+</head>
+<body>
+<pre>
+=== TC 1 ===
+
+ 1. Set focus to editor
+ 1. Select {{{Preformated text}}} style from Format list
+ 1. Switch to Source mode
+ * Result should be {{{<pre></pre>}}}
+ 
+</pre>
+Editor 1 
+<textarea id="editor1" name="editor1">
+	
+</textarea>
+</body>
+</html>
