From 2ffe9e469d903b3c926e22d05ac179edd02116b3 Mon Sep 17 00:00:00 2001 From: harry Date: Tue, 4 Jul 2017 00:32:55 +0530 Subject: [PATCH] Add test for backward compatible feature! --- test/visual/menu/menu-icons-flex.html | 46 +++++++++++++++++++++++++- test/visual/menu/menu-icons-float.html | 46 +++++++++++++++++++++++++- 2 files changed, 90 insertions(+), 2 deletions(-) diff --git a/test/visual/menu/menu-icons-flex.html b/test/visual/menu/menu-icons-flex.html index 336a1ca96..b0414dd5a 100644 --- a/test/visual/menu/menu-icons-flex.html +++ b/test/visual/menu/menu-icons-flex.html @@ -41,7 +41,7 @@
-

Menu with Icons

+

Menu with Icons (with icons class)

Menu with Icons left

@@ -82,6 +82,50 @@
  • Four
  • + +
    + +

    Menu with Icons (without icons class)

    + +

    Menu with Icons left

    +
    + +
    + +

    Menu with Icons Right

    +
    + +
    + +

    Menu with Icon Top

    +
    + +
    + +

    Menu with Icon Bottom

    +
    + +
    diff --git a/test/visual/menu/menu-icons-float.html b/test/visual/menu/menu-icons-float.html index 409f571b0..63c4f2ede 100644 --- a/test/visual/menu/menu-icons-float.html +++ b/test/visual/menu/menu-icons-float.html @@ -40,7 +40,7 @@
    -

    Menu with Icons

    +

    Menu with Icons (with icons class)

    Menu with Icons left

    @@ -81,6 +81,50 @@
  • Four
  • + +
    + +

    Menu with Icons (without icons class)

    + +

    Menu with Icons left

    +
    + +
    + +

    Menu with Icons Right

    +
    + +
    + +

    Menu with Icon Top

    +
    + +
    + +

    Menu with Icon Bottom

    +
    + +
    -- 2.47.2