[wpt-sync] Sync PR 37307 - Refactor Masonry Tests
Categories
(Core :: Layout: Grid, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox109 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 37307 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/37307
Details from upstream follow.
Brandon Stewart <brandonstewart@apple.com> wrote:
Refactor Masonry Tests
The masonry tests are all bunched up together with many having numerous grids per test file. This makes it extremely hard to debug what is going wrong with a specific test.
This can be tackled in 2 steps. Step 1 (which is this patch) is to break the files up into folders, so it is easier to filter tests. Second is to break up the tests into individual ones (with better names), so we know exactly what test is failing.
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 47 tests and 67 subtests
Status Summary
Firefox
OK
: 1
PASS
: 113
Chrome
OK
: 1
PASS
: 29
FAIL
: 84
Safari
OK
: 1
PASS
: 29
FAIL
: 84
Links
Comment 4•2 years ago
|
||
bugherder |
Description
•