Summary: Add tests for container wrapping child size Reviewed By: gkassabli Differential Revision: D4494263 fbshipit-source-id: bebfdd4a180b0ccd8dbb14e566613f1e64fabd7a
10 lines
185 B
HTML
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>
|