Files
rust_browser/tests/goldens/expected/088-table-nested.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

13 lines
1009 B
Plaintext

DisplayList items=11
Border rect=(8, 8, 118.11454, 74.4) widths=(1 1 1 1) colors=(#000000 #000000 #000000 #000000)
Border rect=(11, 11, 65.96182, 68.4) widths=(1 1 1 1) colors=(#808080 #808080 #808080 #808080)
Border rect=(17, 17, 53.961823, 56.4) widths=(1 1 1 1) colors=(#0000ff #0000ff #0000ff #0000ff)
Border rect=(20, 20, 51.27166, 50.4) widths=(1 1 1 1) colors=(#808080 #808080 #808080 #808080)
Border rect=(73.27166, 20, 51.27166, 50.4) widths=(1 1 1 1) colors=(#808080 #808080 #808080 #808080)
Border rect=(78.96182, 11, 44.152718, 68.4) widths=(1 1 1 1) colors=(#808080 #808080 #808080 #808080)
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