diff options
author | Scott González <scott.gonzalez@gmail.com> | 2011-11-03 08:45:04 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2011-11-03 08:45:23 -0400 |
commit | 95d7314bd9bd9d5ca8983d646a51ee0fb51a1149 (patch) | |
tree | 67ba95e5fd81031a0b4fee378d1876a6e7f40d2c /tests/visual/resizable/resizable_option_aspectRatio_preserve_w100xh100.html | |
parent | 4f9209feb020bf11c260195e7c8960a33f3a80fa (diff) | |
download | jquery-ui-95d7314bd9bd9d5ca8983d646a51ee0fb51a1149.tar.gz jquery-ui-95d7314bd9bd9d5ca8983d646a51ee0fb51a1149.zip |
Tests: Removed visual tests for plugins that are being rewritten.
Diffstat (limited to 'tests/visual/resizable/resizable_option_aspectRatio_preserve_w100xh100.html')
-rw-r--r-- | tests/visual/resizable/resizable_option_aspectRatio_preserve_w100xh100.html | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/tests/visual/resizable/resizable_option_aspectRatio_preserve_w100xh100.html b/tests/visual/resizable/resizable_option_aspectRatio_preserve_w100xh100.html deleted file mode 100644 index d2b7a07b5..000000000 --- a/tests/visual/resizable/resizable_option_aspectRatio_preserve_w100xh100.html +++ /dev/null @@ -1,29 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> -<head> - <meta charset="UTF-8" /> - <title>Resizable Visual Test : Default</title> - <link rel="stylesheet" href="../visual.css" type="text/css" /> - <link rel="stylesheet" href="../../../themes/base/jquery.ui.all.css" type="text/css" /> - <script type="text/javascript" src="../../../jquery-1.6.4.js"></script> - <script type="text/javascript" src="../../../ui/jquery.ui.core.js"></script> - <script type="text/javascript" src="../../../ui/jquery.ui.widget.js"></script> - <script type="text/javascript" src="../../../ui/jquery.ui.mouse.js"></script> - <script type="text/javascript" src="../../../ui/jquery.ui.resizable.js"></script> - <script type="text/javascript"> - $(function() { - $("#resizable").resizable({ - aspectRatio: 'preserve' - }); - }); - </script> - <style type="text/css"> - #resizable { width: 100px; height: 100px; background: silver; } - </style> -</head> -<body> - -<div id="resizable">Resizable</div> - -</body> -</html> |