]> source.dussan.org Git - jquery-ui.git/commitdiff
Visual test for #5382 - Button: specifying only a secondary icon for the button widge...
authorjzaefferer <joern.zaefferer@gmail.com>
Wed, 26 May 2010 16:28:31 +0000 (18:28 +0200)
committerjzaefferer <joern.zaefferer@gmail.com>
Wed, 26 May 2010 16:28:31 +0000 (18:28 +0200)
tests/visual/button/button.html

index 13e19302c2e1dce2ea71492b6c78f8d30e710d0d..7575eadf1499d5b82ac132394458c30c9fe065eb 100644 (file)
@@ -60,7 +60,8 @@
                <button class="{button:{icons:{primary:'ui-icon-locked'},text:false}}">Button with icon only</button>
                <button class="{button:{icons:{primary:'ui-icon-locked'}}}">Button with icon on the left</button>
                <button class="{button:{icons:{primary:'ui-icon-gear',secondary:'ui-icon-triangle-1-s'}}}">Button with two icons</button>
-               <button class="{button:{icons:{primary:'ui-icon-gear',secondary:'ui-icon-triangle-1-s'},text:false}}">Button with two icons</button>
+               <button class="{button:{icons:{secondary:'ui-icon-triangle-1-s'}}}">Button with text and secondary icon</button>
+               <button class="{button:{icons:{primary:'ui-icon-gear',secondary:'ui-icon-triangle-1-s'},text:false}}">Button with two icons and no text</button>
        </div>
 </div>