gecko-dev/servo
Emilio Cobos Álvarez 87826cbb08 Bug 1851464 - Be explicit about comparing percentages in calc(). r=tlouw
The root cause here is that percentages when mixed with lengths don't
compare / simplify, because the basis might be negative (bug 1709018),
so PartialOrd returns None for them.

When parsing a plain percentage / resolving to a percentage however, we
do want them to resolve. The regressing bug broke that because min > max
etc would effectively return false.

Differential Revision: https://phabricator.services.mozilla.com/D187974
2023-09-13 19:35:20 +00:00
..
components Bug 1851464 - Be explicit about comparing percentages in calc(). r=tlouw 2023-09-13 19:35:20 +00:00
ports/geckolib Bug 1287054 part 2 - support vw, vh, vmin and vmax units for non-CSS lengths r=emilio,jgilbert 2023-09-12 21:10:55 +00:00
tests/unit Bug 1852568 - Update cssparser. r=tlouw,supply-chain-reviewers 2023-09-12 16:03:44 +00:00
moz.build
rustfmt.toml