Index: /CKEditor/tests/dt/core/htmlparser/fragment.html
===================================================================
--- /CKEditor/tests/dt/core/htmlparser/fragment.html	(revision 6559)
+++ /CKEditor/tests/dt/core/htmlparser/fragment.html	(revision 6560)
@@ -127,4 +127,13 @@
 
 		/**
+		 * Test fixing orphan list items twice.
+		 */
+		test_parser_12 : function()
+		{
+			testParser(	'<li>1</li><dt>2</dt><dd>3</dd>', '<dl><dt>2</dt><dd>3</dd></dl><ul><li>1</li></ul>' );
+			testParser(	'<li>1</li><dt>2</dt></ol>', '<dl><dt>2</dt></dl><ul><li>1</li></ul>' );
+		},
+
+		/**
 		 *  Test fixing paragraph inside table row.
 		 */
