From: carlosgc@webkit.org Date: Tue, 19 Jan 2016 13:14:17 +0000 (+0000) Subject: Unreviewed. Fix GTK+ test /webkit2/WebKitWebView/geolocation-permission-requests... X-Git-Url: http://git.webkit.org/?p=WebKit-https.git;a=commitdiff_plain;h=a7b5b593718f194f5a0e5fbcd07cdabfe764c1ac Unreviewed. Fix GTK+ test /webkit2/WebKitWebView/geolocation-permission-requests after r195075. Geolocation is no longer allowed for unique origins after r195075. * TestWebKitAPI/Tests/WebKit2Gtk/TestUIClient.cpp: (testWebViewGeolocationPermissionRequests): git-svn-id: https://svn.webkit.org/repository/webkit/trunk@195285 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/Tools/ChangeLog b/Tools/ChangeLog index 2b552fa..0fc7c80 100644 --- a/Tools/ChangeLog +++ b/Tools/ChangeLog @@ -1,3 +1,12 @@ +2016-01-19 Carlos Garcia Campos + + Unreviewed. Fix GTK+ test /webkit2/WebKitWebView/geolocation-permission-requests after r195075. + + Geolocation is no longer allowed for unique origins after r195075. + + * TestWebKitAPI/Tests/WebKit2Gtk/TestUIClient.cpp: + (testWebViewGeolocationPermissionRequests): + 2016-01-18 Carlos Alberto Lopez Perez [GTK][EFL] Layout tests abort with PulseAudioSanitizer instance has no attribute '_pa_module_index' when the build is not ready. diff --git a/Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestUIClient.cpp b/Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestUIClient.cpp index 07e0b66..9c99b62 100644 --- a/Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestUIClient.cpp +++ b/Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestUIClient.cpp @@ -732,7 +732,7 @@ static void testWebViewGeolocationPermissionRequests(UIClientTest* test, gconstp // Test denying a permission request. test->m_allowPermissionRequests = false; - test->loadHtml(geolocationRequestHTML, 0); + test->loadHtml(geolocationRequestHTML, "http://foo.com/bar"); test->waitUntilTitleChanged(); // According to the Geolocation API specification, '1' is the