diff options
author | gnarf <gnarf@gnarf.net> | 2011-03-02 19:46:19 -0600 |
---|---|---|
committer | gnarf <gnarf@gnarf.net> | 2011-03-02 19:46:19 -0600 |
commit | 0b18671d2819bbd9b0ff9f020a5b5b9372cace3d (patch) | |
tree | 67192db002d975021acad1a2caa256a0542e760d /tests/visual/effects.all.html | |
parent | 2ad1cf331988e9a301dcd7474783eb58fcbc3c6d (diff) | |
download | jquery-ui-0b18671d2819bbd9b0ff9f020a5b5b9372cace3d.tar.gz jquery-ui-0b18671d2819bbd9b0ff9f020a5b5b9372cace3d.zip |
Should add a visual test for the standard show/hide method to make sure we don't break it by overriding it
Diffstat (limited to 'tests/visual/effects.all.html')
-rw-r--r-- | tests/visual/effects.all.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/visual/effects.all.html b/tests/visual/effects.all.html index 6fd07fb39..074ebcca6 100644 --- a/tests/visual/effects.all.html +++ b/tests/visual/effects.all.html @@ -174,6 +174,12 @@ </div> </li> + <li> + <div class="effect" id="hide"> + <p>hide/show (jQuery)</p> + </div> + </li> + </ul> </body> |