Files
rust_browser/tests/goldens/expected/243-background-position-keywords.dl.txt
Zachary D. Rowitsch be2c5c9d05 Implement background-image URL resolution and verify all background sub-properties (CSS 2.1 §14.2)
Wire background-image url() to ImageId via ImageStore lookup during layout,
add canvas background URL resolution for root/body propagation, and verify
all background sub-properties end-to-end with 8 golden tests (241-248).
Includes code review fixes: deduplicate ImageStore.insert_url, extract
apply_styles_to_canvas helper, remove redundant Phase 2 canvas propagation.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-14 00:03:35 -04:00

5 lines
350 B
Plaintext

DisplayList items=3
BackgroundImage rect=(8, 8, 50, 50) image_id=img#0 pos=(Percentage(50.0),Percentage(50.0)) repeat=NoRepeat
BackgroundImage rect=(8, 62, 50, 50) image_id=img#0 pos=(Percentage(100.0),Percentage(100.0)) repeat=NoRepeat
BackgroundImage rect=(8, 116, 50, 50) image_id=img#0 pos=(Percentage(0.0),Percentage(0.0)) repeat=NoRepeat