Remove skips on passing position tests and add errata tests
Summary: Now that the tests are passing let's not skip it anymore. Also adding errata tests to make sure most prod builds are still protected. Reviewed By: NickGerleman Differential Revision: D50390993 fbshipit-source-id: cb91a7a377e919eaca24fb25e3d73d3c92eb8931
This commit is contained in:
committed by
Facebook GitHub Bot
parent
b6f85a1c76
commit
7e91004b90
@@ -161,7 +161,7 @@
|
||||
<div style="width: 10px;"></div>
|
||||
</div>
|
||||
|
||||
<div id="flex_direction_row_reverse_pos_left" data-disabled="true" style="height: 100px; width: 100px;">
|
||||
<div id="flex_direction_row_reverse_pos_left" style="height: 100px; width: 100px;">
|
||||
<div style="height: 100px; width: 100px; flex-direction: row-reverse; left: 100px;">
|
||||
<div style="width: 10px;"></div>
|
||||
<div style="width: 10px;"></div>
|
||||
@@ -177,7 +177,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="flex_direction_row_reverse_pos_right" data-disabled="true" style="height: 100px; width: 100px;">
|
||||
<div id="flex_direction_row_reverse_pos_right" style="height: 100px; width: 100px;">
|
||||
<div style="height: 100px; width: 100px; flex-direction: row-reverse; right: 100px;">
|
||||
<div style="width: 10px;"></div>
|
||||
<div style="width: 10px;"></div>
|
||||
@@ -193,7 +193,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="flex_direction_column_reverse_pos_top" data-disabled="true" style="height: 100px; width: 100px;">
|
||||
<div id="flex_direction_column_reverse_pos_top" style="height: 100px; width: 100px;">
|
||||
<div style="height: 100px; width: 100px; flex-direction: column-reverse; top: 100px;">
|
||||
<div style="width: 10px;"></div>
|
||||
<div style="width: 10px;"></div>
|
||||
@@ -201,7 +201,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="flex_direction_column_reverse_pos_bottom" data-disabled="true" style="height: 100px; width: 100px;">
|
||||
<div id="flex_direction_column_reverse_pos_bottom" style="height: 100px; width: 100px;">
|
||||
<div style="height: 100px; width: 100px; flex-direction: column-reverse; bottom: 100px;">
|
||||
<div style="width: 10px;"></div>
|
||||
<div style="width: 10px;"></div>
|
||||
|
Reference in New Issue
Block a user