remove not required position absolute from tests

This commit is contained in:
Lukas Wöhrl
2017-03-12 17:51:05 +01:00
parent 0cb720db59
commit 5f8703f345
10 changed files with 8 additions and 40 deletions

View File

@@ -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;