[webkit-changes] [WebKit/WebKit] 69f487: Cherry-pick 9dcd18cf6f84. rdar://problem/103313030
Tim Nguyen
noreply at github.com
Fri Dec 16 17:18:30 PST 2022
Branch: refs/heads/safari-7615.1.15-branch
Home: https://github.com/WebKit/WebKit
Commit: 69f487946b256271d87711661a8435111bb3392c
https://github.com/WebKit/WebKit/commit/69f487946b256271d87711661a8435111bb3392c
Author: Tim Nguyen <ntim at apple.com>
Date: 2022-12-16 (Fri, 16 Dec 2022)
Changed paths:
A LayoutTests/imported/w3c/web-platform-tests/fullscreen/rendering/fullscreen-root-fills-page-expected.html
A LayoutTests/imported/w3c/web-platform-tests/fullscreen/rendering/fullscreen-root-fills-page-ref.html
A LayoutTests/imported/w3c/web-platform-tests/fullscreen/rendering/fullscreen-root-fills-page.html
M Source/WebCore/style/StyleAdjuster.cpp
Log Message:
-----------
Cherry-pick 9dcd18cf6f84. rdar://problem/103313030
Stop adjusting position to absolute for root element in fullscreen
https://bugs.webkit.org/show_bug.cgi?id=249404
rdar://103313030
Reviewed by Alan Baradlay.
Other browsers do not adjust the position to absolute for the root element (tested by applying inset properties).
The adjustment in WebKit causes the root to collapse, which is an unwanted side-effect.
* LayoutTests/imported/w3c/web-platform-tests/fullscreen/rendering/fullscreen-root-fills-page-expected.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/fullscreen/rendering/fullscreen-root-fills-page-ref.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/fullscreen/rendering/fullscreen-root-fills-page.html: Added.
* Source/WebCore/style/StyleAdjuster.cpp:
(WebCore::Style::Adjuster::adjust const):
Canonical link: https://commits.webkit.org/257946@main
Canonical link: https://commits.webkit.org/257698.14@safari-7615.1.15-branch
More information about the webkit-changes
mailing list