Index: /CKEditor/trunk/_test/tt/4241/4241.html
===================================================================
--- /CKEditor/trunk/_test/tt/4241/4241.html	(revision 4106)
+++ /CKEditor/trunk/_test/tt/4241/4241.html	(revision 4107)
@@ -8,5 +8,4 @@
 
 	<script type="text/javascript">
-CKEDITOR.config.toolbar_Full = [['Styles','Bold','Italic','Underline']];
 CKEDITOR.test.addTestCase( ( function ()
 {
@@ -17,6 +16,7 @@
 		selector = YAHOO.util.Selector;
 	return {
+
 		/**
-		 * Test destroying an editor instance created from textarea which is not inside a form.
+		 * Test destroying an editor instance when float panel is keep opened. 
 		 */
 		test_destroy : function()
@@ -41,5 +41,5 @@
 									var stylePanel = new CKEDITOR.dom.element( selector.query( '.cke_rcombopanel' )[ 0 ] ); 
 									CKEDITOR.instances.editor1.destroy();
-									assert.isNull( stylePanel.getDocument() );
+									assert.isFalse( doc.getBody().contains( stylePanel ), 'The panel is still inside document' );
 								}, 1000 );
 							} );
