From 2b998a46493d23bd177679c123ef9bbeab85aafc Mon Sep 17 00:00:00 2001 From: Geoff Kimball Date: Mon, 14 Mar 2016 11:25:13 -0700 Subject: [PATCH] Add visual test case for responsive text alignment classes --- .../responsive-text-alignment.html | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 test/visual/typography-helpers/responsive-text-alignment.html diff --git a/test/visual/typography-helpers/responsive-text-alignment.html b/test/visual/typography-helpers/responsive-text-alignment.html new file mode 100644 index 000000000..8907d067d --- /dev/null +++ b/test/visual/typography-helpers/responsive-text-alignment.html @@ -0,0 +1,27 @@ + + + + + + + Foundation for Sites Testing + + + +
+

Typography Helpers: Responsive Alignment Classes

+ +
+
+

This text should be left-aligned on medium screens and up, and center-aligned on small screens.

+
+
+
+ + + + + + -- 2.47.2