Files
rust_browser/tests/goldens/expected/271-inherit-non-inherited-property.layout.txt
Zachary D. Rowitsch 85db5e559f Implement CSS 2.1 inheritance completeness with code review fixes (§6.2, §6.2.1, §6.2.4)
Add CssValue::Unset variant with proper cascade semantics: acts as inherit
for inherited properties, initial for non-inherited. Fix unset/inherit/initial
handling in font, list-style, and text-decoration shorthand expansion. Add
unset handling to both pseudo-element code paths. Promote WPT test
wpt-css-css2-normal-flow-inlines-002 (now passes with font shorthand fix).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-14 12:19:51 -04:00

31 lines
1.1 KiB
Plaintext

LayoutBox node=#2 tag=html box=block
content: (0, 0, 800, 71.2)
padding: 0 0 0 0
border: 0 0 0 0
margin: 0 0 0 0
LayoutBox node=#10 tag=body box=block
content: (8, 8, 784, 55.2)
padding: 0 0 0 0
border: 0 0 0 0
margin: 8 8 8 8
LayoutBox node=#12 tag=div box=block
content: (26, 21, 748, 24.2)
padding: 10 10 10 10
border: 3 3 3 3
margin: 5 5 5 5
LayoutBox node=#14 tag=div box=block
content: (26, 26, 748, 19.2)
padding: 0 0 0 0
border: 0 0 0 0
margin: 5 0 0 0
inline_context: 1 lines, height=19.2, max_width=92.04111
line[0]: rect=(26, 26, 92.04111, 19.2) fragments=2
frag[0]: rect=(26, 27.599998, 51.101322, 16) text="Inherited" start=false end=false
frag[1]: rect=(80.15565, 27.599998, 37.88546, 16) text="border" start=false end=false
LayoutBox node=#15 tag=anonymous box=anon
content: (0, -5, 92.04111, 16)
padding: 0 0 0 0
border: 0 0 0 0
margin: 0 0 0 0
text: "Inherited border"