Wed Jul 17 2024 20:27:37 PDT
  • Product: Core
  • Component: Layout: Grid
  • Resolution: ---

247 bugs found.
ID Type Summary Product Comp Assignee Status Resolution Updated
1315750 [css-grid] Baseline Self-Alignment must be applied only to items in the same baseline sharing group. Core Layout: Grid nobody UNCO --- 2023-01-13
1356236 [css-grid] SVG breaks CSS grid row height Core Layout: Grid nobody UNCO --- 2023-01-13
1427708 [css-grid] Automatic minimum height is wrongly computed for an item spanning auto and 1fr rows Core Layout: Grid nobody UNCO --- 2023-01-13
1453571 [css-grid] Orthogonal grid items that change its size don't affect column sizes Core Layout: Grid nobody UNCO --- 2023-01-13
1453627 [css-grid] Content alignment should be done after track sizing Core Layout: Grid nobody UNCO --- 2023-01-13
1796611 masonry: Last line of items right aligned, should probably be left Core Layout: Grid nobody UNCO --- 2022-10-27
1788194 Assertion failure: item->mFrame == ph->GetOutOfFlowFrame(), at /layout/generic/nsGridContainerFrame.cpp:7968 Core Layout: Grid nobody UNCO --- 2022-09-03
1801544 firefox devtools: add picker with options to "display: {flex,grid}" Core Layout: Grid nobody UNCO --- 2022-11-20
1891735 grid-template-rows: using repeat with value 0 results in error Core Layout: Grid nobody UNCO --- 2024-04-16
1506817 Grid area incorrectly sized when applying baseline alignment along the row axis Core Layout: Grid tlouw UNCO --- 2022-10-11
1708084 Assertion failure: i < aState.mAbsPosItems.Length(), at src/layout/generic/nsGridContainerFrame.cpp:8422 Core Layout: Grid nobody NEW --- 2022-10-18
1779799 Combination of min-content, 1fr and column span creates broken layouts (CSS grid). Core Layout: Grid nobody NEW --- 2023-01-04
1719273 CSS aspect-ratio doesn't occupy space inside grid with auto columns. Core Layout: Grid boris.chiou NEW --- 2024-02-17
1632578 Add multiple repeat(auto-fill, ...) value support to ComputedGridLineInfo Core Layout: Grid emcdonough NEW --- 2022-10-11
1278058 [css-grid] Block-axis margin on fragmented grid item renders incorrectly Core Layout: Grid nobody NEW --- 2023-01-13
1300366 [css-grid] Implement step 3. in the Grid Sizing Algorithm Core Layout: Grid nobody NEW --- 2023-09-22
1302839 [css-grid] optimize calculating grid-gap contribution to a particular span length Core Layout: Grid nobody NEW --- 2023-01-13
1306499 [css-grid] Investigate baseline alignment for grid container fragments Core Layout: Grid nobody NEW --- 2023-01-13
1306705 [css-grid] Optimize rebuilding grid items array in fragmentation path Core Layout: Grid nobody NEW --- 2023-11-16
1312403 [css-grid] Incorrect grid container's baseline when item is orthogonal Core Layout: Grid nobody NEW --- 2023-01-13
1315371 [css-grid] investigate if min-size:<enum> is affected by grid area clamping, on images in particular Core Layout: Grid nobody NEW --- 2023-01-13
1317840 [css-grid][css-align] <input type="file"> grid items don't stretch their block-axis properly Core Layout: Grid nobody NEW --- 2023-01-13
1321655 [css-grid][css-align] Grid items that are orthogonal to a baseline group should also be included (using a synthesized baseline) Core Layout: Grid nobody NEW --- 2023-01-13
1330866 [css-grid] Grid item baseline is miscalculated when it has a block-start percentage padding Core Layout: Grid nobody NEW --- 2023-01-13
1339911 [css-flexbox][css-grid][css-multicol] Add support for flex/grid/multicol layout on <legend> elements Core Layout: Grid nobody NEW --- 2023-01-13
1396691 [css-grid][max-content] grid with width: max-content has wrong size - the scrollbar overlaps the content Core Layout: Grid nobody NEW --- 2023-01-13
1398764 [css-grid] Use transferred size over content size for automatic minimum size Core Layout: Grid nobody NEW --- 2023-01-13
1399369 [css-grid] Stretching auto tracks should be done as part of the track sizing algorithm Core Layout: Grid nobody NEW --- 2023-01-13
1415301 [css-grid] overflow continuation for grid item has wrong position if grid dynamically changes Core Layout: Grid nobody NEW --- 2023-01-13
1436180 [css-grid][flex]Intrinsic size on grid-subflex / subbitem keeps the image width whilst image is resized. Core Layout: Grid nobody NEW --- 2024-04-17
1442818 [css-grid] Maybe using the wrong StylePosition() for table grid items in some places? Core Layout: Grid nobody NEW --- 2023-01-13
1488878 Make CSS grid with "contain:size" take grid-template-rows/grid-template-columns into consideration for sizing (but not children) Core Layout: Grid nobody NEW --- 2024-05-30
1514864 [css-align][css-grid] orthogonal vertical-rl baseline group is aligned to the wrong side of the alignment container Core Layout: Grid nobody NEW --- 2022-10-11
1521088 A height of DIV containers with specified paddings is re-calculated incorrectly while resizing a browser's window (causing failure in WPT css/css-grid/table-grid-item-dynamic-004.html ) Core Layout: Grid nobody NEW --- 2024-06-16
1548709 [css-grid-2][css-contain] Implement contain:size on a subgrid Core Layout: Grid nobody NEW --- 2022-12-08
1566690 Assertion failure: foundOwnPushedChild || !items.IsEmpty() || mDidPushItemsBitMayLie (NS_STATE_GRID_DID_PUSH_ITEMS lied), at src/layout/generic/nsGridContainerFrame.cpp:6997 Core Layout: Grid nobody NEW --- 2023-09-06
1590218 [css-grid-2] adjust line/area name resolution for subgrid to be spec-compliant Core Layout: Grid nobody NEW --- 2022-12-08
1611923 Assertion failure: aEnd == int32_t(kAutoLine) || (aEnd >= kMinLine && aEnd <= kMaxLine) (invalid end line), at /builds/worker/workspace/build/src/layout/generic/nsGridContainerFrame.cpp:479 Core Layout: Grid nobody NEW --- 2023-09-27
1612963 AddressSanitizer: stack-overflow /builds/worker/fetches/llvm-project/llvm/projects/compiler-rt/lib/asan/asan_interceptors_memintrinsics.cc:26:3 in __asan_memset Core Layout: Grid nobody NEW --- 2023-06-12
1627581 [css-grid-3] Investigate conditions for auto-placed subgrid in Masonry grid container Core Layout: Grid nobody NEW --- 2022-08-01
1632200 A grid container's exported last-baseline in a masonry axis is incorrect in some cases Core Layout: Grid nobody NEW --- 2022-09-05
1633610 [css-grid] Masonry axis item baseline alignment is incorrect in some vertical writing-mode cases Core Layout: Grid nobody NEW --- 2023-04-13
1654541 [css-grid] fit-content percentage should only clamp when definite Core Layout: Grid nobody NEW --- 2020-07-23
1671528 [css-grid-3] Investigate item stretching with max-size and auto-margins in the masonry axis Core Layout: Grid nobody NEW --- 2022-08-15
1683675 Assertion failure: mEnd >= 1 && mEnd < uint32_t(kMaxLine) (invalid span), at /builds/worker/checkouts/gecko/layout/generic/nsGridContainerFrame.cpp:410 Core Layout: Grid nobody NEW --- 2023-08-17
1688023 Baseline of CSS grid is incorrect if the block container generating it has line boxes of different height Core Layout: Grid nobody NEW --- 2022-08-15
1706138 Assertion failure: child->GetPrevInFlow() ? row < aStartRow : row >= aStartRow (unexpected child start row), at /builds/worker/checkouts/gecko/layout/generic/nsGridContainerFrame.cpp:7637 Core Layout: Grid nobody NEW --- 2022-11-29
1716493 New wpt failures in /css/css-grid/layout-algorithm/grid-intrinsic-size-with-orthogonal-items.html Core Layout: Grid nobody NEW --- 2024-06-16
1718365 New wpt failures in /css/css-grid/grid-items/ [grid-item-inline-contribution-002.html, grid-item-inline-contribution-003.html] Core Layout: Grid nobody NEW --- 2024-02-01
1725495 [css-multicol][css-grid][css-flexbox] CSS styling of Gaps/Gutters Core Layout: Grid nobody NEW --- 2023-01-13
1757446 [css-grid-3] Enable CSS Grid Masonry Layout by default (beyond Nightly) Core Layout: Grid nobody NEW --- 2024-05-28
1797305 Grid dynamic overflow updates can cause extra reflows and correctness issues Core Layout: Grid nobody NEW --- 2023-01-03
1838889 Grid container with `align-items: stretch` container grid items with `aspect-ratio: 1` look different in Chrome, Firefox and Safari Core Layout: Grid nobody NEW --- 2023-07-05
1841663 WPT failures in /css/css-grid/grid-layout-properties.html Core Layout: Grid nobody NEW --- 2024-02-01
1841677 WPT failures in css/css-grid/grid-definition with repeat(auto-fill/auto-fit, ...) Core Layout: Grid nobody NEW --- 2024-02-01
1841678 WPT failures in css/css-grid/grid-definition/grid-[inline-]template-columns-rows-resolved-values-001.html Core Layout: Grid nobody NEW --- 2024-02-01
1841679 WPT failures in css/css-grid/grid-definition/grid-change-fit-content-argument-001.html Core Layout: Grid nobody NEW --- 2024-06-16
1841684 WPT failures in css/css-grid/grid-definition/grid-percentage-rows-indefinite-height-[001|002].html Core Layout: Grid nobody NEW --- 2024-06-24
1841693 WPT failures in css/css-grid/layout-algorithm/baseline-alignment-affects-intrinsic-size-[001|003|004].html Core Layout: Grid nobody NEW --- 2024-02-01
1841694 WPT failures in css/css-grid/layout-algorithm/flex-sizing-rows-indefinite-height.html Core Layout: Grid nobody NEW --- 2024-06-16
1841695 WPT failures in css/css-grid/layout-algorithm/grid-content-distribution-must-account-for-track-sizing-002.html Core Layout: Grid nobody NEW --- 2024-06-16
1841696 Firefox fails WPTs css/css-grid/layout-algorithm/grid-flex-track-intrinsic-sizes-[001|002|003].html Core Layout: Grid nobody NEW --- 2024-02-01
1841697 Firefox fails WPTs css/css-grid/layout-algorithm/grid-minimum-contribution-baseline-shim[-vertical-lr|-vertical-rl].html Core Layout: Grid nobody NEW --- 2024-02-01
1841698 Firefox fails WPTs css/css-grid/layout-algorithm/grid-intrinsic-size-dynamic-block-size.html Core Layout: Grid nobody NEW --- 2024-06-16
1841699 Firefox fails WPTs css/css-grid/layout-algorithm/grid-template-flexible-rerun-track-sizing.html Core Layout: Grid nobody NEW --- 2024-02-01
1841700 Firefox fails WPTs css/css-grid/layout-algorithm/grid-percent-rows-[filled|spanned]-shrinkwrap-001.html Core Layout: Grid nobody NEW --- 2024-02-01
1855122 Assertion failure: item.mGridItem->mBaselineOffset[mAxis] >= 0, at /home/wuyue/browser/mozilla-unified/layout/generic/nsGridContainerFrame.cpp:5650 Core Layout: Grid nobody NEW --- 2023-10-16
1530097 [css-grid] Implement the "Increase sizes to accommodate spanning items crossing flexible tracks" step Core Layout: Grid tlouw NEW --- 2024-05-06
1594509 [css-grid] Tweak "grow beyond limits" intrinsic sizing algo Core Layout: Grid tlouw NEW --- 2023-01-04
1873617 grid with percentage value height and grid-auto-columns has width linear in number of items, not number of columns Core Layout: Grid tlouw NEW --- 2024-01-18
1252002 [css-grid] Avoid copying the mCols / mRows elements from SharedGridData to GridReflowState for continuations Core Layout: Grid nobody NEW --- 2023-01-13
1252186 [css-grid] Finding the grid area for grid child fragments is O(n²) Core Layout: Grid nobody NEW --- 2023-11-16
1277934 [css-grid] write more reftests for align/justify-self/content:[last-]baseline Core Layout: Grid nobody NEW --- 2024-06-27
1415709 [css-grid] Assertion failure: false (MOZ_ASSERT_UNREACHABLE: unexpected child reflow status) [@ nsGridContainerFrame::ReflowRowsInFragmentainer] Core Layout: Grid nobody NEW --- 2023-01-13
1470987 [css-grid] Assertion failure: item.mGridItem->mBaselineOffset[mAxis] >= 0, at /builds/worker/workspace/build/src/layout/generic/nsGridContainerFrame.cpp:3954 Core Layout: Grid nobody NEW --- 2023-01-13
1499348 [css-grid][css-flexbox] <wbr> creates a grid/flex item Core Layout: Grid nobody NEW --- 2023-01-13
1576744 Consider saving the CB rect for rel.pos. grid items to optimize position style changes in RecomputePosition Core Layout: Grid nobody NEW --- 2022-10-10
1623886 [css-grid-2] changing 'grid-template-rows/columns' to/from 'masonry' could be optimized Core Layout: Grid nobody NEW --- 2022-07-13
1663026 [wpt-sync] Sync PR 25390 - [css-grid] Await Ahem font in grid-intrinsic-track-sizes-001.html Core Layout: Grid wptsync NEW --- 2020-09-07
1673377 [wpt-sync] Sync PR 26286 - [css-grid] Fix that Replaced Layout doesn't display with a property called |max-width| Core Layout: Grid wptsync NEW --- 2020-10-26
1743822 [wpt-sync] Sync PR 31812 - Add two abpos tests for out of flow child that is not a grid item. Core Layout: Grid wptsync NEW --- 2021-12-01
1784807 [wpt-sync] Sync PR 35462 - Fixed inclusion of CSS Grid testing-utils.js Core Layout: Grid wptsync NEW --- 2022-08-14
1793425 [wpt-sync] Sync PR 36225 - 'grid-column' errors Core Layout: Grid wptsync NEW --- 2022-10-03
1798273 [wpt-sync] Sync PR 36736 - <canvas> end-tag cannot be omitted Core Layout: Grid wptsync NEW --- 2022-10-31
1837085 [wpt-sync] Sync PR 40405 - Ensure text is wrapped in a Grid during resize Core Layout: Grid wptsync NEW --- 2023-06-06
1839960 [wpt-sync] Sync PR 40710 - [css-grid] Use content-box always for static position. Core Layout: Grid wptsync NEW --- 2023-06-22
1856751 [wpt-sync] Sync PR 42327 - [GridNG] Updating grid-layout-properties and removing expectations Core Layout: Grid wptsync NEW --- 2023-10-03
1866255 [wpt-sync] Sync PR 43322 - Add tests for `calc(1fr)` in CSS grid Core Layout: Grid wptsync NEW --- 2023-11-23
1893103 [wpt-sync] Sync PR 45866 - Masonry test improvements Core Layout: Grid wptsync NEW --- 2024-04-23
1305716 Make layout/reftests/css-grid/grid-auto-min-sizing-percent-001.html pass on Android Core Layout: Grid nobody NEW --- 2023-01-13
1411859 Intermittent css-grid/grid-placement-definite-implicit-001.html == css-grid/grid-placement-definite-implicit-001-ref.html | image comparison, max difference: 27, number of differing pixels: 16 Core Layout: Grid nobody NEW --- 2023-01-13
1500622 fix WPT grid-positioned-items-implicit-grid-line-001.html to comply with Grid spec Core Layout: Grid nobody NEW --- 2024-06-16
1500630 WPT css/css-grid/alignment/grid-alignment-style-changes-003.html is bogus Core Layout: Grid nobody NEW --- 2022-10-10
1528455 [css-grid] min-content max-sizing function should clamp automatic sizes Core Layout: Grid nobody NEW --- 2022-10-10
1611851 AddressSanitizer: SEGV /builds/worker/workspace/build/src/layout/generic/ReflowInput.h in mozilla::ReflowInput::ReflowInput(nsPresContext*, mozilla::ReflowInput const&, nsIFrame*, mozilla::LogicalSize const&, mozilla::Maybe<mozilla::LogicalSize> const&, u Core Layout: Grid nobody NEW --- 2022-10-11
1890113 Intermittent [tier 2] /css/css-grid/alignment/grid-row-axis-alignment-sticky-positioned-items-002.html | single tracking bug Core Layout: Grid nobody NEW --- 2024-05-13
1898566 Intermittent /css/css-grid/subgrid/auto-track-sizing-002.html | single tracking bug Core Layout: Grid nobody NEW --- 2024-05-27
1194446 [css-grid] Cache min-/max-content contributions for grid items to avoid reflows Core Layout: Grid nobody NEW --- 2023-01-13
1201932 [css-grid] Refactor/optimize nsGridContainerFrame::Tracks::ResolveIntrinsicSize Core Layout: Grid nobody NEW --- 2023-01-13
1201941 [css-grid] Consider rewriting some parts of the "Stretch Flexible Tracks" algorithm to avoid rounding errors Core Layout: Grid nobody NEW --- 2023-04-27
1229180 [css-grid] Optimize setting GridColTrackSizes/GridRowTrackSizes Core Layout: Grid nobody NEW --- 2023-01-13
1266265 [css-grid] Implement fragmentation in the grid container inline direction (between columns) Core Layout: Grid nobody NEW --- 2023-01-13
1307797 Intermittent css-grid/grid-repeat-auto-fill-fit-010.html == css-grid/grid-repeat-auto-fill-fit-010-ref.html | single tracking bug Core Layout: Grid nobody NEW --- 2024-02-27
1317206 [css-grid] Empty <select> elements doesn't stretch in the inline-axis Core Layout: Grid nobody NEW --- 2023-01-13
1507154 fix grid-placement-auto-implicit-001.html to be more robust Core Layout: Grid nobody NEW --- 2022-10-11
1641587 Assertion failure: aGridArea.mRows.mStart < aGridArea.mRows.mEnd, at /builds/worker/checkouts/gecko/layout/generic/nsGridContainerFrame.cpp:3280 Core Layout: Grid nobody NEW --- 2022-10-11
1646745 Hit MOZ_CRASH(ElementAt(aIndex = 9999, aLength = 9999)) at /builds/worker/checkouts/gecko/xpcom/ds/nsTArray.cpp:29 Core Layout: Grid nobody NEW --- 2023-06-08
1646815 Crash [@ NS_ABORT_OOM | @ nsGridContainerFrame::GridReflowInput::CalculateTrackSizesForAxis] Core Layout: Grid nobody NEW --- 2022-10-11
1649439 Assertion failure: !map->mIsSameDirection, at /builds/worker/checkouts/gecko/layout/generic/nsGridContainerFrame.cpp:1668 Core Layout: Grid nobody NEW --- 2022-10-11
1650885 Exported grid container baseline should use align-self:baseline item baseline, not first item baseline Core Layout: Grid nobody NEW --- 2024-06-16
1656584 New wpt failures in /css/css-grid/grid-definition/ [grid-template-columns-rows-resolved-values-001.html, grid-inline-template-columns-rows-resolved-values-001.html] Core Layout: Grid nobody NEW --- 2022-11-14
1658051 Import css-grid reftests into WPT Core Layout: Grid nobody NEW --- 2020-08-07
1658676 New wpt failures in /css/css-grid/layout-algorithm/flex-and-intrinsic-sizes-002.html Core Layout: Grid nobody NEW --- 2022-11-04
1659831 Geektyrant takes 4x as long as Chrome to load Core Layout: Grid nobody NEW --- 2023-07-04
1661206 grid-template-rows: max-content behaves differently than other browsers Core Layout: Grid nobody NEW --- 2023-07-04
1662822 Assertion failure: line >= 1 (expected a 1-based line number), at /builds/worker/checkouts/gecko/layout/generic/nsGridContainerFrame.cpp:1825 Core Layout: Grid nobody NEW --- 2022-10-11
1663035 New wpt failures in /css/css-grid/layout-algorithm/grid-intrinsic-track-sizes-001.html Core Layout: Grid nobody NEW --- 2024-06-16
1679798 Assertion failure: !aGridItems->IsEmpty(), at /builds/worker/checkouts/gecko/layout/generic/nsGridContainerFrame.cpp:9432 Core Layout: Grid nobody NEW --- 2023-07-22
1685428 [css-grid] Note implies losing an aspect-ratio when it shouldn't? Core Layout: Grid nobody NEW --- 2023-06-05
1689768 New wpt failures in /css/css-grid/grid-definition/grid-auto-repeat-min-size-004.html Core Layout: Grid nobody NEW --- 2024-06-16
1699195 Assertion failure: cursorMajor <= gridMajorEnd (we shouldn't need to place items further than 1 track past the current end of the grid, in major dimension), at /builds/worker/checkouts/gecko/layout/generic/nsGridContainerFrame.cpp:4723 Core Layout: Grid nobody NEW --- 2023-12-28
1700254 Hit MOZ_CRASH(ElementAt(aIndex = 1, aLength = 1)) at /builds/worker/checkouts/gecko/xpcom/ds/nsTArray.cpp:30 Core Layout: Grid nobody NEW --- 2023-12-28
1706147 [@ InvalidArrayIndex_CRASH | @ nsGridContainerFrame::TrackSizingFunctions::SizingFor] Core Layout: Grid nobody NEW --- 2023-06-08
1712251 New wpt failures in /css/css-grid/alignment/ [grid-self-baseline-not-applied-if-sizing-cyclic-dependency-001.html, grid-self-baseline-not-applied-if-sizing-cyclic-dependency-002.html, and 1 others] Core Layout: Grid nobody NEW --- 2024-02-01
1712594 Grid placement of absolutely positioned children not working as expected, when the grid container is a <button> Core Layout: Grid nobody NEW --- 2021-07-16
1712862 New wpt failures in /css/css-grid/alignment/grid-baseline-align-cycles-001.html Core Layout: Grid nobody NEW --- 2024-06-16
1714951 New wpt failures in /css/css-grid/grid-items/ [grid-item-inline-contribution-001.html, grid-item-inline-contribution-002.tentative.html] Core Layout: Grid nobody NEW --- 2024-06-16
1717109 New wpt failures in /css/css-sizing/aspect-ratio/ [grid-aspect-ratio-028.html, grid-aspect-ratio-029.html] Core Layout: Grid nobody NEW --- 2024-03-23
1717886 [css-grid-1] Take auto margins into account when doing content baseline-alignment Core Layout: Grid nobody NEW --- 2023-06-05
1719002 New wpt failures in /css/css-grid/alignment/ [grid-item-aspect-ratio-stretch-1.html, grid-item-aspect-ratio-stretch-2.html, grid-item-aspect-ratio-stretch-3.html, and 4 others] Core Layout: Grid nobody NEW --- 2024-06-16
1725206 [css-grid] Replaced elements canvas, img, etc should behave as expected when styled with relative sizes in grid, transferred size should not affect them unless specifically asked to Core Layout: Grid nobody NEW --- 2021-08-11
1729419 Extremely tall content with nested grids inside of scrollable area (which goes away with incremental relayout) Core Layout: Grid nobody NEW --- 2022-11-07
1732317 New wpt failures in /css/css-grid/grid-with-orthogonal-child-within-flexbox.html Core Layout: Grid nobody NEW --- 2024-02-01
1735142 Firefox computes too large of an intrinsic size for grids that auto-fill by column, with large enough definite height to produce multiple rows Core Layout: Grid nobody NEW --- 2023-01-13
1735376 {inc} table-row (as descendant of grid) gets inconsistent height in incremental vs. full layout, with grid optimization enabled Core Layout: Grid nobody NEW --- 2022-01-21
1737149 New wpt failures in /css/css-break/grid/ [grid-item-fragmentation-001.html, grid-item-fragmentation-002.html, grid-item-fragmentation-003.html, and 6 others] Core Layout: Grid nobody NEW --- 2024-03-22
1737353 WPT test flex-tracks-with-fractional-size.html test is failing on Firefox (due to rounding issues with `fr` units and large numbers of tracks) Core Layout: Grid nobody NEW --- 2024-02-01
1739575 New wpt failures in /css/css-break/grid/ [grid-item-fragmentation-010.html, grid-item-fragmentation-011.html, grid-item-fragmentation-012.html, and 5 others] Core Layout: Grid nobody NEW --- 2024-03-22
1739781 New wpt failures in /css/css-break/grid/ [grid-item-fragmentation-018.html, grid-item-fragmentation-019.html, grid-item-fragmentation-021.html, and 4 others] Core Layout: Grid nobody NEW --- 2024-03-22
1740236 WPT failures in /css/css-grid/grid-items/aspect-ratio-[001-005].html Core Layout: Grid nobody NEW --- 2024-02-01
1740945 New wpt failures in /css/css-break/grid/grid-item-fragmentation-026.html Core Layout: Grid nobody NEW --- 2024-03-22
1744635 New wpt failures in /css/css-break/grid/grid-container-fragmentation-009.html Core Layout: Grid nobody NEW --- 2024-03-22
1745125 New wpt failures in /css/css-break/grid/ [grid-item-fragmentation-035.html, grid-item-fragmentation-036.html] Core Layout: Grid nobody NEW --- 2024-03-22
1749456 Update reference bug(s) or remove "CSS: Masonry Layout" experimental feature from about:preferences Core Layout: Grid nobody NEW --- 2022-04-14
1752237 Firefox's 9,999 limit on tracks (rows/columns), i.e. max of 10,000 grid-lines, may create interop issues with Chrome, despite being technically allowed by spec Core Layout: Grid nobody NEW --- 2023-02-04
1752654 New wpt failures in /css/css-break/grid/grid-item-fragmentation-040.html Core Layout: Grid nobody NEW --- 2024-03-22
1758727 New wpt failures in /css/css-break/grid/grid-item-infinite-expansion.html Core Layout: Grid nobody NEW --- 2024-03-22
1761761 Crash [@ Hdr] with subgrid (null deref on subgrid frame property) Core Layout: Grid nobody NEW --- 2023-12-28
1762458 [css-grid] absolutely-positioned grid items don't fragment correctly Core Layout: Grid nobody NEW --- 2024-03-22
1763275 Assertion failure: firstWrappedChild (anonymous item shouldn't be empty), at src/layout/base/nsCSSFrameConstructor.cpp:9395 Core Layout: Grid nobody NEW --- 2023-06-08
1769841 Fix CSS-grid masonry tests to avoid depending on using Courier New as the precise font (on Windows at least) Core Layout: Grid nobody NEW --- 2022-05-17
1770000 [css-grid] content-width css grid columns are larger than needed when containing constrained images Core Layout: Grid nobody NEW --- 2022-05-18
1778180 CSS grid column doesn't constrain content properly Core Layout: Grid nobody NEW --- 2022-07-14
1781523 Image rendered at a different size to the space allocated for it in the grid; very different results in Chrome Core Layout: Grid nobody NEW --- 2022-07-27
1791398 CSS grid alignment by baseline with images is incorrect Core Layout: Grid nobody NEW --- 2022-10-04
1795382 New wpt failures in /css/css-break/grid/ [grid-item-oof-008.html, grid-item-oof-009.html] Core Layout: Grid nobody NEW --- 2022-10-20
1799921 Sticky Element Doesn't Stick When in `grid-template-rows: 100%` + Using `max-height` Core Layout: Grid nobody NEW --- 2024-04-26
1805581 Assertion failure: mGridItems.Length() == len + 1 (can't find GridItemInfo), at /builds/worker/checkouts/gecko/layout/generic/nsGridContainerFrame.cpp:2852 Core Layout: Grid nobody NEW --- 2024-03-08
1806339 Grid: Incomplete fill or missing border depending on screen width Core Layout: Grid nobody NEW --- 2023-07-13
1806900 Assertion failure: item->mFrame == ph->GetOutOfFlowFrame(), at /layout/generic/nsGridContainerFrame.cpp:8003 , with masonry styling Core Layout: Grid nobody NEW --- 2023-06-08
1807767 Assertion failure: item->mFrame == ph->GetOutOfFlowFrame(), at /layout/generic/nsGridContainerFrame.cpp:8003 Core Layout: Grid nobody NEW --- 2023-11-14
1808807 Assertion failure: !(mCols.mIsMasonry && mRows.mIsMasonry) (can't have masonry layout in both axes) Core Layout: Grid nobody NEW --- 2023-06-08
1810181 Crash from subgrid with repeat(auto-[fill-fit], ...) Core Layout: Grid nobody NEW --- 2023-01-20
1814481 Assertion failure: mEnd != kAutoLine (Extent is undefined for abs.pos. 'auto'), at /layout/generic/nsGridContainerFrame.cpp:415 Core Layout: Grid nobody NEW --- 2023-12-28
1814932 [meta] Interop 2023 Subgrid Core Layout: Grid nobody NEW --- 2023-11-27
1814958 [meta] Interop 2023 Grid Core Layout: Grid nobody NEW --- 2024-06-14
1818523 Assertion failure: mStart < mEnd, at /layout/generic/nsGridContainerFrame.cpp:6837 Core Layout: Grid nobody NEW --- 2023-12-28
1833481 Firefox fails wpt test css-grid/subgrid/abs-pos-002.html Core Layout: Grid nobody NEW --- 2024-02-01
1835370 Assertion failure: mStart == kAutoLine || mEnd > mStart (invalid line range), at /layout/generic/nsGridContainerFrame.cpp:478 (in fuzzer testcase with grid and popover) Core Layout: Grid nobody NEW --- 2024-01-07
1837560 Images in a grid with justify-items: stretch are not sizing properly when height is constrained in proportion to width Core Layout: Grid nobody NEW --- 2023-06-26
1839927 Firefox snaps grid item to wrong side, for baseline-aligned horizontal-writing-mode item in vertical-rl grid Core Layout: Grid nobody NEW --- 2023-06-22
1840778 Firefox fails WPT css/css-flexbox/alignment/flex-align-baseline-grid-001.html, flex-align-baseline-grid-002.html, and flex-align-baseline-grid-003.html Core Layout: Grid nobody NEW --- 2024-02-01
1841299 Firefox fails WPT css/css-grid/subgrid/subgrid-baseline-005.html Core Layout: Grid nobody NEW --- 2024-06-14
1841300 Firefox fails WPT css/css-grid/subgrid/subgrid-baseline-006.html Core Layout: Grid nobody NEW --- 2024-06-14
1841301 Firefox fails WPT css/css-grid/subgrid/subgrid-baseline-007.html Core Layout: Grid nobody NEW --- 2024-06-14
1841303 Firefox fails WPT css/css-grid/subgrid/subgrid-baseline-008.html Core Layout: Grid nobody NEW --- 2024-06-14
1841315 WPT failure in css/css-grid/grid-items/grid-size-with-orthogonal-child-dynamic.html Core Layout: Grid nobody NEW --- 2024-02-01
1841316 WPT failures in css/css-grid/grid-items/replaced-element-[011-013].html Core Layout: Grid nobody NEW --- 2024-02-01
1844182 subgrid ends up with grid row being too tall (sized to fit large images whose widths, and hence heights, are constrained with `max-width:100%` or `width:100%`) Core Layout: Grid nobody NEW --- 2023-08-08
1844184 [css-grid] Distribute extra space into non-intrinsic tracks instead of going beyond growth limits Core Layout: Grid nobody NEW --- 2023-07-20
1844190 [css-grid] minmax(auto,min-content) under a max-content constraint Core Layout: Grid nobody NEW --- 2023-07-20
1844198 Firefox mistakenly honors specified `width` on a subgrid that subgrids the horizontal axis Core Layout: Grid nobody NEW --- 2023-07-18
1844429 Hit MOZ_CRASH(ElementAt(aIndex = 4294967295, aLength = 0)) at /mfbt/Assertions.cpp:51 Core Layout: Grid nobody NEW --- 2024-04-20
1848441 Firefox fails WPT css/css-grid/alignment/grid-align-baseline-grid-001.html (and -002, -003) Core Layout: Grid nobody NEW --- 2024-03-25
1848446 Firefox fails WPT css/css-grid/alignment/grid-align-baseline-table-001.html (and -002, -003) Core Layout: Grid nobody NEW --- 2024-01-31
1850042 WPT css/css-grid/alignment/grid-alignment-implies-size-change-* and replaced-alignment-with-aspect-ratio-* fail due to "align-items/align-self:stretch" distorting aspect ratio of an img Core Layout: Grid nobody NEW --- 2024-02-01
1850053 WPT css/css-grid/alignment/self-baseline/grid-self-baseline-changes-grid-area-size-* failures in Firefox Core Layout: Grid nobody NEW --- 2023-08-25
1850139 WPT css/css-grid/alignment/grid-content-alignment-second-pass-002.html fails in Firefox, due to needing a second pass to re-resolve grid-template-rows percent values Core Layout: Grid nobody NEW --- 2024-02-01
1850142 WPT css/css-grid/alignment/grid-content-alignment-second-pass-001.html fails in Firefox, due in part to intrinsic sizing of grid areas with orthogonal-writing-mode children Core Layout: Grid nobody NEW --- 2024-02-01
1857280 [css-grid-3] Drop align-tracks / justify-tracks CSS properties (from initial masonry draft spec, now removed) Core Layout: Grid nobody NEW --- 2023-10-05
1857365 <img> grid item with percentage height, "width: auto", "grid-template-columns: auto", and no track stretching makes column to have the same width of the original image's width Core Layout: Grid nobody NEW --- 2023-12-19
1857658 [css-grid] Consider adding a special case to improve printing experience for single-row grids where the row is taller than a page Core Layout: Grid nobody NEW --- 2023-10-06
1858360 Firefox/Safari disagree with Chrome on how to size a grid item with an optional vertical scrollbar Core Layout: Grid nobody NEW --- 2024-04-09
1862752 grid-template-rows percent value is treated as unresolvable, in a grid with definite min-height and unspecified height Core Layout: Grid nobody NEW --- 2023-11-03
1866930 Firefox fails WPT css/css-grid/subgrid/orthogonal-writing-mode-005.html Core Layout: Grid nobody NEW --- 2024-02-01
1867882 Firefox fails grid-auto-repeat-max-size-001.html (after modifications) Core Layout: Grid nobody NEW --- 2023-12-01
1868027 Grid Item with Intrinsic Sizing and Zero Computed Size Lets Margin Contribute to Overflow Core Layout: Grid nobody NEW --- 2023-12-15
1868109 Add tests for AddImplicitNamedAreas() Core Layout: Grid nobody NEW --- 2023-12-04
1869819 Printing bug with NYT Cooking recipies, when ingredients list (a grid area) is taller than 1 page Core Layout: Grid nobody NEW --- 2024-02-27
1871154 Remove dead code about absolute positioned subgrids Core Layout: Grid nobody NEW --- 2023-12-20
1874515 grid-template-areas with important broke view Core Layout: Grid nobody NEW --- 2024-01-16
1878123 Failing WPT css/css-grid/alignment/grid-[column|row]-axis-self-baseline-synthesized-[001-005].html Core Layout: Grid nobody NEW --- 2024-02-03
1878125 Failing WPT css/css-grid/alignment/grid-align-baseline-003.html Core Layout: Grid nobody NEW --- 2024-02-03
1878127 Failing WPT css/css-grid/alignment/grid-baseline-001.html Core Layout: Grid nobody NEW --- 2024-06-16
1878128 Failing WPT css/css-grid/alignment/grid-container-baseline-001.html Core Layout: Grid nobody NEW --- 2024-02-03
1878130 Failing WPT css/css-grid/grid-definition/grid-auto-repeat-max-size-001.tentative.html Core Layout: Grid nobody NEW --- 2024-02-03
1878371 Failing WPT css/css-grid/alignment/grid-content-distribution-[026|027].html Core Layout: Grid nobody NEW --- 2024-02-03
1878372 Failing WPT css/css-grid/alignment/grid-place-content-001.html Core Layout: Grid nobody NEW --- 2024-02-03
1878373 Failing WPT css/css-grid/subgrid/grid-gap-006.html Core Layout: Grid nobody NEW --- 2024-07-03
1879201 Grid auto width column disregards auto linebreaks in vertical text Core Layout: Grid nobody NEW --- 2024-02-13
1879718 Update reference cases for grid-item-content-baseline-001.html through -004 Core Layout: Grid nobody NEW --- 2024-02-10
1883204 Absolute positioning within grid within button is not relative to grid position Core Layout: Grid nobody NEW --- 2024-03-07
1883951 Failing WPT css/css-grid/subgrid/align-self-baseline-with-subgrid-mbp.html Core Layout: Grid nobody NEW --- 2024-03-07
1884474 Failing WPT css/css-grid/masonry/tentative/item-placement/masonry-item-placement-001.html Core Layout: Grid nobody NEW --- 2024-03-25
1885938 An overflow in a CSS grid behaves differently on firefox and chromium Core Layout: Grid nobody NEW --- 2024-04-04
1887107 Failing WPT css/css-grid/alignment/grid-align-baseline-line-clamp-002.tentative.html Core Layout: Grid nobody NEW --- 2024-03-27
1887108 Failing WPTs css/css-grid/subgrid/standalone-axis-size-[004|009].html Core Layout: Grid nobody NEW --- 2024-03-27
1887151 Failing WPTs css/css-break/grid/subgrid/subgrid-item-fragmentation-[001-005].html Core Layout: Grid nobody NEW --- 2024-03-27
1887154 Failing WPT css/css-break/grid/grid-container-fragmentation-008.html Core Layout: Grid nobody NEW --- 2024-03-27
1887155 Failing WPT css/css-break/grid/grid-container-fragmentation-007.html Core Layout: Grid nobody NEW --- 2024-03-27
1887156 Failing WPT css/css-break/grid/grid-container-fragmentation-006.html Core Layout: Grid nobody NEW --- 2024-03-27
1887158 Failing WPT css/css-break/grid/grid-item-009.html Core Layout: Grid nobody NEW --- 2024-03-27
1887160 Failing WPT css/css-break/grid/grid-item-008.html Core Layout: Grid nobody NEW --- 2024-03-27
1890823 [css-grid] Introducing overlapping cells in grid-template-areas syntax Core Layout: Grid nobody NEW --- 2024-04-10
1891875 New wpt failures in /css/css-grid/masonry/tentative/masonry-grid-template-columns-computed-withcontent.html Core Layout: Grid nobody NEW --- 2024-04-19
1892167 New wpt failures in /css/css-grid/masonry/tentative/track-sizing/ [masonry-track-sizing-overflow-left-side.html, masonry-track-sizing-overflow-right-side.html] Core Layout: Grid nobody NEW --- 2024-04-19
1893084 In masonry "museum" demo, subgrid items aren't being placed at expected positions Core Layout: Grid nobody NEW --- 2024-04-23
1893389 Grid with columns: auto 1fr 1fr fails to render Core Layout: Grid nobody NEW --- 2024-05-07
1893682 stack-exhaustion crash for testcase with mixed writing-mode inside embeded subgrid Core Layout: Grid nobody NEW --- 2024-04-30
1899412 Failing WPT css/css-grid/masonry/tentative/alignment/masonry-align-content-003.html Core Layout: Grid nobody NEW --- 2024-06-02
1901041 Assertion failure: childStatus.IsComplete() (child should be complete in unconstrained reflow), at /layout/generic/nsGridContainerFrame.cpp:8654 Core Layout: Grid nobody NEW --- 2024-06-27
1902793 Firefox fails WPT css/css-grid/alignment/self-baseline/grid-self-baseline-vertical-rl-007.html Core Layout: Grid nobody NEW --- 2024-06-14
1902795 Firefox fails WPTs css/css-grid/alignment/grid-justify-baseline-004.html and css/css-grid/alignment/grid-justify-baseline-005.html Core Layout: Grid nobody NEW --- 2024-06-14
1903687 Height calculated incorrectly in subgrid in scrollable pane Core Layout: Grid nobody NEW --- 13:23:04
1903978 codepen.io - Thumbnail missing from the link preview Core Layout: Grid nobody NEW --- 2024-07-09
1906145 WPT css/css-grid/alignment/grid-item-no-aspect-ratio-stretch-4.html through -6.html fail due to SVG-as-image with 0px height and/or width on the root SVG element Core Layout: Grid nobody NEW --- 2024-07-03
1619328 New wpt failures from PR 21984 Core Layout: Grid wptsync NEW --- 2022-10-11
1634325 New wpt failures in /css/css-grid/alignment/self-baseline/ [grid-self-baseline-006.html, grid-self-baseline-002-b.html, grid-self-baseline-vertical-lr-004.html, and 9 others] Core Layout: Grid wptsync NEW --- 2024-06-16
1906901 Alignment tests are failing because of missing line-height property Core Layout: Grid tlouw ASSI --- 2024-07-09
1908320 [css-grid] Orthogonal items should also participate in baseline alignment Core Layout: Grid tlouw ASSI --- 13:37:22
1865438 Resolve both min-length & max-length for auto repetitions, for grid container with aspect-ratio Core Layout: Grid boris.chiou ASSI --- 2024-05-24
1710502 Extend grid devtools struct to indicate whether the grid is a row/column subgrid Core Layout: Grid dholbert ASSI --- 2021-05-11
1838501 [css-grid-1] Application of grid-positioning properties to static position of grid children is inconsistent Core Layout: Grid dholbert ASSI --- 2023-06-23
1871719 Grid baseline-alignement doesn't take subgrid offsets (margin/border/padding/gap) into account Core Layout: Grid dholbert ASSI --- 2024-06-14
1481876 [css-grid] Resolve percentage grid rows against the grid's block-size that was computed in first pass (in auto block-size containers) Core Layout: Grid tlouw REOP --- 2024-06-24
1804344 Intermittent /css/css-grid/alignment/grid-align-baseline-line-clamp-002.tentative.html | single tracking bug Core Layout: Grid nobody REOP --- Sun 23:09
1888295 Intermittent TEST-UNEXPECTED-TIMEOUT /css/css-grid/anonymous-grid-items-001.html | single tracking bug Core Layout: Grid nobody REOP --- 2024-07-07
247 bugs found.

File a new bug in the "Core" product