remove not required position absolute from tests
This commit is contained in:
@@ -1595,7 +1595,6 @@ namespace Facebook.Yoga
|
||||
YogaNode root = new YogaNode(config);
|
||||
root.JustifyContent = YogaJustify.Center;
|
||||
root.AlignItems = YogaAlign.Center;
|
||||
root.PositionType = YogaPositionType.Absolute;
|
||||
root.Width = 52;
|
||||
root.Height = 52;
|
||||
|
||||
@@ -1654,7 +1653,6 @@ namespace Facebook.Yoga
|
||||
YogaNode root = new YogaNode(config);
|
||||
root.JustifyContent = YogaJustify.Center;
|
||||
root.AlignItems = YogaAlign.Center;
|
||||
root.PositionType = YogaPositionType.Absolute;
|
||||
root.Width = 52;
|
||||
root.Height = 52;
|
||||
|
||||
@@ -1713,7 +1711,6 @@ namespace Facebook.Yoga
|
||||
YogaNode root = new YogaNode(config);
|
||||
root.JustifyContent = YogaJustify.Center;
|
||||
root.AlignItems = YogaAlign.Center;
|
||||
root.PositionType = YogaPositionType.Absolute;
|
||||
root.Width = 52;
|
||||
root.Height = 52;
|
||||
|
||||
@@ -1770,7 +1767,6 @@ namespace Facebook.Yoga
|
||||
YogaNode root = new YogaNode(config);
|
||||
root.JustifyContent = YogaJustify.Center;
|
||||
root.AlignItems = YogaAlign.Center;
|
||||
root.PositionType = YogaPositionType.Absolute;
|
||||
root.Width = 52;
|
||||
root.Height = 52;
|
||||
|
||||
|
Reference in New Issue
Block a user