diff options
author | Corey Frang <gnarf@gnarf.net> | 2011-10-13 16:06:19 -0500 |
---|---|---|
committer | Corey Frang <gnarf@gnarf.net> | 2011-10-14 10:24:01 -0500 |
commit | d4d8d74b10431933aadca19248c15e36fbb35a03 (patch) | |
tree | 50d4a166fcd46abf1cd052f76080e71cccb9f9bc /tests/unit/effects | |
parent | 42d33f2f86d48f5f82a640a6c57c566a4e84cdda (diff) | |
download | jquery-ui-d4d8d74b10431933aadca19248c15e36fbb35a03.tar.gz jquery-ui-d4d8d74b10431933aadca19248c15e36fbb35a03.zip |
Scale: We can't detect this reliably currently, so assume all elements are positioned with left and top
Diffstat (limited to 'tests/unit/effects')
-rw-r--r-- | tests/unit/effects/effects_scale.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/unit/effects/effects_scale.js b/tests/unit/effects/effects_scale.js index 1436cd030..a607361e6 100644 --- a/tests/unit/effects/effects_scale.js +++ b/tests/unit/effects/effects_scale.js @@ -44,9 +44,11 @@ function suite( position ) { run( position, "top", "left", "top", "left" ); run( position, "top", "left", "middle", "center" ); run( position, "top", "left", "bottom", "right" ); + /* Firefox is currently not capable of supporting detection of bottom and right.... run( position, "bottom", "right", "top", "left" ); run( position, "bottom", "right", "middle", "center" ); run( position, "bottom", "right", "bottom", "right" ); + */ } $(function() { |