[wpt-sync] Sync PR 50658 - [Grid] Fix syntax error in grid-automatic-minimum-for-auto-rows-001
Categories
(Core :: Layout: Grid, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox137 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 50658 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/50658
Details from upstream follow.
Kurt Catti-Schmidt <kschmi@microsoft.com> wrote:
[Grid] Fix syntax error in grid-automatic-minimum-for-auto-rows-001
This recently started failing due to a WPT import that added a missing
\</style>
tag. Unfortunately, there was another syntax error that was
missed, causing this test to fail on all platforms at wpt.fyi:
https://wpt.fyi/results/css/css-grid/layout-algorithm/grid-automatic-minimum-for-auto-rows-001.html?label=master&label=experimental&aligned&q=grid-automatic-minimum-for-auto-rows-001.html%20This CL fixes the syntax error and removes the -expected.txt.
Bug: 395987874
Change-Id: I80f2c1b33c50764ac85044024156a0838757d5f3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6258794
Reviewed-by: Alison Maher \<almaher@microsoft.com>
Commit-Queue: Kurt Catti-Schmidt \<kschmi@microsoft.com>
Cr-Commit-Position: refs/heads/main@{#1419434}
Assignee | ||
Updated•12 days ago
|
Assignee | ||
Updated•12 days ago
|
Assignee | ||
Updated•12 days ago
|
Assignee | ||
Updated•12 days ago
|
Assignee | ||
Updated•12 days ago
|
Assignee | ||
Updated•12 days ago
|
Assignee | ||
Updated•12 days ago
|
Assignee | ||
Updated•12 days ago
|
Assignee | ||
Updated•12 days ago
|
Assignee | ||
Updated•12 days ago
|
Assignee | ||
Updated•12 days ago
|
Assignee | ||
Updated•12 days ago
|
Assignee | ||
Updated•12 days ago
|
Assignee | ||
Updated•12 days ago
|
Assignee | ||
Updated•11 days ago
|
Assignee | ||
Updated•11 days ago
|
Assignee | ||
Updated•11 days ago
|
Assignee | ||
Comment 1•11 days ago
|
||
Assignee | ||
Comment 2•11 days ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 4 subtests
Status Summary
Firefox
OK
: 1
PASS
: 4
Chrome
OK
: 1
PASS
: 4
Safari
OK
: 1
PASS
: 4
Links
https://hg.mozilla.org/mozilla-central/rev/73ad6489dde8
https://hg.mozilla.org/mozilla-central/rev/f7f8bc27457e
Description
•