Files
yoga/gentest/fixtures/YGDimensionTest.html

16 lines
328 B
HTML
Raw Normal View History

<div id="wrap_child">
<div style="width: 100px; height: 100px;"></div>
</div>
<div id="wrap_grandchild">
<div>
<div style="width: 100px; height: 100px;"></div>
</div>
</div>
<div id="zero_size_with_child">
<div style="width: 0px; height: 0px;">
<div style="width: 100px; height: 100px;"></div>
</div>
</div>