Title: [182733] trunk/Tools
- Revision
- 182733
- Author
- [email protected]
- Date
- 2015-04-13 08:06:23 -0700 (Mon, 13 Apr 2015)
Log Message
REGRESSION(r181134): [GTK] Test /webkit2/WebKitWebView/insecure-content is failing after r181134
https://bugs.webkit.org/show_bug.cgi?id=142387
Reviewed by Carlos Garcia Campos.
Running mixed content is blocked by default since r181134. Updated
the test case to reflect the new default settings.
* TestWebKitAPI/Tests/WebKit2Gtk/TestSSL.cpp:
(testInsecureContent):
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (182732 => 182733)
--- trunk/Tools/ChangeLog 2015-04-13 14:46:49 UTC (rev 182732)
+++ trunk/Tools/ChangeLog 2015-04-13 15:06:23 UTC (rev 182733)
@@ -1,3 +1,16 @@
+2015-04-13 Sergio Villar Senin <[email protected]>
+
+ REGRESSION(r181134): [GTK] Test /webkit2/WebKitWebView/insecure-content is failing after r181134
+ https://bugs.webkit.org/show_bug.cgi?id=142387
+
+ Reviewed by Carlos Garcia Campos.
+
+ Running mixed content is blocked by default since r181134. Updated
+ the test case to reflect the new default settings.
+
+ * TestWebKitAPI/Tests/WebKit2Gtk/TestSSL.cpp:
+ (testInsecureContent):
+
2015-04-13 Gyuyoung Kim <[email protected]>
Fix wrong value variable in ENABLE_NAVIGATOR_HWCONCURRENCY
Modified: trunk/Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestSSL.cpp (182732 => 182733)
--- trunk/Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestSSL.cpp 2015-04-13 14:46:49 UTC (rev 182732)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestSSL.cpp 2015-04-13 15:06:23 UTC (rev 182733)
@@ -123,7 +123,9 @@
test->loadURI(kHttpsServer->getURIForPath("/insecure-content/").data());
test->waitUntilLoadFinished();
- g_assert(test->m_insecureContentRun);
+ g_assert(!test->m_insecureContentRun);
+ // Images are currently always displayed, even bypassing mixed content settings. Check
+ // https://bugs.webkit.org/show_bug.cgi?id=142469
g_assert(test->m_insecureContentDisplayed);
webkit_web_context_set_tls_errors_policy(context, originalPolicy);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes