Index: /CKEditor/tests/tt/4455/1.html
===================================================================
--- /CKEditor/tests/tt/4455/1.html	(revision 4536)
+++ /CKEditor/tests/tt/4455/1.html	(revision 4536)
@@ -0,0 +1,38 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+	"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+	<title>Ticket Test: #4455</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>
+=== Test editable before editing frame loaded ===
+ 1. Clear/Disable the browser's cache under testing and reload the page.
+ 1. Click inside the editor document before the image show up.
+=== Expected Result ===
+ 1. Editor document should not gain focus until clicking inside it.
+ 1. It should be able to start editing (typing and inserting).
+ 1. Spell-checker should not marking the first typo.
+ 1. It's able to start editing the image with dialog.
+ 1. Particularly in Firefox, clicking inside the table at the bottom of page should not show table tools.
+ 1. Particularly in IE, selecting the textarea control and press 'BackSpace' should delete it.
+ 1. Particularly in Safari, clicking on textarea control should not able to editing the value of it.
+</pre>
+<textarea id="editor1" name="editor1" rows="10" cols="80">
+<p>Some <strong>spellingerrors</strong> and a control <input type="textarea" /></p>
+<img src="http://developer.yahoo.com/yui/docs/assets/examples/exampleimages/large/uluru.jpg" width="500" alt="Uluru" id="image" />
+<table border="2">
+	<tr><td>table cell</td></tr>
+</table>
+</textarea>
+</body>
+</html>
