Initial impl of content box
Differential Revision: D63416833
This commit is contained in:
committed by
Facebook GitHub Bot
parent
b7cfdf7162
commit
fc590b2e6f
@@ -5,7 +5,7 @@
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*
|
||||
* clang-format off
|
||||
* @generated SignedSource<<38c0ba6ef126d3453c7e0b56da131566>>
|
||||
* @generated SignedSource<<56d0eec106ade0bbd034067594249c76>>
|
||||
* generated by gentest/gentest-driver.ts from gentest/fixtures/YGBoxSizingTest.html
|
||||
*/
|
||||
|
||||
@@ -13,9 +13,7 @@
|
||||
#include <yoga/Yoga.h>
|
||||
#include "../util/TestUtil.h"
|
||||
|
||||
TEST(YogaTest, box_sizing_content_box) {
|
||||
GTEST_SKIP();
|
||||
|
||||
TEST(YogaTest, box_sizing_content_box_simple) {
|
||||
YGConfigRef config = YGConfigNew();
|
||||
|
||||
YGNodeRef root = YGNodeNewWithConfig(config);
|
||||
@@ -85,8 +83,6 @@ TEST(YogaTest, box_sizing_border_box) {
|
||||
}
|
||||
|
||||
TEST(YogaTest, box_sizing_content_box_padding_only) {
|
||||
GTEST_SKIP();
|
||||
|
||||
YGConfigRef config = YGConfigNew();
|
||||
|
||||
YGNodeRef root = YGNodeNewWithConfig(config);
|
||||
@@ -148,8 +144,6 @@ TEST(YogaTest, box_sizing_border_box_padding_only) {
|
||||
}
|
||||
|
||||
TEST(YogaTest, box_sizing_content_box_border_only) {
|
||||
GTEST_SKIP();
|
||||
|
||||
YGConfigRef config = YGConfigNew();
|
||||
|
||||
YGNodeRef root = YGNodeNewWithConfig(config);
|
||||
@@ -211,8 +205,6 @@ TEST(YogaTest, box_sizing_border_box_border_only) {
|
||||
}
|
||||
|
||||
TEST(YogaTest, box_sizing_content_box_no_padding_no_border) {
|
||||
GTEST_SKIP();
|
||||
|
||||
YGConfigRef config = YGConfigNew();
|
||||
|
||||
YGNodeRef root = YGNodeNewWithConfig(config);
|
||||
@@ -266,8 +258,6 @@ TEST(YogaTest, box_sizing_border_box_no_padding_no_border) {
|
||||
}
|
||||
|
||||
TEST(YogaTest, box_sizing_content_box_children) {
|
||||
GTEST_SKIP();
|
||||
|
||||
YGConfigRef config = YGConfigNew();
|
||||
|
||||
YGNodeRef root = YGNodeNewWithConfig(config);
|
||||
@@ -457,8 +447,6 @@ TEST(YogaTest, box_sizing_border_box_children) {
|
||||
}
|
||||
|
||||
TEST(YogaTest, box_sizing_content_box_siblings) {
|
||||
GTEST_SKIP();
|
||||
|
||||
YGConfigRef config = YGConfigNew();
|
||||
|
||||
YGNodeRef root = YGNodeNewWithConfig(config);
|
||||
@@ -648,8 +636,6 @@ TEST(YogaTest, box_sizing_border_box_siblings) {
|
||||
}
|
||||
|
||||
TEST(YogaTest, box_sizing_content_box_max_width) {
|
||||
GTEST_SKIP();
|
||||
|
||||
YGConfigRef config = YGConfigNew();
|
||||
|
||||
YGNodeRef root = YGNodeNewWithConfig(config);
|
||||
@@ -779,8 +765,6 @@ TEST(YogaTest, box_sizing_border_box_max_width) {
|
||||
}
|
||||
|
||||
TEST(YogaTest, box_sizing_content_box_max_height) {
|
||||
GTEST_SKIP();
|
||||
|
||||
YGConfigRef config = YGConfigNew();
|
||||
|
||||
YGNodeRef root = YGNodeNewWithConfig(config);
|
||||
@@ -910,8 +894,6 @@ TEST(YogaTest, box_sizing_border_box_max_height) {
|
||||
}
|
||||
|
||||
TEST(YogaTest, box_sizing_content_box_min_width) {
|
||||
GTEST_SKIP();
|
||||
|
||||
YGConfigRef config = YGConfigNew();
|
||||
|
||||
YGNodeRef root = YGNodeNewWithConfig(config);
|
||||
@@ -1041,8 +1023,6 @@ TEST(YogaTest, box_sizing_border_box_min_width) {
|
||||
}
|
||||
|
||||
TEST(YogaTest, box_sizing_content_box_min_height) {
|
||||
GTEST_SKIP();
|
||||
|
||||
YGConfigRef config = YGConfigNew();
|
||||
|
||||
YGNodeRef root = YGNodeNewWithConfig(config);
|
||||
@@ -1172,8 +1152,6 @@ TEST(YogaTest, box_sizing_border_box_min_height) {
|
||||
}
|
||||
|
||||
TEST(YogaTest, box_sizing_content_box_no_height_no_width) {
|
||||
GTEST_SKIP();
|
||||
|
||||
YGConfigRef config = YGConfigNew();
|
||||
|
||||
YGNodeRef root = YGNodeNewWithConfig(config);
|
||||
@@ -1269,8 +1247,6 @@ TEST(YogaTest, box_sizing_border_box_no_height_no_width) {
|
||||
}
|
||||
|
||||
TEST(YogaTest, box_sizing_content_box_nested) {
|
||||
GTEST_SKIP();
|
||||
|
||||
YGConfigRef config = YGConfigNew();
|
||||
|
||||
YGNodeRef root = YGNodeNewWithConfig(config);
|
||||
@@ -1434,8 +1410,6 @@ TEST(YogaTest, box_sizing_border_box_nested) {
|
||||
}
|
||||
|
||||
TEST(YogaTest, box_sizing_content_box_nested_alternating) {
|
||||
GTEST_SKIP();
|
||||
|
||||
YGConfigRef config = YGConfigNew();
|
||||
|
||||
YGNodeRef root = YGNodeNewWithConfig(config);
|
||||
@@ -1541,8 +1515,6 @@ TEST(YogaTest, box_sizing_content_box_nested_alternating) {
|
||||
}
|
||||
|
||||
TEST(YogaTest, box_sizing_border_box_nested_alternating) {
|
||||
GTEST_SKIP();
|
||||
|
||||
YGConfigRef config = YGConfigNew();
|
||||
|
||||
YGNodeRef root = YGNodeNewWithConfig(config);
|
||||
|
Reference in New Issue
Block a user