aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/qunit-composite.css
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2013-01-31 10:19:48 -0500
committerScott González <scott.gonzalez@gmail.com>2013-01-31 10:19:48 -0500
commitd36d116d360bbe54b7700b95185a6eb2069ed637 (patch)
tree81e8343d56f6aab01b60cdd56dac638e1a2e71a1 /tests/unit/qunit-composite.css
parenta36012ad974edc09645962ab43c7f52f2b41c0ad (diff)
downloadjquery-ui-d36d116d360bbe54b7700b95185a6eb2069ed637.tar.gz
jquery-ui-d36d116d360bbe54b7700b95185a6eb2069ed637.zip
Upgrade QUnit to 1.11.0. Fixes #8969 - Global test failure in Opera 12.12.
Diffstat (limited to 'tests/unit/qunit-composite.css')
-rw-r--r--tests/unit/qunit-composite.css24
1 files changed, 12 insertions, 12 deletions
diff --git a/tests/unit/qunit-composite.css b/tests/unit/qunit-composite.css
index df47362db..c530436da 100644
--- a/tests/unit/qunit-composite.css
+++ b/tests/unit/qunit-composite.css
@@ -1,13 +1,13 @@
-iframe.qunit-subsuite{
- position: fixed;
- bottom: 0;
- left: 0;
-
- margin: 0;
- padding: 0;
- border-width: 1px 0 0;
- height: 45%;
- width: 100%;
+iframe.qunit-subsuite {
+ position: fixed;
+ bottom: 0;
+ left: 0;
- background: #fff;
-} \ No newline at end of file
+ margin: 0;
+ padding: 0;
+ border-width: 1px 0 0;
+ height: 45%;
+ width: 100%;
+
+ background: #fff;
+}