Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 4d172df73828e6c6f735795468f8dce5628dd6ba
https://github.com/WebKit/WebKit/commit/4d172df73828e6c6f735795468f8dce5628dd6ba
Author: Matthieu Dubet <[email protected]>
Date: 2025-12-22 (Mon, 22 Dec 2025)
Changed paths:
M
LayoutTests/imported/w3c/web-platform-tests/css/css-viewport/zoom/iframe-zoom-nested.html
M
LayoutTests/imported/w3c/web-platform-tests/css/css-viewport/zoom/resources/leaf.html
M LayoutTests/platform/ios/TestExpectations
M LayoutTests/platform/mac-wk1/TestExpectations
M LayoutTests/platform/mac/TestExpectations
M LayoutTests/platform/win/TestExpectations
Log Message:
-----------
[Test] Make iframe-zoom-nested.html WPT test less flaky
https://bugs.webkit.org/show_bug.cgi?id=304258
Reviewed by Tim Nguyen.
This test is using iframes (nested-iframe.html) of iframes (leaf.html) :
iframe loading via ".src = " is async,
we need to send a message to be sure to wait for the 4 leaf iframes to load
before capturing the rendering.
*
LayoutTests/imported/w3c/web-platform-tests/css/css-viewport/zoom/iframe-zoom-nested.html:
*
LayoutTests/imported/w3c/web-platform-tests/css/css-viewport/zoom/resources/leaf.html:
* LayoutTests/platform/ios/TestExpectations:
* LayoutTests/platform/mac-wk1/TestExpectations:
* LayoutTests/platform/mac/TestExpectations:
* LayoutTests/platform/win/TestExpectations:
Canonical link: https://commits.webkit.org/304857@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications