From fbeaa4513e7a0b243e9bcca41c853c7132162e14 Mon Sep 17 00:00:00 2001 From: Brett Mason Date: Tue, 30 May 2017 19:49:57 +0100 Subject: [PATCH] Add a full suite of visual tests --- test/visual/zf-grid/collapse.html | 77 +++++++++++++ test/visual/zf-grid/kitchen-sink.html | 149 ------------------------- test/visual/zf-grid/margin-grid.html | 7 -- test/visual/zf-grid/offset.html | 109 ++++++++++++++++++ test/visual/zf-grid/padding-grid.html | 7 -- test/visual/zf-grid/vertical-grid.html | 56 +++------- 6 files changed, 201 insertions(+), 204 deletions(-) create mode 100644 test/visual/zf-grid/collapse.html delete mode 100644 test/visual/zf-grid/kitchen-sink.html create mode 100644 test/visual/zf-grid/offset.html diff --git a/test/visual/zf-grid/collapse.html b/test/visual/zf-grid/collapse.html new file mode 100644 index 000000000..a0985d005 --- /dev/null +++ b/test/visual/zf-grid/collapse.html @@ -0,0 +1,77 @@ + + + + + + + Collapse classes + + + + +

Grid Collapse

+ +

Margin Grid Collapse

+

Gutters should collapse on large.

+ +
+
12
+
11
+
1
+
10
+
2
+
9
+
3
+
8
+
4
+
7
+
5
+
6
+
4
+
+ +
+ +

Padding Grid Collapse

+

Gutters should collapse on medium.

+ +
+
12
+
11
+
1
+
10
+
2
+
9
+
3
+
8
+
4
+
7
+
5
+
6
+
4
+
+ + + + + + \ No newline at end of file diff --git a/test/visual/zf-grid/kitchen-sink.html b/test/visual/zf-grid/kitchen-sink.html deleted file mode 100644 index 5051412f5..000000000 --- a/test/visual/zf-grid/kitchen-sink.html +++ /dev/null @@ -1,149 +0,0 @@ - - - - - - - Foundation for Sites Testing - - - - - - -

Demo showing the padding/margin gutter options

- -

Key:

-
This shows the padding of the cells
-
This shows the cell
- -
- - - - -
-
12
-
11
-
1
-
10
-
2
-
9
-
3
-
8
-
4
-
7
-
5
-
6
-
4
-
- -

Margin gutters nested example

-
-
-
-
6 nested
-
6 nested
-
-
-
6
-
- -

Padding gutters nested example

-
-
-
-
6 nested
-
6 nested
-
-
-
6
-
- -

Mixed gutters nested example

-
-
-
-
6 nested
-
6 nested
-
-
-
6
-
- -

Mixed gutters nested example

-
-
-
-
6 nested
-
6 nested
-
-
-
6
-
- -

Vertical grid

-
-
12
-
11
-
1
-
10
-
2
-
9
-
3
-
8
-
4
-
7
-
5
-
6
-
4
-
- - - - - - diff --git a/test/visual/zf-grid/margin-grid.html b/test/visual/zf-grid/margin-grid.html index c4ab8975c..f5ab444e4 100644 --- a/test/visual/zf-grid/margin-grid.html +++ b/test/visual/zf-grid/margin-grid.html @@ -90,13 +90,6 @@
4
-

Push/Pull

- -
-
3
-
4
-
- + + + + \ No newline at end of file diff --git a/test/visual/zf-grid/padding-grid.html b/test/visual/zf-grid/padding-grid.html index 84c8ac490..0dce82c48 100644 --- a/test/visual/zf-grid/padding-grid.html +++ b/test/visual/zf-grid/padding-grid.html @@ -90,13 +90,6 @@
4
-

Push/Pull

- -
-
3
-
4
-
- @@ -75,4 +49,4 @@ $(document).foundation(); - + \ No newline at end of file -- 2.47.2