Index: /CKEditor/tests/dt/core/htmlparser/htmlparser.html
===================================================================
--- /CKEditor/tests/dt/core/htmlparser/htmlparser.html	(revision 4776)
+++ /CKEditor/tests/dt/core/htmlparser/htmlparser.html	(revision 4777)
@@ -34,4 +34,5 @@
 	return {
 
+//		shouldIgnoreAllBut : [ 'test_parse_inline_5' ],
 		test_parse_inline : function()
 		{
@@ -55,4 +56,10 @@
 		},
 
+		test_parse_inline_5 : function()
+		{
+			assert.areSame( '<strong>some</strong>text',
+					htmlParse( '<strong>some</span></strong>text' ) );
+		},
+
 		// Attribute name may contains hypen and dot.(#4351)
 		// Ref: http://www.w3.org/TR/xml/#NT-Name
@@ -73,5 +80,5 @@
 				'White-spaces doesn\'t match.' );
 		},
-
+		
 		name :document.title
 	};
