rename position: absolute bottom test case
This commit is contained in:
@@ -3162,7 +3162,7 @@ int main()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
test("should layout with ne3gative flex", root_node, root_layout);
|
test("should layout with absolutely position bottom", root_node, root_layout);
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
|
@@ -945,7 +945,7 @@ describe('Layout', function() {
|
|||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should layout with ne3gative flex', function() {
|
it('should layout with absolutely position bottom', function() {
|
||||||
testLayout(
|
testLayout(
|
||||||
{style: {}, children: [
|
{style: {}, children: [
|
||||||
{style: {width: 50, height: 100}},
|
{style: {width: 50, height: 100}},
|
||||||
|
Reference in New Issue
Block a user