added display property
This commit is contained in:
6
gentest/fixtures/YGDisplayTest.html
Normal file
6
gentest/fixtures/YGDisplayTest.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<div id="display_none" style="width: 100px; height: 100px; flex-direction: row;">
|
||||
<div style="flex-grow: 1;"></div>
|
||||
<div style="flex-grow: 1;display:none;"></div>
|
||||
<div style="flex-grow: 1;width: 100px;"></div>
|
||||
<div style="flex-grow: 1;display:none;width: 100px;"></div>
|
||||
</div>
|
Reference in New Issue
Block a user