gecko-dev/servo
Emilio Cobos Álvarez 3a328a3ef8 Bug 1794040 - Simplify container-type implementation. r=dshin
It was made a bitfield so that we could include style. But then style
containment was removed and the bitfield keeps causing us to do wrong
check (since INLINE_SIZE intersects SIZE).

So just make it an enum. This causes a progression and a test that
failed now times out (which is a pre-existing issue, just like the
pseudo-elements test that times out).

Differential Revision: https://phabricator.services.mozilla.com/D160371
2022-10-26 16:56:07 +00:00
..
components Bug 1794040 - Simplify container-type implementation. r=dshin 2022-10-26 16:56:07 +00:00
ports/geckolib Bug 1797146 - Remove system font support for various font longhands. r=jfkthame 2022-10-26 14:42:49 +00:00
tests/unit Bug 1768905 - Move size of tests to compile-time tests in the style crate. r=dshin 2022-05-11 19:02:58 +00:00
moz.build
rustfmt.toml