No longer skip margin_start and margin_end row reverse tests
Summary: These are fixed now! Reviewed By: NickGerleman Differential Revision: D50200030 fbshipit-source-id: ac3e80e33d8c35440e342a10cfd3246161ee9018
This commit is contained in:
committed by
Facebook GitHub Bot
parent
f4337fbb07
commit
3fbd92bc3b
@@ -41,8 +41,7 @@
|
||||
</div>
|
||||
|
||||
<!-- gentest.rb will swap margin-start to margin-left. This is needed to use YGEdgeStart instead of YGEdgeLeft in the generated tests -->
|
||||
<!-- TODO: Yoga flips marginStart and marginEnd with rowReverse direction -->
|
||||
<div id="flex_direction_row_reverse_margin_start" data-disabled="true" style="height: 100px; width: 100px; flex-direction: row-reverse; margin-start: 100px;">
|
||||
<div id="flex_direction_row_reverse_margin_start" style="height: 100px; width: 100px; flex-direction: row-reverse; margin-start: 100px;">
|
||||
<div style="width: 10px;"></div>
|
||||
<div style="width: 10px;"></div>
|
||||
<div style="width: 10px;"></div>
|
||||
@@ -54,8 +53,7 @@
|
||||
<div style="width: 10px;"></div>
|
||||
</div>
|
||||
|
||||
<!-- TODO: Yoga flips marginStart and marginEnd with rowReverse direction -->
|
||||
<div id="flex_direction_row_reverse_margin_end" data-disabled="true" style="height: 100px; width: 100px; flex-direction: row-reverse; margin-end: 100px;">
|
||||
<div id="flex_direction_row_reverse_margin_end" style="height: 100px; width: 100px; flex-direction: row-reverse; margin-end: 100px;">
|
||||
<div style="width: 10px;"></div>
|
||||
<div style="width: 10px;"></div>
|
||||
<div style="width: 10px;"></div>
|
||||
|
Reference in New Issue
Block a user