From efb341e2bf160db1a49f94d4e5f7226a683347eb Mon Sep 17 00:00:00 2001 From: harry Date: Thu, 22 Jun 2017 13:59:44 +0530 Subject: [PATCH] Add menu with form for flex and float pages! --- test/visual/menu/menu-form-flex.html | 72 +++++++++++++++++++++++++++ test/visual/menu/menu-form-float.html | 72 +++++++++++++++++++++++++++ 2 files changed, 144 insertions(+) create mode 100644 test/visual/menu/menu-form-flex.html create mode 100644 test/visual/menu/menu-form-float.html diff --git a/test/visual/menu/menu-form-flex.html b/test/visual/menu/menu-form-flex.html new file mode 100644 index 000000000..1b40c2c37 --- /dev/null +++ b/test/visual/menu/menu-form-flex.html @@ -0,0 +1,72 @@ + + + + + + + All Foundation Menu Options - Flexbox + + + + + + + + +
+
+

Menu with Form(input, select and buttons)

+ +
+ +
+
+
+ + + + + + diff --git a/test/visual/menu/menu-form-float.html b/test/visual/menu/menu-form-float.html new file mode 100644 index 000000000..9a1020bfb --- /dev/null +++ b/test/visual/menu/menu-form-float.html @@ -0,0 +1,72 @@ + + + + + + + All Foundation Menu Options - Flexbox + + + + + + + + +
+
+

Menu with Form(input, select and buttons)

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