Add Overflow::Scroll and Auto enum variants, extend clipping to all non-visible overflow values, implement visual scroll indicators, and fix positioned children clipping per CSS 2.1 §11.1.1. Code review fixes include: DRY overflow parsing helper, rasterizer clip consistency, scroll indicator corner overlap fix, abspos escape in overflow detection (recovering 6 WPT tests), and additional golden/unit tests. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
10 lines
365 B
Plaintext
10 lines
365 B
Plaintext
DisplayList items=8
|
|
SolidRect rect=(0, 0, 200, 100) color=#eeeeee
|
|
PushClip rect=(0, 0, 200, 100)
|
|
SolidRect rect=(0, 0, 50, 30) color=#aaffaa
|
|
PopClip
|
|
PushClip rect=(0, 0, 200, 100)
|
|
Text rect=(0, 1.6000004, 30.08517, 16) text="Small" color=#000000 font_size=16
|
|
Text rect=(0, 20.800001, 42.372982, 16) text="content" color=#000000 font_size=16
|
|
PopClip
|