Index: /CKEditor/tests/dt/core/htmlparser/fragment.html
===================================================================
--- /CKEditor/tests/dt/core/htmlparser/fragment.html	(revision 6649)
+++ /CKEditor/tests/dt/core/htmlparser/fragment.html	(revision 6650)
@@ -116,4 +116,20 @@
 		},
 
+		/*
+		 *  Leaving table internals intact.
+		 */
+		test_parser_11 : function()
+		{
+			testParser(	'<td>1</td><tr><td>2</td></tr>', '<td>1</td><tr><td>2</td></tr>' );
+		},
+
+		/*
+		 *  Forward lifting invalid table children..
+		 */
+		test_parser_12 : function()
+		{
+			testParser(	'<table><p>p1</p><tr><td>c1</td></tr><p>p2</p></table>', '<p>p1</p><p>p2</p><table><tr><td>c1</td></tr></table>' );
+		},
+
 		/**
 		 * Test fixing malformed nested list structure. (#3828)
