Tweak `grid-max-sizing-flex-006.html` and add a web-platform test
Categories
(Core :: Layout: Grid, task)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox138 | --- | fixed |
People
(Reporter: TYLin, Assigned: TYLin)
References
Details
(Whiteboard: [grid-percentages:m1], [wptsync upstream])
Attachments
(2 files)
This is a preparation towards fixing bug 1481876.
Tweak grid-max-sizing-flex-006.html and add a web-platform tests for 12.7. Expand Flexible Tracks. See the commit message in the patches for details.
| Assignee | ||
Comment 1•9 months ago
|
||
This patch maintains the intent of the sub-test that validates the fractional
fr unit. However, the flex factor sum, which is used to be less than one, now
becomes greater than one. Therefore, I have distilled this sub-test into a
web-platform test in the next part to exercise the code path and the behavior
described in spec 12.7.1.2 [1].
| Assignee | ||
Comment 2•9 months ago
|
||
Both Chrome and Safari pass the test, while Firefox fails it currently. Firefox
is expected to pass it after Bug 1481876 is fixed.
Updated•9 months ago
|
Updated•9 months ago
|
https://hg.mozilla.org/mozilla-central/rev/1ab98d96d49e
https://hg.mozilla.org/mozilla-central/rev/ef9f9062d724
Description
•