"application/vnd.ms-xpsdocument, application/xaml+xml,"+
"application/x-ms-xbap, application/x-shockwave-flash,"+
"application/x-silverlight-2-b2, application/x-silverlight,"+
"application/vnd.ms-excel, application/vnd.ms-powerpoint,"+
"application/msword, */*"); //IE
HtmlRenderKitImpl renderKit = new HtmlRenderKitImpl();
StringWriter writer = new StringWriter();
HtmlResponseWriterImpl responseWriter = (HtmlResponseWriterImpl) renderKit.createResponseWriter(writer, null, null);
Assert.assertEquals(ContentTypeUtils.HTML_CONTENT_TYPE, responseWriter.getContentType());
Assert.assertEquals(ContentTypeUtils.HTML_CONTENT_TYPE, responseWriter.getWriterContentTypeMode());
}