Title: [284939] trunk/Tools
Revision
284939
Author
katherine_che...@apple.com
Date
2021-10-27 13:09:21 -0700 (Wed, 27 Oct 2021)

Log Message

REGRESSION: [iOS] TestWebKitAPI.InAppBrowserPrivacy.AppBoundDomainAllowsServiceWorkers is failing
https://bugs.webkit.org/show_bug.cgi?id=227918

Unreviewed fix to unskip failing test that was fixed by
https://commits.webkit.org/239967@main.

* TestWebKitAPI/Tests/WebKitCocoa/InAppBrowserPrivacy.mm:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (284938 => 284939)


--- trunk/Tools/ChangeLog	2021-10-27 19:45:14 UTC (rev 284938)
+++ trunk/Tools/ChangeLog	2021-10-27 20:09:21 UTC (rev 284939)
@@ -1,3 +1,13 @@
+2021-10-27  Kate Cheney  <katherine_che...@apple.com>
+
+        REGRESSION: [iOS] TestWebKitAPI.InAppBrowserPrivacy.AppBoundDomainAllowsServiceWorkers is failing
+        https://bugs.webkit.org/show_bug.cgi?id=227918
+
+        Unreviewed fix to unskip failing test that was fixed by
+        https://commits.webkit.org/239967@main.
+
+        * TestWebKitAPI/Tests/WebKitCocoa/InAppBrowserPrivacy.mm:
+
 2021-10-27  Simon Fraser  <simon.fra...@apple.com>
 
         Preserve image diff precision until display time

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/InAppBrowserPrivacy.mm (284938 => 284939)


--- trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/InAppBrowserPrivacy.mm	2021-10-27 19:45:14 UTC (rev 284938)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/InAppBrowserPrivacy.mm	2021-10-27 20:09:21 UTC (rev 284939)
@@ -886,7 +886,7 @@
 
 )SWRESOURCE";
 
-TEST(InAppBrowserPrivacy, DISABLED_AppBoundDomainAllowsServiceWorkers)
+TEST(InAppBrowserPrivacy, AppBoundDomainAllowsServiceWorkers)
 {
     initializeInAppBrowserPrivacyTestSettings();
     isDone = false;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to