servo/components/layout_2020/display_list
Barigbue Nbira e1de46c691
Fix: display: inline-grid considered an atomic inline (#36298)
This change ensures that `display: inline-grid` is considered an atomic
inline

- Add `is_atomic_inline_level()` logic to `box_fragment.rs` to improve
accuracy.
- Update `stacking_context.rs` to use the new `is_atomic_inline_level()`
method instead of the one from stylo.
- Update `repeat-auto-fill-005.html` test expectation.
- Remove .ini expectations for tests that are no longer failing.

Testing: covered by WPT
Fixes:  #35310

---------

Signed-off-by: Barigbue <barigbuenbira@gmail.com>
2025-04-03 19:48:19 +00:00
..
background.rs Update rustfmt to the 2024 style edition (#35764) 2025-03-03 11:26:53 +00:00
clip_path.rs Create a constellation_traits crate (#36088) 2025-03-22 15:49:08 +00:00
conversions.rs Update rustfmt to the 2024 style edition (#35764) 2025-03-03 11:26:53 +00:00
gradient.rs Migrate to the 2024 edition (#35755) 2025-03-13 10:28:11 +00:00
mod.rs layout: Implement support for image-set() notation (#36210) 2025-03-29 13:20:16 +00:00
stacking_context.rs Fix: display: inline-grid considered an atomic inline (#36298) 2025-04-03 19:48:19 +00:00