Index: /CKEditor/tests/tt/6491/1.html
===================================================================
--- /CKEditor/tests/tt/6491/1.html	(revision 6612)
+++ /CKEditor/tests/tt/6491/1.html	(revision 6612)
@@ -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: #6491 - Image proportions lock button</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>
+=== Editor 1 === 
+ 1. Open the image dialog.
+ 1. Click on the lock ratio icon to unlock it.
+ 1. Enter an image URL in the URL field.
+ 1. Press tab to remove focus from the URL field.
+ * Expected: Lock button should not be reset to '''locked''' state.
+</pre>
+Editor 1 
+<textarea id="editor1" name="editor1">
+Some text
+</textarea>
+</body>
+</html>
