From 94295399da2e06920860c29b662a1c5449d39e3d Mon Sep 17 00:00:00 2001 From: Nicolas Coden Date: Sat, 31 Mar 2018 23:32:52 +0200 Subject: [PATCH] tests: add visual test for Float Grid uncentered columns --- test/visual/grid/uncentered-columns.html | 58 ++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 test/visual/grid/uncentered-columns.html diff --git a/test/visual/grid/uncentered-columns.html b/test/visual/grid/uncentered-columns.html new file mode 100644 index 000000000..bfe6253c5 --- /dev/null +++ b/test/visual/grid/uncentered-columns.html @@ -0,0 +1,58 @@ + + + + + + + + Foundation for Sites Testing + + + + +
+

Uncentered Columns

+
+ +
+
+

I must be centered on medium only

+
+
+ +
+
+

I must be centered on medium only

+
+
+

I must be centered on medium only

+
+
+

I must be centered on medium only

+
+
+

I must be centered on medium only, on the right otherwise

+
+
+ +

+ +
+
+

This blue column is not centered.

+
+
+

This pink column should be centered and clear the blue column on medium only.

+
+
+

This blue column is not centered.

+
+
+ + + + + + -- 2.47.2