Files
rust_browser/tests/goldens/fixtures/149-float-right-with-block-children.html
Zachary D. Rowitsch a2466a0611 Fix float children not repositioned after float placement
Children of floated elements were rendered at the float's initial in-flow
position instead of inside the float's final positioned box. After laying
out children and repositioning the float in the parent's float context,
offset all children and inline fragments by the position delta.

Also fixes existing golden 118 (float-with-clear-on-float) where text
inside a cleared float was incorrectly positioned at y=8 instead of y=58.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-12 19:16:15 -05:00

448 B