Files
yoga/gentest/fixtures/YGDimensionTest.html
Emil Sjolander 4227e36ca5 Add tests for wrapping to child size
Summary: Add tests for container wrapping child size

Reviewed By: gkassabli

Differential Revision: D4494263

fbshipit-source-id: bebfdd4a180b0ccd8dbb14e566613f1e64fabd7a
2017-02-03 05:40:00 -08:00

10 lines
185 B
HTML

<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>