Index: /CKEditor/tests/tt/4067/2.html
===================================================================
--- /CKEditor/tests/tt/4067/2.html	(revision 4412)
+++ /CKEditor/tests/tt/4067/2.html	(revision 4413)
@@ -182,5 +182,5 @@
 				editor.config.contentsLangDirection = null;
 
-				assert.areEqual( output, getFixedValue( dataprocessor.toHtml( input, false, true ) )  );
+				assert.areEqual( output, getFixedValue( dataprocessor.toHtml( input, false, true, editor.config.docType ) )  );
 			},
 
@@ -200,5 +200,5 @@
 				editor.config.contentsLangDirection = null;
 
-				assert.areEqual( output, getFixedValue( dataprocessor.toHtml( input, false, true ) ) );
+				assert.areEqual( output, getFixedValue( dataprocessor.toHtml( input, false, true, editor.config.docType ) ) );
 			},
 
@@ -227,5 +227,5 @@
 
 				dataprocessor.writer._.rules = {};
-				assert.areEqual( output, getFixedValue( dataprocessor.toDataFormat( input ) ) );
+				assert.areEqual( output, getFixedValue( dataprocessor.toDataFormat( input, false, true ) ) );
 			},
 
