aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMichał Gołębiowski <m.goleb@gmail.com>2013-04-15 19:26:34 +0200
committerMichał Gołębiowski <m.goleb@gmail.com>2013-04-15 19:26:34 +0200
commit562ca75e06a07067cace674e4e492119d78ca161 (patch)
tree6fb47742f88e57e793d5911087d79ddcee18006f /test
parent8576e24bfe3fce886bcb63ebc24ee16b3fa1a6a1 (diff)
downloadjquery-562ca75e06a07067cace674e4e492119d78ca161.tar.gz
jquery-562ca75e06a07067cace674e4e492119d78ca161.zip
Correct spacing.
Diffstat (limited to 'test')
-rw-r--r--test/data/event/focusElem.html18
-rw-r--r--test/data/support/boxSizing.html18
-rw-r--r--test/data/testsuite.css80
-rw-r--r--test/unit/queue.js4
4 files changed, 60 insertions, 60 deletions
diff --git a/test/data/event/focusElem.html b/test/data/event/focusElem.html
index eed082c1a..10726b4ff 100644
--- a/test/data/event/focusElem.html
+++ b/test/data/event/focusElem.html
@@ -1,16 +1,16 @@
<!doctype html>
<html>
<head>
- <meta http-equiv="Content-type" content="text/html; charset=utf-8">
- <title>.focus() (activeElement access #13393)</title>
+ <meta http-equiv="Content-type" content="text/html; charset=utf-8">
+ <title>.focus() (activeElement access #13393)</title>
- <script src="../../jquery.js"></script>
+ <script src="../../jquery.js"></script>
</head>
<body>
- <a href="#" id="frame-link"></a>
- <script>
- jQuery("#frame-link").focus();
- window.parent.iframeCallback( true );
- </script>
+ <a href="#" id="frame-link"></a>
+ <script>
+ jQuery("#frame-link").focus();
+ window.parent.iframeCallback( true );
+ </script>
</body>
-</html> \ No newline at end of file
+</html>
diff --git a/test/data/support/boxSizing.html b/test/data/support/boxSizing.html
index 2da883dc6..63c4c90b7 100644
--- a/test/data/support/boxSizing.html
+++ b/test/data/support/boxSizing.html
@@ -1,19 +1,19 @@
<!DOCTYPE html>
<html>
<head>
- <meta charset="utf-8">
- <style>
- body {
- zoom: 0.87;
- }
- </style>
+ <meta charset="utf-8">
+ <style>
+ body {
+ zoom: 0.87;
+ }
+ </style>
</head>
<body>
<script src="../../jquery.js"></script>
<script>
- jQuery(function() {
- window.parent.iframeCallback( jQuery.support.boxSizing );
- });
+ jQuery(function() {
+ window.parent.iframeCallback( jQuery.support.boxSizing );
+ });
</script>
</body>
</html>
diff --git a/test/data/testsuite.css b/test/data/testsuite.css
index 1dfa7cd34..134993c01 100644
--- a/test/data/testsuite.css
+++ b/test/data/testsuite.css
@@ -1,127 +1,127 @@
/* for testing opacity set in styles in IE */
ol#empty {
- opacity: 0;
- filter:Alpha(opacity=0) progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffff0000', EndColorStr='#ffffffff');
+ opacity: 0;
+ filter:Alpha(opacity=0) progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffff0000', EndColorStr='#ffffffff');
}
div#fx-tests h4 {
- background: red;
+ background: red;
}
div#fx-tests h4.pass {
- background: green;
+ background: green;
}
div#fx-tests div.box {
- background: red;
- overflow: hidden;
- border: 2px solid #000;
+ background: red;
+ overflow: hidden;
+ border: 2px solid #000;
}
div#fx-tests div.overflow {
- overflow: visible;
+ overflow: visible;
}
div.inline {
- display: inline;
+ display: inline;
}
div.autoheight {
- height: auto;
+ height: auto;
}
div.autowidth {
- width: auto;
+ width: auto;
}
div.autoopacity {
- opacity: auto;
+ opacity: auto;
}
div.largewidth {
- width: 100px;
+ width: 100px;
}
div.largeheight {
- height: 100px;
+ height: 100px;
}
div.largeopacity {
- filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
+ filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
div.medwidth {
- width: 50px;
+ width: 50px;
}
div.medheight {
- height: 50px;
+ height: 50px;
}
div.medopacity {
- opacity: 0.5;
- filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
+ opacity: 0.5;
+ filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
div.nowidth {
- width: 0px;
+ width: 0px;
}
div.noheight {
- height: 0px;
+ height: 0px;
}
div.noopacity {
- opacity: 0;
- filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
+ opacity: 0;
+ filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
div.hidden {
- display: none;
+ display: none;
}
div#fx-tests div.widewidth {
- background-repeat: repeat-x;
+ background-repeat: repeat-x;
}
div#fx-tests div.wideheight {
- background-repeat: repeat-y;
+ background-repeat: repeat-y;
}
div#fx-tests div.widewidth.wideheight {
- background-repeat: repeat;
+ background-repeat: repeat;
}
div#fx-tests div.noback {
- background-image: none;
+ background-image: none;
}
.chain-test,
.chain-test div {
- width: 100px;
- height: 20px;
- position: relative;
- float: left;
+ width: 100px;
+ height: 20px;
+ position: relative;
+ float: left;
}
.chain-test div {
- position: absolute;
- top: 0;
- left: 0;
+ position: absolute;
+ top: 0;
+ left: 0;
}
.chain-test {
- background: red;
+ background: red;
}
.chain-test div {
- background: green;
+ background: green;
}
.chain-test-out {
- background: green;
+ background: green;
}
.chain-test-out div {
- background: red;
- display: none;
+ background: red;
+ display: none;
}
/* tests to ensure jQuery can determine the native display mode of elements
diff --git a/test/unit/queue.js b/test/unit/queue.js
index f60d802fb..5cc84f913 100644
--- a/test/unit/queue.js
+++ b/test/unit/queue.js
@@ -122,9 +122,9 @@ test("callbacks keep their place in the queue", function() {
});
test( "jQuery.queue should return array while manipulating the queue", 1, function() {
- var div = document.createElement("div");
+ var div = document.createElement("div");
- ok( jQuery.isArray( jQuery.queue( div, "fx", jQuery.noop ) ), "jQuery.queue should return an array while manipulating the queue" );
+ ok( jQuery.isArray( jQuery.queue( div, "fx", jQuery.noop ) ), "jQuery.queue should return an array while manipulating the queue" );
});
test("delay()", function() {