Index: /CKEditor/tests/dt/core/htmlparser/htmlparser.html
===================================================================
--- /CKEditor/tests/dt/core/htmlparser/htmlparser.html	(revision 6641)
+++ /CKEditor/tests/dt/core/htmlparser/htmlparser.html	(revision 6642)
@@ -99,4 +99,10 @@
 		},
 
+		test_7497 : function()
+		{
+			assert.areSame( '<p>1</p><ul><li>2</li></ul><p>3</p>',
+				 htmlParse( '<p>1</p><li>2</li><p>3</p>' ));
+		},
+
 		name : document.title
 	};
