[webkit-changes] [WebKit/WebKit] b27e40: [Site isolation] Site isolated frames with css tra...
Said Abou-Hallawa
noreply at github.com
Tue Oct 29 10:10:23 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: b27e4007cd73176eb33a572b3a245b850b225eb5
https://github.com/WebKit/WebKit/commit/b27e4007cd73176eb33a572b3a245b850b225eb5
Author: Said Abou-Hallawa <said at apple.com>
Date: 2024-10-29 (Tue, 29 Oct 2024)
Changed paths:
A LayoutTests/http/tests/site-isolation/iframe-with-transform-expected.html
A LayoutTests/http/tests/site-isolation/iframe-with-transform.html
A LayoutTests/http/tests/site-isolation/resources/100x100-blue-box-green-background.html
M Source/WebCore/rendering/RenderWidget.cpp
Log Message:
-----------
[Site isolation] Site isolated frames with css transform are not displayed correctly
https://bugs.webkit.org/show_bug.cgi?id=282007
rdar://138513187
Reviewed by Sihui Liu.
Similar to the local frame, the size of the remote frame should be set in logical
units.
* LayoutTests/http/tests/site-isolation/iframe-with-transform-expected.html: Added.
* LayoutTests/http/tests/site-isolation/iframe-with-transform.html: Added.
* LayoutTests/http/tests/site-isolation/resources/100x100-blue-box-green-background.html: Added.
* Source/WebCore/rendering/RenderWidget.cpp:
(WebCore::RenderWidget::updateWidgetGeometry):
Canonical link: https://commits.webkit.org/285842@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list