From 848e9c08d38374a1f77631e64a6ecda755bbf05b Mon Sep 17 00:00:00 2001 From: Marius Olbertz Date: Tue, 10 Oct 2017 18:19:56 +0200 Subject: [PATCH] Added visual test for a Dropdown attached to an input element. --- test/visual/dropdown/dropdown-on-input.html | 38 +++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 test/visual/dropdown/dropdown-on-input.html diff --git a/test/visual/dropdown/dropdown-on-input.html b/test/visual/dropdown/dropdown-on-input.html new file mode 100644 index 000000000..dcb233a94 --- /dev/null +++ b/test/visual/dropdown/dropdown-on-input.html @@ -0,0 +1,38 @@ + + + + + + + + Foundation for Sites Testing + + + +
+
+
+

Dropdown: Attached to an input

+ +

When the Dropdown is attached to an input element, it should not receive focus when a space is entered into the input..

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