Files
rust_browser/tests/goldens/expected/084-table-column-widths.dl.txt
Zachary D. Rowitsch 41cd7442c8 Implement CSS 2.1 Appendix E paint order (block bg → floats → inline)
Add phased rendering to the display list builder so that within each
stacking context, block backgrounds/borders paint before floats, which
paint before inline content, per CSS 2.1 Appendix E steps 3-5.

Introduces a RenderPhase enum (BackgroundsOnly, InlineContentOnly, Full)
threaded through render_layout_box_normal and render_non_inline_descendants.
Step 6 positioned-auto descendants are collected and rendered via
render_stacking_context for correct internal Appendix E ordering.

Net +20 WPT tests passing (25 promoted, 5 demoted for pixel regressions).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-04 09:24:50 -05:00

19 lines
1.5 KiB
Plaintext

DisplayList items=17
Border rect=(8, 8, 244.48459, 70.4) widths=(1 1 1 1) colors=(#000000 #000000 #000000 #000000)
Border rect=(11, 11, 41.90896, 31.2) widths=(1 1 1 1) colors=(#808080 #808080 #808080 #808080)
Border rect=(54.90896, 11, 159.66519, 31.2) widths=(1 1 1 1) colors=(#808080 #808080 #808080 #808080)
Border rect=(216.57416, 11, 32.910423, 31.2) widths=(1 1 1 1) colors=(#808080 #808080 #808080 #808080)
Border rect=(11, 44.2, 41.90896, 31.2) widths=(1 1 1 1) colors=(#808080 #808080 #808080 #808080)
Border rect=(54.90896, 44.2, 159.66519, 31.2) widths=(1 1 1 1) colors=(#808080 #808080 #808080 #808080)
Border rect=(216.57416, 44.2, 32.910423, 31.2) widths=(1 1 1 1) colors=(#808080 #808080 #808080 #808080)
Text rect=(17, 17, 29.908957, 16) text="Short" color=#000000 font_size=16
Text rect=(60.90896, 17, 7.506608, 16) text="A" color=#000000 font_size=16
Text rect=(71.469894, 17, 31.142439, 16) text="much" color=#000000 font_size=16
Text rect=(105.666664, 17, 36.099854, 16) text="longer" color=#000000 font_size=16
Text rect=(144.82085, 17, 18.32599, 16) text="cell" color=#000000 font_size=16
Text rect=(166.20117, 17, 42.372982, 16) text="content" color=#000000 font_size=16
Text rect=(222.57416, 17, 20.910425, 16) text="Mid" color=#000000 font_size=16
Text rect=(17, 50.2, 7.506608, 16) text="A" color=#000000 font_size=16
Text rect=(60.90896, 50.2, 7.6358294, 16) text="B" color=#000000 font_size=16
Text rect=(222.57416, 50.2, 7.424376, 16) text="C" color=#000000 font_size=16