Index: /CKEditor/tests/tt/4901/1.html
===================================================================
--- /CKEditor/tests/tt/4901/1.html	(revision 4813)
+++ /CKEditor/tests/tt/4901/1.html	(revision 4814)
@@ -72,4 +72,5 @@
 
 					urlField.setValue( 'ckeditor.com' );
+					linkTargetNameField.setValue( 'name' ),
 					linkTargetTypeField.setValue( 'popup' );
 					targetFeatureResizableField.setValue( true );
@@ -128,4 +129,5 @@
 						 targetFeatureLeftField = dialog.getContentElement( 'target', 'left' );
 
+					linkTargetNameField.setValue( 'another' ),
 					targetFeatureResizableField.setValue( false );
 					targetFeatureStatusField.setValue( false );
@@ -155,8 +157,8 @@
 <body>
 <textarea id="link-output">
-<p><a href="http://ckeditor.com" onclick="window.open(this.href, '', 'resizable=yes,status=yes,location=yes,toolbar=yes,menubar=yes,fullscreen=yes,scrollbars=yes,dependent=yes,width=500,left=200,height=300,top=100'); return false;">http://ckeditor.com</a></p>
+<p><a href="http://ckeditor.com" onclick="window.open(this.href, 'name', 'resizable=yes,status=yes,location=yes,toolbar=yes,menubar=yes,fullscreen=yes,scrollbars=yes,dependent=yes,width=500,left=200,height=300,top=100'); return false;">http://ckeditor.com</a></p>
 </textarea>
 <textarea id="link-output2">
-<p><a href="http://ckeditor.com" onclick="window.open(this.href, '', 'resizable=no,status=no,location=no,toolbar=no,menubar=no,fullscreen=no,scrollbars=no,dependent=no'); return false;">http://ckeditor.com</a></p>
+<p><a href="http://ckeditor.com" onclick="window.open(this.href, 'another', 'resizable=no,status=no,location=no,toolbar=no,menubar=no,fullscreen=no,scrollbars=no,dependent=no'); return false;">http://ckeditor.com</a></p>
 </textarea>
 </body>
