From 9d55cf44a46371125e424d5dd2205598e325cdf7 Mon Sep 17 00:00:00 2001 From: Kevin Ball Date: Fri, 19 May 2017 16:44:03 -0700 Subject: [PATCH] Add visual test --- test/visual/dropdown/offsets.html | 49 +++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 test/visual/dropdown/offsets.html diff --git a/test/visual/dropdown/offsets.html b/test/visual/dropdown/offsets.html new file mode 100644 index 000000000..5f847019d --- /dev/null +++ b/test/visual/dropdown/offsets.html @@ -0,0 +1,49 @@ + + + + + + + Foundation for Sites Testing + + + +
+

Dropdown: Positioning Content

+ +

These dropdowns test various positioning and position offsets

+ +

This dropdown should be offset by 10 down and 30 to the right

+ + +

This dropdown has position left and alignment center, and should go off the screen left because it has allow-overlap true

+ + +

This dropdown has position left and should go left if there is room and otherwise below

+ + +

This dropdown has position bottom and alignment left should align with its top right corner at the bottom right of the button

+ + +

This dropdown has position left and alignment top should align with its bottom right corner at the bottom left corner of the butotn

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