]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Visual Regression: Added text decoration to testing
authorharry <harmanmanchanda182@gmail.com>
Wed, 8 Feb 2017 17:02:18 +0000 (22:32 +0530)
committerharry <harmanmanchanda182@gmail.com>
Wed, 8 Feb 2017 17:02:18 +0000 (22:32 +0530)
test/visual/prototype/text-decoration.html [new file with mode: 0644]

diff --git a/test/visual/prototype/text-decoration.html b/test/visual/prototype/text-decoration.html
new file mode 100644 (file)
index 0000000..4c2d968
--- /dev/null
@@ -0,0 +1,31 @@
+<!doctype html>
+<!--[if IE 9]><html class="lt-ie10" lang="en" > <![endif]-->
+<html class="no-js" lang="en" dir="ltr">
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <title>Foundation for Sites Testing</title>
+    <link href="../motion-ui/dist/motion-ui.css" rel="stylesheet" />
+    <link href="../assets/css/foundation-prototype.css" rel="stylesheet" />
+  </head>
+  <body>
+    <div class="row column">
+      <h2 class="m-t-20">Text Uppercase</h2>
+      <p class="text-uppercase"><strong>This is a upper-cased text.</strong> Set in the year 0 F.E. ("Foundation Era"), The Psychohistorians opens on Trantor, the capital of the 12,000-year-old Galactic Empire. Though the empire appears stable and powerful, it is slowly decaying in ways that parallel the decline of the Western Roman Empire.</p>
+    </div>
+    <div class="row column">
+      <h2 class="m-t-20">Text Lowercase</h2>
+      <p class="text-lowercase"><strong>This is a lower-cased text.</strong> Set in the year 0 F.E. ("Foundation Era"), The Psychohistorians opens on Trantor, the capital of the 12,000-year-old Galactic Empire. Though the empire appears stable and powerful, it is slowly decaying in ways that parallel the decline of the Western Roman Empire.</p>
+    </div>
+    <div class="row column">
+      <h2 class="m-t-20">Text capitalize</h2>
+      <p class="text-capitalize"><strong>This is a caPitAlized teXt.</strong> Set in the yEar 0 F.E. ("Foundation Era"), The PsychohisTorians opens on Trantor, the capital of the 12,000-year-old Galactic Empire. Though the empire appears stable and powerful, it is slowly decaying in ways that parallel the decline of the Western Roman Empire.</p>
+    </div>
+
+    <script src="../assets/js/vendor.js"></script>
+    <script src="../assets/js/foundation.js"></script>
+    <script>
+      $(document).foundation();
+    </script>
+  </body>
+</html>