]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Stub out visual testing environment
authorGeoff Kimball <geoff@zurb.com>
Tue, 16 Feb 2016 22:37:43 +0000 (14:37 -0800)
committerGeoff Kimball <geoff@zurb.com>
Tue, 16 Feb 2016 22:37:43 +0000 (14:37 -0800)
test/visual/index.html [new file with mode: 0644]

diff --git a/test/visual/index.html b/test/visual/index.html
new file mode 100644 (file)
index 0000000..22068d4
--- /dev/null
@@ -0,0 +1,22 @@
+<!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="../../_build/assets/css/foundation.css" rel="stylesheet" />
+  </head>
+  <body>
+    <div class="row column">
+      <h1>Foundation for Sites Component Testing</h1>
+      <ul>
+        <li><a href="#">Page Link</a></li>
+      </ul>
+    </div>
+
+    <script src="../../node_modules/jquery/dist/jquery.js"></script>
+    <script src="../../node_modules/what-input/what-input.js"></script>
+    <script src="../../_build/assets/js/foundation.js"></script>
+  </body>
+</html>