From ac8050f9fecee4a30a40baedfca25262f6c9cb21 Mon Sep 17 00:00:00 2001 From: Kevin Ball Date: Wed, 24 Feb 2016 09:41:17 -0800 Subject: [PATCH] RTL dropdown test --- test/visual/dropdown/basic-dropdown-rtl.html | 39 ++++++++++++++++++++ test/visual/index.html | 2 + 2 files changed, 41 insertions(+) create mode 100644 test/visual/dropdown/basic-dropdown-rtl.html diff --git a/test/visual/dropdown/basic-dropdown-rtl.html b/test/visual/dropdown/basic-dropdown-rtl.html new file mode 100644 index 000000000..77643611f --- /dev/null +++ b/test/visual/dropdown/basic-dropdown-rtl.html @@ -0,0 +1,39 @@ + + + + + + + + + + + + + +

RTL Should work

+ + + + + + + + + diff --git a/test/visual/index.html b/test/visual/index.html index 6758c8858..419bb78e1 100644 --- a/test/visual/index.html +++ b/test/visual/index.html @@ -20,6 +20,8 @@
  • Reveal Long Page
  • Reveal Long Page with Add This
  • Reveal Full
  • + +
  • Dropdown RTL
  • -- 2.47.2