Bug 232240 - Fix CSS serialization affecting grid-auto-flow
Summary: Fix CSS serialization affecting grid-auto-flow
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: zsun
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-10-25 06:59 PDT by zsun
Modified: 2021-10-26 10:09 PDT (History)
12 users (show)

See Also:


Attachments
Patch (7.50 KB, patch)
2021-10-25 07:11 PDT, zsun
no flags Details | Formatted Diff | Diff
Patch (20.33 KB, patch)
2021-10-25 12:13 PDT, zsun
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description zsun 2021-10-25 06:59:19 PDT
We need to fix the serialization issue of grid-auto-flow where the word 'row' was being included necessarily.

The following WPT tests have been affected - 

css/css-grid/grid-layout-properties.html
css/css-grid/parsing/grid-auto-flow-computed.html
css/css-grid/parsing/grid-auto-flow-valid.html
Comment 1 zsun 2021-10-25 07:11:00 PDT
Created attachment 442366 [details]
Patch
Comment 2 zsun 2021-10-25 12:13:22 PDT
Created attachment 442395 [details]
Patch
Comment 3 EWS Watchlist 2021-10-25 12:14:41 PDT
This patch modifies the imported WPT tests. Please ensure that any changes on the tests (not coming from a WPT import) are exported to WPT. Please see https://trac.webkit.org/wiki/WPTExportProcess
Comment 4 EWS 2021-10-26 10:08:17 PDT
Committed r284876 (243553@main): <https://commits.webkit.org/243553@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 442395 [details].
Comment 5 Radar WebKit Bug Importer 2021-10-26 10:09:23 PDT
<rdar://problem/84668897>