diff options
author | gnarf <gnarf@gnarf.net> | 2011-05-18 18:13:37 -0500 |
---|---|---|
committer | gnarf <gnarf@gnarf.net> | 2011-05-18 18:13:37 -0500 |
commit | 4fc5ea141dea716c85d07f17c4b345263b464ef3 (patch) | |
tree | 94a8e4dc7487e4ab595698ff5fdea168dd7daeaf /tests/unit/effects/effects.html | |
parent | 4f0f407df3f1808112148a3a488c7bb76b9583db (diff) | |
download | jquery-ui-4fc5ea141dea716c85d07f17c4b345263b464ef3.tar.gz jquery-ui-4fc5ea141dea716c85d07f17c4b345263b464ef3.zip |
Unit Tests & effects.scale: Fixing bugs in effects unit tests - Particularly IE, found a bug in scale.js in the meantime. Fixes #7395 - Size based effects are breaking unit tests in IE - also leaking a global var
Diffstat (limited to 'tests/unit/effects/effects.html')
-rw-r--r-- | tests/unit/effects/effects.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/unit/effects/effects.html b/tests/unit/effects/effects.html index 0879a98b2..84fecd9cc 100644 --- a/tests/unit/effects/effects.html +++ b/tests/unit/effects/effects.html @@ -38,10 +38,13 @@ .test { background: #000; border: 0; + width: 100px; + height: 100px; } .testAddBorder { border: 10px solid #000; } + .testChildren, .testChangeBackground { background: #fff; } |