rename position: absolute test case

This commit is contained in:
Andrew Rasmussen
2014-09-29 14:07:47 -07:00
parent c226656e8f
commit c149d3110d
2 changed files with 2 additions and 2 deletions

View File

@@ -3163,7 +3163,7 @@ int main()
} }
} }
test("should layout with absolutely position bottom", root_node, root_layout); test("should layout with position: absolute and another sibling", root_node, root_layout);
} }
/** END_GENERATED **/ /** END_GENERATED **/
return tests_finished(); return tests_finished();

View File

@@ -942,7 +942,7 @@ describe('Layout', function() {
); );
}); });
it('should layout with absolutely position bottom', function() { it('should layout with position: absolute and another sibling', function() {
testLayout( testLayout(
{style: {}, children: [ {style: {}, children: [
{style: {width: 50, height: 100}}, {style: {width: 50, height: 100}},