Index: /CKEditor/tests/tt/3670/1.html
===================================================================
--- /CKEditor/tests/tt/3670/1.html	(revision 4456)
+++ /CKEditor/tests/tt/3670/1.html	(revision 4456)
@@ -0,0 +1,31 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+	"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+	<title>Ticket: #3670</title>
+	<meta name="tags" content="editor,manual,all">
+	<script type="text/javascript" src="../../cktester/cell.js"></script>
+	<script>
+		CKEDITOR.on( 'instanceReady', function( evt )
+		{
+			evt.removeListener();
+			evt.editor.destroy();
+			CKEDITOR.replace( 'editor2' );
+		} );
+	</script>
+
+</head>
+<body>
+<pre>
+=== Test unlink in floated div ===
+ 1. Select the image by clicking on it or from the elements path bar.
+ 1. Right click to open context menu and select 'Unlink';
+ * Expected Result: The link is now removed from the image.
+</pre>
+<textarea id="editor2">
+<div style="float:right">
+	<a href="http://a.com"><img alt="" src="http://dev.fckeditor.net/chrome/site/logos.gif"/></a>
+</div>
+</textarea>
+</body>
+</html>
Index: /CKEditor/tests/tt/4647/1.html
===================================================================
--- /CKEditor/tests/tt/4647/1.html	(revision 4456)
+++ /CKEditor/tests/tt/4647/1.html	(revision 4456)
@@ -0,0 +1,29 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+	"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+	<title>Ticket: #4647</title>
+	<meta name="tags" content="editor,manual,all">
+	<script type="text/javascript" src="../../cktester/cell.js"></script>
+	<script>
+		CKEDITOR.on( 'instanceReady', function( evt )
+		{
+			evt.removeListener();
+			evt.editor.destroy();
+			CKEDITOR.replace( 'editor2' );
+		} );
+	</script>
+
+</head>
+<body>
+<pre>
+=== Test edit image in paragraph ===
+ 1. Select the image by clicking on it or from the elements path bar.
+ 1. Right click to open context menu and select 'Edit';
+ * Expected Result: The image dialog is opened and filled with the correct url.
+</pre>
+<textarea id="editor2">
+<p><img src="http://dev.fckeditor.net/chrome/site/logos.gif" /></p>
+</textarea>
+</body>
+</html>
