All checks were successful
ci / fast (linux) (push) Successful in 6m38s
Add full outline support (outline-style, outline-width, outline-color, outline-offset, outline shorthand) following the CSS property pipeline: parse → style → layout → display list → rasterize. Verify all 10 border styles are fully implemented and add 6 golden tests (249-254) covering double borders, 3D border styles, mixed styles, and outline variations. Code review fixes: correct outline paint order to CSS 2.1 Appendix E step 10 (after content, not between borders and content), handle outline-width thin/medium/thick keywords in computed styles, fix Outline display item format consistency (Display vs Debug), guard against negative outline-offset producing invalid rects, add missing tests for outline-color invert and keyword width resolution. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
13 lines
897 B
Plaintext
13 lines
897 B
Plaintext
DisplayList items=11
|
|
SolidRect rect=(8, 8, 784, 19.2) color=#00ff00
|
|
SolidRect rect=(8, 8, 110, 70) color=#ff0000
|
|
Border rect=(8, 8, 110, 70) widths=(5 5 5 5) colors=(#0000ff #0000ff #0000ff #0000ff) styles=(solid solid solid solid)
|
|
Text rect=(118, 9.6, 23.612333, 16) text="Text" color=#000000 font_size=16
|
|
Text rect=(144.66667, 9.6, 24.340675, 16) text="next" color=#000000 font_size=16
|
|
Text rect=(172.06169, 9.6, 11.348018, 16) text="to" color=#000000 font_size=16
|
|
Text rect=(186.46405, 9.6, 25.010277, 16) text="float" color=#000000 font_size=16
|
|
Text rect=(214.52867, 9.6, 23.765053, 16) text="with" color=#000000 font_size=16
|
|
Text rect=(241.34807, 9.6, 45.779736, 16) text="padding" color=#000000 font_size=16
|
|
Text rect=(290.18213, 9.6, 21.07489, 16) text="and" color=#000000 font_size=16
|
|
Text rect=(314.31134, 9.6, 37.88546, 16) text="border" color=#000000 font_size=16
|