aboutsummaryrefslogtreecommitdiffstats
path: root/tests/visual/resizable/resizable_option_aspectRatio_preserve_w100xh100.html
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2010-02-16 01:38:23 +0000
committerRichard Worth <rdworth@gmail.com>2010-02-16 01:38:23 +0000
commit828bcdd2f0befbf450dcd1d7c387388acd7a191b (patch)
treec0b4c2cbbf17047a2ba101cd50e2ced4532dbdd8 /tests/visual/resizable/resizable_option_aspectRatio_preserve_w100xh100.html
parentd4154562ea663926bbd5bbc3bc345c27250aaeb9 (diff)
downloadjquery-ui-828bcdd2f0befbf450dcd1d7c387388acd7a191b.tar.gz
jquery-ui-828bcdd2f0befbf450dcd1d7c387388acd7a191b.zip
fixed #5163 - themes: css files need to be renamed to be consistent with js file renames in 1.8a1
Diffstat (limited to 'tests/visual/resizable/resizable_option_aspectRatio_preserve_w100xh100.html')
-rw-r--r--tests/visual/resizable/resizable_option_aspectRatio_preserve_w100xh100.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/visual/resizable/resizable_option_aspectRatio_preserve_w100xh100.html b/tests/visual/resizable/resizable_option_aspectRatio_preserve_w100xh100.html
index 7cbb7c050..636e8a33e 100644
--- a/tests/visual/resizable/resizable_option_aspectRatio_preserve_w100xh100.html
+++ b/tests/visual/resizable/resizable_option_aspectRatio_preserve_w100xh100.html
@@ -3,7 +3,7 @@
<head>
<title>Resizable Visual Test : Default</title>
<link rel="stylesheet" href="../visual.css" type="text/css" />
- <link rel="stylesheet" href="../../../themes/base/ui.all.css" type="text/css" />
+ <link rel="stylesheet" href="../../../themes/base/jquery.ui.all.css" type="text/css" />
<script type="text/javascript" src="../../../jquery-1.4.1.js"></script>
<script type="text/javascript" src="../../../ui/jquery.ui.core.js"></script>
<script type="text/javascript" src="../../../ui/jquery.ui.widget.js"></script>