Title: [173832] trunk/Tools
Revision
173832
Author
[email protected]
Date
2014-09-22 04:15:08 -0700 (Mon, 22 Sep 2014)

Log Message

[GTK] Test /webkit2/WebKitWebView/can-show-mime-type fails if evince browser plugin is installed
https://bugs.webkit.org/show_bug.cgi?id=136998

Reviewed by Philippe Normand.

* TestWebKitAPI/Tests/WebKit2Gtk/TestWebKitWebView.cpp:
(testWebViewCanShowMIMEType): Remove the check of PDF as
unsupported MIME type.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (173831 => 173832)


--- trunk/Tools/ChangeLog	2014-09-22 11:10:49 UTC (rev 173831)
+++ trunk/Tools/ChangeLog	2014-09-22 11:15:08 UTC (rev 173832)
@@ -1,5 +1,16 @@
 2014-09-22  Carlos Garcia Campos  <[email protected]>
 
+        [GTK] Test /webkit2/WebKitWebView/can-show-mime-type fails if evince browser plugin is installed
+        https://bugs.webkit.org/show_bug.cgi?id=136998
+
+        Reviewed by Philippe Normand.
+
+        * TestWebKitAPI/Tests/WebKit2Gtk/TestWebKitWebView.cpp:
+        (testWebViewCanShowMIMEType): Remove the check of PDF as
+        unsupported MIME type.
+
+2014-09-22  Carlos Garcia Campos  <[email protected]>
+
         Unreviewed. Fix WebKitGTKTranslations rule in watchlist.
 
         In r145081 GTK+ translations were moved from Source/WebKit/gtk/po/

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestWebKitWebView.cpp (173831 => 173832)


--- trunk/Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestWebKitWebView.cpp	2014-09-22 11:10:49 UTC (rev 173831)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestWebKitWebView.cpp	2014-09-22 11:15:08 UTC (rev 173832)
@@ -237,7 +237,6 @@
 
     // Unsupported MIME types.
     g_assert(!webkit_web_view_can_show_mime_type(test->m_webView, "text/vcard"));
-    g_assert(!webkit_web_view_can_show_mime_type(test->m_webView, "application/pdf"));
     g_assert(!webkit_web_view_can_show_mime_type(test->m_webView, "application/zip"));
     g_assert(!webkit_web_view_can_show_mime_type(test->m_webView, "application/octet-stream"));
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to