]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
adds test for hollow button dropdown 9755/head
authorcanterberrie <christine@zurb.com>
Tue, 7 Feb 2017 00:06:42 +0000 (16:06 -0800)
committercanterberrie <christine@zurb.com>
Tue, 7 Feb 2017 00:58:17 +0000 (16:58 -0800)
test/visual/button/button.html [new file with mode: 0644]

diff --git a/test/visual/button/button.html b/test/visual/button/button.html
new file mode 100644 (file)
index 0000000..da426da
--- /dev/null
@@ -0,0 +1,24 @@
+<!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="../assets/css/foundation.css" rel="stylesheet" />
+  </head>
+  <body>
+<h4>These hollow buttons should have arrow color that matches border.</h4>
+  <button class="dropdown hollow button tiny ">Dropdown Button</button>
+  <button class="dropdown hollow secondary button small ">Dropdown Button</button>
+  <button class="dropdown hollow alert button">Dropdown Button</button>
+  <button class="dropdown hollow success button large ">Dropdown Button</button>
+  <button class="dropdown hollow warning button expanded ">Dropdown Button</button>
+
+  <script src="../assets/js/vendor.js"></script>
+  <script src="../assets/js/foundation.js"></script>
+  <script>
+  $(document).foundation();
+  </script>
+</body>
+</html>