]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Add test case for broken expanded buttons #229
authorGeoff Kimball <geoff@zurb.com>
Thu, 10 Mar 2016 01:24:49 +0000 (17:24 -0800)
committerGeoff Kimball <geoff@zurb.com>
Thu, 10 Mar 2016 01:25:00 +0000 (17:25 -0800)
testing/src/pages/button-expanded.html [new file with mode: 0644]

diff --git a/testing/src/pages/button-expanded.html b/testing/src/pages/button-expanded.html
new file mode 100644 (file)
index 0000000..66b660a
--- /dev/null
@@ -0,0 +1,9 @@
+<container>
+  <row>
+    <columns>
+      <button class="expand" href="#">Button One</button>
+      <button class="expand" href="#">Button Two</button>
+      <button class="expand" href="#">Button Three</button>
+    </columns>
+  </row>
+</container>