diff options
author | David Murdoch <musicisair@yahoo.com> | 2011-05-12 20:50:16 +0000 |
---|---|---|
committer | David Murdoch <musicisair@yahoo.com> | 2011-05-12 20:50:16 +0000 |
commit | dc66f02601eb3a46a93e5d08145e9b4580def237 (patch) | |
tree | 21c1a757a565dc8742650fce0239acf39da2c49e /tests/visual | |
parent | 17be87f34cb2651e7903db3911527c43f5c05ba1 (diff) | |
download | jquery-ui-dc66f02601eb3a46a93e5d08145e9b4580def237.tar.gz jquery-ui-dc66f02601eb3a46a93e5d08145e9b4580def237.zip |
Add tests for position's `within`
Diffstat (limited to 'tests/visual')
-rw-r--r-- | tests/visual/position/position_within.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/visual/position/position_within.html b/tests/visual/position/position_within.html index da97eb7e1..e53e9ddf6 100644 --- a/tests/visual/position/position_within.html +++ b/tests/visual/position/position_within.html @@ -76,6 +76,7 @@ collision: $( "#collision_horizontal" ).val() + " " + $( "#collision_vertical" ).val() }); } + $( ".demo" ).append("<div style='width:5000px;height:5000px;' />").css("overflow","auto").scrollTop( 500 ).scrollLeft( 500 ); $( ".positionable" ).css( "opacity", 0.5 ); |