Files
rust_browser/tests/goldens/fixtures/180-absolute-shrink-to-fit.html
Zachary D. Rowitsch 3169d00bd7 Fix absolute-positioned elements to use shrink-to-fit width per CSS 2.1 §10.3.7
Absolutely positioned elements with width:auto were incorrectly expanding to
fill their containing block like normal-flow blocks. Now they use shrink-to-fit
width when at least one of left/right is auto, and the constraint equation when
both are specified. Promotes 15 WPT tests to pass.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-27 06:26:47 -05:00

1.6 KiB