Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Omit the integer value for grid-lines when it's the default value.
https://bugs.webkit.org/show_bug.cgi?id=245025 Reviewed by Tim Nguyen. As per the shortest possible serialization principle, we don't need to print the '1' default value. * LayoutTests/fast/css-grid-layout/grid-item-area-get-set-expected.txt: * LayoutTests/fast/css-grid-layout/grid-item-area-get-set.html: * LayoutTests/fast/css-grid-layout/grid-item-column-row-get-set-expected.txt: * LayoutTests/fast/css-grid-layout/grid-item-column-row-get-set.html: * LayoutTests/fast/css-grid-layout/grid-item-end-after-get-set-expected.txt: * LayoutTests/fast/css-grid-layout/grid-item-end-after-get-set.html: * LayoutTests/fast/css-grid-layout/grid-item-start-before-get-set-expected.txt: * LayoutTests/fast/css-grid-layout/grid-item-start-before-get-set.html: * LayoutTests/imported/w3c/web-platform-tests/css/css-grid/grid-layout-properties.html: * LayoutTests/imported/w3c/web-platform-tests/css/css-grid/parsing/grid-area-computed-expected.txt: * LayoutTests/imported/w3c/web-platform-tests/css/css-grid/parsing/grid-area-computed.html: * Source/WebCore/css/ComputedStyleExtractor.cpp: (WebCore::valueForGridPosition): Canonical link: https://commits.webkit.org/254821@main
- Loading branch information
1 parent
fe4695d
commit fc4a525dc1504f16c392e5f6a3936f56f085e410
Showing
10 changed files
with
54 additions
and
52 deletions.
There are no files selected for viewing
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
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
Oops, something went wrong.