Index: /CKEditor/tests/tt/6641/1.html
===================================================================
--- /CKEditor/tests/tt/6641/1.html	(revision 6509)
+++ /CKEditor/tests/tt/6641/1.html	(revision 6509)
@@ -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: #6641 - Copy and pasting a newly created link</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. Select "example" text
+ 1. Press Create link and enter some URL, press OK
+  * See that link is created on selection
+ 1. Select created link, copy it and paste in other place of editor
+ * Copied link should not be broken nor converted to text
+
+=== TC 2 === 
+ 1. Create a link with url 'test'.
+ 1. Right click on the link -> link properties.
+ 1. Change the URL to 'example' and click OK.
+ 1. Copy the link and paste it somewhere in the editor.
+ 1. Right click on the new link -> link properties.
+ * Expected result: URL field should show '''example'''
+</pre>
+Editor 1 
+<textarea id="editor1" name="editor1">
+	[Example] text
+</textarea>
+</body>
+</html>
