Index: /CKEditor/tests/tt/5091/1.html
===================================================================
--- /CKEditor/tests/tt/5091/1.html	(revision 5032)
+++ /CKEditor/tests/tt/5091/1.html	(revision 5032)
@@ -0,0 +1,27 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+	"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+	<title>Ticket: #5091</title>
+	<meta name="tags" content="editor,manual,all">
+	<script type="text/javascript" src="../../cktester/cell.js"></script>
+	<script>
+		YAHOO.util.Event.removeListener( window, 'load' );
+	</script>
+</head>
+<body>
+<pre>
+=== Test Firefox Back-Forward doesn't break wysiwyg mode ===
+ 1. The page should be first loaded successfully without any error.';
+ 1. Navigate the browser to an new URL;
+ 1	. Press 'Go Back One Page' Button or press 'Alt+Arrow Let' key to navigate back to CKEditor page.
+ 1	. Click inside the editing area;
+ * Expected Result: The cursor is blinking and you are able to start typing.
+</pre>
+<script>
+	// Configure this variable according to your local settting, make sure it's a cross-domain URL. 
+	var releaseSamplePath = 'http://dev.ckeditor.local/ckeditor-release/_samples/replacebycode.html';
+	document.write( '<iframe src="' + releaseSamplePath + '"></iframe>');
+</script>
+</body>
+</html>
