Ensure multiple test cases all have the same origin

Summary: Make the test cases absolute to ensure left/top are both zero for each layout in the test case.

Reviewed By: IanChilds

Differential Revision: D3770913

fbshipit-source-id: c3085c2f8709b52fde0af7f47e1417252997b610
This commit is contained in:
Emil Sjolander
2016-08-25 15:28:34 -07:00
committed by Facebook Github Bot 7
parent 9eb75e27cc
commit ccbfee3841

View File

@@ -26,11 +26,15 @@
justify-content: flex-start; justify-content: flex-start;
flex-shrink: 0; flex-shrink: 0;
} }
#container > * {
position: absolute;
}
</style> </style>
</head> </head>
<body> <body>
<div> <div id='container'>
%s %s