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>
25 lines
2.6 KiB
Plaintext
25 lines
2.6 KiB
Plaintext
DisplayList items=23
|
|
Border rect=(8.5, 8, 37.170338, 1) widths=(1 0 0 0) colors=(#000000 #000000 #000000 #000000) styles=(solid none none none)
|
|
Border rect=(46.670338, 8, 40.22467, 1) widths=(1 0 0 0) colors=(#000000 #000000 #000000 #000000) styles=(solid none none none)
|
|
Border rect=(8.5, 37.2, 37.170338, 1) widths=(1 0 0 0) colors=(#000000 #000000 #000000 #000000) styles=(solid none none none)
|
|
Border rect=(46.670338, 37.2, 40.22467, 1) widths=(1 0 0 0) colors=(#000000 #000000 #000000 #000000) styles=(solid none none none)
|
|
Border rect=(8.5, 66.4, 37.170338, 1) widths=(1 0 0 0) colors=(#000000 #000000 #000000 #000000) styles=(solid none none none)
|
|
Border rect=(46.670338, 66.4, 40.22467, 1) widths=(1 0 0 0) colors=(#000000 #000000 #000000 #000000) styles=(solid none none none)
|
|
Border rect=(8.5, 94.600006, 37.170338, 1) widths=(1 0 0 0) colors=(#000000 #000000 #000000 #000000) styles=(solid none none none)
|
|
Border rect=(46.670338, 94.600006, 40.22467, 1) widths=(1 0 0 0) colors=(#000000 #000000 #000000 #000000) styles=(solid none none none)
|
|
Border rect=(8, 8.5, 1, 28.2) widths=(0 0 0 1) colors=(#000000 #000000 #000000 #000000) styles=(none none none solid)
|
|
Border rect=(46.170338, 8.5, 1, 28.2) widths=(0 0 0 1) colors=(#000000 #000000 #000000 #000000) styles=(none none none solid)
|
|
Border rect=(86.395004, 8.5, 1, 28.2) widths=(0 0 0 1) colors=(#000000 #000000 #000000 #000000) styles=(none none none solid)
|
|
Border rect=(8, 37.7, 1, 28.2) widths=(0 0 0 1) colors=(#000000 #000000 #000000 #000000) styles=(none none none solid)
|
|
Border rect=(46.170338, 37.7, 1, 28.2) widths=(0 0 0 1) colors=(#000000 #000000 #000000 #000000) styles=(none none none solid)
|
|
Border rect=(86.395004, 37.7, 1, 28.2) widths=(0 0 0 1) colors=(#000000 #000000 #000000 #000000) styles=(none none none solid)
|
|
Border rect=(8, 66.9, 1, 28.2) widths=(0 0 0 1) colors=(#000000 #000000 #000000 #000000) styles=(none none none solid)
|
|
Border rect=(46.170338, 66.9, 1, 28.2) widths=(0 0 0 1) colors=(#000000 #000000 #000000 #000000) styles=(none none none solid)
|
|
Border rect=(86.395004, 66.9, 1, 28.2) widths=(0 0 0 1) colors=(#000000 #000000 #000000 #000000) styles=(none none none solid)
|
|
Text rect=(13, 13, 28.170338, 16) text="R1C1" color=#000000 font_size=16
|
|
Text rect=(51.170338, 13, 28.170338, 16) text="R1C2" color=#000000 font_size=16
|
|
Text rect=(13, 42.2, 28.170338, 16) text="R2C1" color=#000000 font_size=16
|
|
Text rect=(51.170338, 42.2, 28.170338, 16) text="R2C2" color=#000000 font_size=16
|
|
Text rect=(13, 71.4, 28.170338, 16) text="R3C1" color=#000000 font_size=16
|
|
Text rect=(51.170338, 71.4, 28.170338, 16) text="R3C2" color=#000000 font_size=16
|