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:
committed by
Facebook Github Bot
parent
be1c9f249e
commit
4227e36ca5
9
gentest/fixtures/YGDimensionTest.html
Normal file
9
gentest/fixtures/YGDimensionTest.html
Normal 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>
|
Reference in New Issue
Block a user