Summary: Rename test files to use new name Reviewed By: gkassabli Differential Revision: D4265235 fbshipit-source-id: 0090d3949828058baf7435f33d4068de92756bad
16 lines
628 B
HTML
16 lines
628 B
HTML
<div id="align_self_center" style="width:100px; height: 100px;">
|
|
<div style="height: 10px; width: 10px; align-self: center;"></div>
|
|
</div>
|
|
|
|
<div id="align_self_flex_end" style="width:100px; height: 100px;">
|
|
<div style="height: 10px; width: 10px; align-self: flex-end;"></div>
|
|
</div>
|
|
|
|
<div id="align_self_flex_start" style="width:100px; height: 100px;">
|
|
<div style="height: 10px; width: 10px; align-self: flex-start;"></div>
|
|
</div>
|
|
|
|
<div id="align_self_flex_end_override_flex_start" style="width:100px; height: 100px; align-items: flex-start;">
|
|
<div style="height: 10px; width: 10px; align-self: flex-end;"></div>
|
|
</div>
|