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>
20 lines
1.9 KiB
Plaintext
20 lines
1.9 KiB
Plaintext
DisplayList items=18
|
|
Border rect=(9, 8, 100, 2) widths=(2 0 0 0) colors=(#000000 #000000 #000000 #000000) styles=(solid none none none)
|
|
Border rect=(110, 8, 197, 2) widths=(2 0 0 0) colors=(#000000 #000000 #000000 #000000) styles=(solid none none none)
|
|
Border rect=(9, 38.2, 100, 1) widths=(1 0 0 0) colors=(#999999 #999999 #999999 #999999) styles=(solid none none none)
|
|
Border rect=(110, 38.2, 197, 1) widths=(1 0 0 0) colors=(#999999 #999999 #999999 #999999) styles=(solid none none none)
|
|
Border rect=(9, 66.4, 100, 2) widths=(2 0 0 0) colors=(#000000 #000000 #000000 #000000) styles=(solid none none none)
|
|
Border rect=(110, 66.4, 197, 2) widths=(2 0 0 0) colors=(#000000 #000000 #000000 #000000) styles=(solid none none none)
|
|
Border rect=(8, 9, 2, 28.7) widths=(0 0 0 2) colors=(#000000 #000000 #000000 #000000) styles=(none none none solid)
|
|
Border rect=(109.5, 9, 1, 28.7) widths=(0 0 0 1) colors=(#999999 #999999 #999999 #999999) styles=(none none none solid)
|
|
Border rect=(306, 9, 2, 28.7) widths=(0 0 0 2) colors=(#000000 #000000 #000000 #000000) styles=(none none none solid)
|
|
Border rect=(8, 38.7, 2, 28.7) widths=(0 0 0 2) colors=(#000000 #000000 #000000 #000000) styles=(none none none solid)
|
|
Border rect=(109.5, 38.7, 1, 28.7) widths=(0 0 0 1) colors=(#999999 #999999 #999999 #999999) styles=(none none none solid)
|
|
Border rect=(306, 38.7, 2, 28.7) widths=(0 0 0 2) colors=(#000000 #000000 #000000 #000000) styles=(none none none solid)
|
|
Text rect=(14, 14, 29.192364, 16) text="Fixed" color=#000000 font_size=16
|
|
Text rect=(46.246696, 14, 33.59765, 16) text="100px" color=#000000 font_size=16
|
|
Text rect=(114.5, 14, 26.114536, 16) text="Auto" color=#000000 font_size=16
|
|
Text rect=(14, 43.2, 23.647577, 16) text="Row" color=#000000 font_size=16
|
|
Text rect=(40.70191, 43.2, 6.71953, 16) text="2" color=#000000 font_size=16
|
|
Text rect=(114.5, 43.2, 25.997063, 16) text="Data" color=#000000 font_size=16
|