[webkit-changes] [WebKit/WebKit] 0e5a15: Take overflow: clip into account when computing ta...
Rob Buis
noreply at github.com
Fri Jun 2 21:26:50 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 0e5a15b8412272786492e4c16b82b3cee54aee26
https://github.com/WebKit/WebKit/commit/0e5a15b8412272786492e4c16b82b3cee54aee26
Author: Rob Buis <rbuis at igalia.com>
Date: 2023-06-02 (Fri, 02 Jun 2023)
Changed paths:
A LayoutTests/imported/w3c/web-platform-tests/css/css-overflow/overflow-clip-rounded-table-expected.html
A LayoutTests/imported/w3c/web-platform-tests/css/css-overflow/overflow-clip-rounded-table.html
M Source/WebCore/style/StyleAdjuster.cpp
Log Message:
-----------
Take overflow: clip into account when computing table overflow
https://bugs.webkit.org/show_bug.cgi?id=251909
Reviewed by Alan Baradlay.
When computing table overflow overflow: clip should be treated like overflow: hidden:
https://github.com/w3c/csswg-drafts/pull/7492/files
* LayoutTests/imported/w3c/web-platform-tests/css/css-overflow/overflow-clip-rounded-table-expected.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/css/css-overflow/overflow-clip-rounded-table.html: Added.
* Source/WebCore/style/StyleAdjuster.cpp:
(WebCore::Style::Adjuster::adjust const):
Canonical link: https://commits.webkit.org/264849@main
More information about the webkit-changes
mailing list