diff options
author | jzaefferer <joern.zaefferer@gmail.com> | 2010-05-26 18:28:31 +0200 |
---|---|---|
committer | jzaefferer <joern.zaefferer@gmail.com> | 2010-05-26 18:28:31 +0200 |
commit | e815e7c1e49632651052e80e2360fde1a43b0f80 (patch) | |
tree | 29f509352bd31ecd134b927eda57665098bd753f /tests/visual | |
parent | 956f48adf8a90c9cf0dc24696887905caf067ca6 (diff) | |
download | jquery-ui-e815e7c1e49632651052e80e2360fde1a43b0f80.tar.gz jquery-ui-e815e7c1e49632651052e80e2360fde1a43b0f80.zip |
Visual test for #5382 - Button: specifying only a secondary icon for the button widget locates the icon on the left
Diffstat (limited to 'tests/visual')
-rw-r--r-- | tests/visual/button/button.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/visual/button/button.html b/tests/visual/button/button.html index 13e19302c..7575eadf1 100644 --- a/tests/visual/button/button.html +++ b/tests/visual/button/button.html @@ -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> |