From ccbfee3841c60024fe6d3b7ef902e85317afb0c9 Mon Sep 17 00:00:00 2001 From: Emil Sjolander Date: Thu, 25 Aug 2016 15:28:34 -0700 Subject: [PATCH] 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 --- gentest/test-template.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gentest/test-template.html b/gentest/test-template.html index ad12847f..779a75d6 100644 --- a/gentest/test-template.html +++ b/gentest/test-template.html @@ -26,11 +26,15 @@ justify-content: flex-start; flex-shrink: 0; } + + #container > * { + position: absolute; + } -
+
%s