Index: /CKEditor/tests/tt/5239/1.html
===================================================================
--- /CKEditor/tests/tt/5239/1.html	(revision 6998)
+++ /CKEditor/tests/tt/5239/1.html	(revision 6998)
@@ -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: #5239 $ #6247 - Esc key behaviuour</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',
+			{
+				height : 100
+			} );
+		}
+	</script>
+</head>
+<body>
+<pre>
+=== Editor 1 === 
+ 1. Set focus to edit area
+ 1. Open each dropdown list, one after another and press Esc key
+  * List should be collapsed, focus should be back into edit area
+ 1. Open each dialog box, press Esc key
+  * Each dialog should be closed, focus should be back in edit area
+</pre>
+Editor 1 
+<textarea id="editor1" name="editor1">
+	Sample text
+</textarea>
+</body>
+</html>
