Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
[getComputedStyle][margin] isLayoutDependent should handle flow relat…
…ive margin values https://bugs.webkit.org/show_bug.cgi?id=255890 Reviewed by Antti Koivisto. Shorthand values should simply resolve for individual css property values. * LayoutTests/imported/w3c/web-platform-tests/css/css-logical/parsing/margin-block-inline-computed-expected.txt: * LayoutTests/platform/mac-wk1/TestExpectations: * LayoutTests/platform/mac/TestExpectations: * Source/WebCore/css/ComputedStyleExtractor.cpp: (WebCore::formattingContextRootStyle): (WebCore::physicalToFlowRelativeDirection): (WebCore::flowRelativeToPhysicalDirection): (WebCore::toMarginPropertyID): (WebCore::isLayoutDependent): Canonical link: https://commits.webkit.org/263372@main
- Loading branch information
1 parent
33f8953
commit 0f08796
Showing
4 changed files
with
83 additions
and
16 deletions.
There are no files selected for viewing
6 changes: 3 additions & 3 deletions
6
.../w3c/web-platform-tests/css/css-logical/parsing/margin-block-inline-computed-expected.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters