1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-12 11:28:57 +00:00
Files
UXP/layout/reftests/margin-collapsing/block-xml-root-1-ref.css
T

10 lines
112 B
CSS

root {
display: block;
padding: 30px 0;
}
leaf {
display: block;
background-color: green;
height: 100px;
}