Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f36d3a2fd54d943e33b7f1a214e128131f78d1d4
https://github.com/WebKit/WebKit/commit/f36d3a2fd54d943e33b7f1a214e128131f78d1d4
Author: Rupin Mittal <[email protected]>
Date: 2026-03-12 (Thu, 12 Mar 2026)
Changed paths:
M LayoutTests/http/tests/mime/html-with-html.html
M LayoutTests/platform/mac-site-isolation/TestExpectations
Log Message:
-----------
[Site Isolation] mime/html-with-html.html is failing
https://bugs.webkit.org/show_bug.cgi?id=309735
rdar://172326195
Reviewed by Charlie Wolfe.
With site isolation on, neither the expected resource response or console log
are
printed out.
This is because when setting the onerror callback, testRunner.notifyDone() is
being
called immediately rather than being assigned as a callback. Site isolation
likely
introduces some overhead that causes the resource response and console log to
take
longer than with site isolation off. The test finishes before they can be
printed.
* LayoutTests/http/tests/mime/html-with-html.html:
* LayoutTests/platform/mac-site-isolation/TestExpectations:
Canonical link: https://commits.webkit.org/309149@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications