From 16e18da98942a7490d80603723245f93aea7ef9e Mon Sep 17 00:00:00 2001 From: Nicolas Coden Date: Sat, 10 Feb 2018 22:53:50 +0100 Subject: [PATCH] tests: add visual test for XY Grid reponsive widths #10891 Related to: Closes https://github.com/zurb/foundation-sites/issues/10891 --- test/visual/xy-grid/combo-grids.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/test/visual/xy-grid/combo-grids.html b/test/visual/xy-grid/combo-grids.html index b4230700f..f5d94a979 100644 --- a/test/visual/xy-grid/combo-grids.html +++ b/test/visual/xy-grid/combo-grids.html @@ -76,6 +76,28 @@
Auto on medium
+

Auto/Shrink with static widths

+ +
+
Shrink, medium:6, large:12
+
Auto, medium:4, large:12
+
+ +
+ +
+
Shrink, medium:auto, large:7
+
Auto, medium:shrink, large:5
+
+ +
+ +

The following example must be tested without paddings/margins. See #10891

+
+
medium:auto, large:12
+
medium:shrink, large:12
+
+

Collapse

-- 2.47.2