rename position: absolute bottom test case

This commit is contained in:
Andrew Rasmussen
2014-09-25 16:21:20 -07:00
parent 6f347d74a3
commit b91bc8b3fc
2 changed files with 2 additions and 2 deletions

View File

@@ -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);
}
{

View File

@@ -945,7 +945,7 @@ describe('Layout', function() {
);
});
it('should layout with ne3gative flex', function() {
it('should layout with absolutely position bottom', function() {
testLayout(
{style: {}, children: [
{style: {width: 50, height: 100}},