layout: fix corrupted unicode in comments, no code change

This commit is contained in:
roytam1 2024-06-11 10:40:21 +08:00
commit 36bc963804
2 changed files with 5 additions and 5 deletions

View file

@ -4848,8 +4848,8 @@ nsGridContainerFrame::Tracks::StretchFlexibleTracks(
applyMinMax = false;
// https://drafts.csswg.org/css-grid/#algo-flex-tracks
// "If using this flex fraction would cause the grid to be smaller than
// the grid containers min-width/height (or larger than the grid
// containers max-width/height), then redo this step, treating the free
// the grid container's min-width/height (or larger than the grid
// container's max-width/height), then redo this step, treating the free
// space as definite [...]"
nscoord newSize = 0;
for (auto& sz : mSizes) {