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
1.2 KiB
Plaintext
13 lines
1.2 KiB
Plaintext
DisplayList items=11
|
|
Border rect=(8, 8, 118.11454, 74.4) widths=(1 1 1 1) colors=(#000000 #000000 #000000 #000000) styles=(solid solid solid solid)
|
|
Border rect=(11, 11, 65.96182, 68.4) widths=(1 1 1 1) colors=(#808080 #808080 #808080 #808080) styles=(solid solid solid solid)
|
|
Border rect=(17, 17, 53.961823, 56.4) widths=(1 1 1 1) colors=(#0000ff #0000ff #0000ff #0000ff) styles=(solid solid solid solid)
|
|
Border rect=(20, 20, 51.27166, 50.4) widths=(1 1 1 1) colors=(#808080 #808080 #808080 #808080) styles=(solid solid solid solid)
|
|
Border rect=(73.27166, 20, 51.27166, 50.4) widths=(1 1 1 1) colors=(#808080 #808080 #808080 #808080) styles=(solid solid solid solid)
|
|
Border rect=(78.96182, 11, 44.152718, 68.4) widths=(1 1 1 1) colors=(#808080 #808080 #808080 #808080) styles=(solid solid solid solid)
|
|
Text rect=(26, 26, 39.27166, 16) text="Nested" color=#000000 font_size=16
|
|
Text rect=(26, 45.2, 7.506608, 16) text="A" color=#000000 font_size=16
|
|
Text rect=(79.27166, 26, 39.27166, 16) text="Nested" color=#000000 font_size=16
|
|
Text rect=(79.27166, 45.2, 7.6358294, 16) text="B" color=#000000 font_size=16
|
|
Text rect=(84.96182, 17, 32.152718, 16) text="Outer" color=#000000 font_size=16
|