diff options
author | Barigbue Nbira <barigbuenbira@gmail.com> | 2025-04-03 20:48:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-03 19:48:19 +0000 |
commit | e1de46c69131ae717d49228942feba04c955f775 (patch) | |
tree | 7417fc3d22e25ecf6b5a931a0b23bd9355534d16 /components/webdriver_server/lib.rs | |
parent | e1213f9dbc4bf8ffde55b4ffdc8ebc56a4f8ba0b (diff) | |
download | servo-e1de46c69131ae717d49228942feba04c955f775.tar.gz servo-e1de46c69131ae717d49228942feba04c955f775.zip |
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>
Diffstat (limited to 'components/webdriver_server/lib.rs')
0 files changed, 0 insertions, 0 deletions