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
This commit is contained in:
Emil Sjolander
2017-02-03 05:37:45 -08:00
committed by Facebook Github Bot
parent be1c9f249e
commit 4227e36ca5
5 changed files with 411 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<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>