Index: /CKEditor/tests/dt/core/htmlparser/fragment.html
===================================================================
--- /CKEditor/tests/dt/core/htmlparser/fragment.html	(revision 6622)
+++ /CKEditor/tests/dt/core/htmlparser/fragment.html	(revision 6623)
@@ -136,4 +136,14 @@
 
 		/**
+		 * Test fix body + optional close.
+		 */
+		test_parser_13 : function()
+		{
+			testParser(	'<img /></p>', '<p><img /></p>' );
+			testParser(	'<b>bold</p>', '<p><b>bold</b></p>' );
+			testParser(	'<p>p1</div>', '<p>p1</p>' );
+		},
+
+		/**
 		 *  Test fixing paragraph inside table row.
 		 */
@@ -192,4 +202,5 @@
 		},
 
+		shouldIgnoreAllBut : [],
 		name : document.title
 	};
