Changeset 182733 in webkit


Ignore:
Timestamp:
Apr 13, 2015 8:06:23 AM (9 years ago)
Author:
svillar@igalia.com
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):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r182732 r182733  
     12015-04-13  Sergio Villar Senin  <svillar@igalia.com>
     2
     3        REGRESSION(r181134): [GTK] Test /webkit2/WebKitWebView/insecure-content is failing after r181134
     4        https://bugs.webkit.org/show_bug.cgi?id=142387
     5
     6        Reviewed by Carlos Garcia Campos.
     7
     8        Running mixed content is blocked by default since r181134. Updated
     9        the test case to reflect the new default settings.
     10
     11        * TestWebKitAPI/Tests/WebKit2Gtk/TestSSL.cpp:
     12        (testInsecureContent):
     13
    1142015-04-13  Gyuyoung Kim  <gyuyoung.kim@webkit.org>
    215
  • trunk/Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestSSL.cpp

    r181074 r182733  
    124124    test->waitUntilLoadFinished();
    125125
    126     g_assert(test->m_insecureContentRun);
     126    g_assert(!test->m_insecureContentRun);
     127    // Images are currently always displayed, even bypassing mixed content settings. Check
     128    // https://bugs.webkit.org/show_bug.cgi?id=142469
    127129    g_assert(test->m_insecureContentDisplayed);
    128130
Note: See TracChangeset for help on using the changeset viewer.