X Tutup
Skip to content

Commit 562ca75

Browse files
committed
Correct spacing.
1 parent 8576e24 commit 562ca75

File tree

4 files changed

+60
-60
lines changed

4 files changed

+60
-60
lines changed

test/data/event/focusElem.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<!doctype html>
22
<html>
33
<head>
4-
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
5-
<title>.focus() (activeElement access #13393)</title>
4+
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
5+
<title>.focus() (activeElement access #13393)</title>
66

7-
<script src="../../jquery.js"></script>
7+
<script src="../../jquery.js"></script>
88
</head>
99
<body>
10-
<a href="#" id="frame-link"></a>
11-
<script>
12-
jQuery("#frame-link").focus();
13-
window.parent.iframeCallback( true );
14-
</script>
10+
<a href="#" id="frame-link"></a>
11+
<script>
12+
jQuery("#frame-link").focus();
13+
window.parent.iframeCallback( true );
14+
</script>
1515
</body>
16-
</html>
16+
</html>

test/data/support/boxSizing.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<meta charset="utf-8">
5-
<style>
6-
body {
7-
zoom: 0.87;
8-
}
9-
</style>
4+
<meta charset="utf-8">
5+
<style>
6+
body {
7+
zoom: 0.87;
8+
}
9+
</style>
1010
</head>
1111
<body>
1212
<script src="../../jquery.js"></script>
1313
<script>
14-
jQuery(function() {
15-
window.parent.iframeCallback( jQuery.support.boxSizing );
16-
});
14+
jQuery(function() {
15+
window.parent.iframeCallback( jQuery.support.boxSizing );
16+
});
1717
</script>
1818
</body>
1919
</html>

test/data/testsuite.css

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,127 +1,127 @@
11
/* for testing opacity set in styles in IE */
22
ol#empty {
3-
opacity: 0;
4-
filter:Alpha(opacity=0) progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffff0000', EndColorStr='#ffffffff');
3+
opacity: 0;
4+
filter:Alpha(opacity=0) progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffff0000', EndColorStr='#ffffffff');
55
}
66

77
div#fx-tests h4 {
8-
background: red;
8+
background: red;
99
}
1010

1111
div#fx-tests h4.pass {
12-
background: green;
12+
background: green;
1313
}
1414

1515
div#fx-tests div.box {
16-
background: red;
17-
overflow: hidden;
18-
border: 2px solid #000;
16+
background: red;
17+
overflow: hidden;
18+
border: 2px solid #000;
1919
}
2020

2121
div#fx-tests div.overflow {
22-
overflow: visible;
22+
overflow: visible;
2323
}
2424

2525
div.inline {
26-
display: inline;
26+
display: inline;
2727
}
2828

2929
div.autoheight {
30-
height: auto;
30+
height: auto;
3131
}
3232

3333
div.autowidth {
34-
width: auto;
34+
width: auto;
3535
}
3636

3737
div.autoopacity {
38-
opacity: auto;
38+
opacity: auto;
3939
}
4040

4141
div.largewidth {
42-
width: 100px;
42+
width: 100px;
4343
}
4444

4545
div.largeheight {
46-
height: 100px;
46+
height: 100px;
4747
}
4848

4949
div.largeopacity {
50-
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
50+
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
5151
}
5252

5353
div.medwidth {
54-
width: 50px;
54+
width: 50px;
5555
}
5656

5757
div.medheight {
58-
height: 50px;
58+
height: 50px;
5959
}
6060

6161
div.medopacity {
62-
opacity: 0.5;
63-
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
62+
opacity: 0.5;
63+
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
6464
}
6565

6666
div.nowidth {
67-
width: 0px;
67+
width: 0px;
6868
}
6969

7070
div.noheight {
71-
height: 0px;
71+
height: 0px;
7272
}
7373

7474
div.noopacity {
75-
opacity: 0;
76-
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
75+
opacity: 0;
76+
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
7777
}
7878

7979
div.hidden {
80-
display: none;
80+
display: none;
8181
}
8282

8383
div#fx-tests div.widewidth {
84-
background-repeat: repeat-x;
84+
background-repeat: repeat-x;
8585
}
8686

8787
div#fx-tests div.wideheight {
88-
background-repeat: repeat-y;
88+
background-repeat: repeat-y;
8989
}
9090

9191
div#fx-tests div.widewidth.wideheight {
92-
background-repeat: repeat;
92+
background-repeat: repeat;
9393
}
9494

9595
div#fx-tests div.noback {
96-
background-image: none;
96+
background-image: none;
9797
}
9898

9999
.chain-test,
100100
.chain-test div {
101-
width: 100px;
102-
height: 20px;
103-
position: relative;
104-
float: left;
101+
width: 100px;
102+
height: 20px;
103+
position: relative;
104+
float: left;
105105
}
106106
.chain-test div {
107-
position: absolute;
108-
top: 0;
109-
left: 0;
107+
position: absolute;
108+
top: 0;
109+
left: 0;
110110
}
111111

112112
.chain-test {
113-
background: red;
113+
background: red;
114114
}
115115
.chain-test div {
116-
background: green;
116+
background: green;
117117
}
118118

119119
.chain-test-out {
120-
background: green;
120+
background: green;
121121
}
122122
.chain-test-out div {
123-
background: red;
124-
display: none;
123+
background: red;
124+
display: none;
125125
}
126126

127127
/* tests to ensure jQuery can determine the native display mode of elements

test/unit/queue.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,9 @@ test("callbacks keep their place in the queue", function() {
122122
});
123123

124124
test( "jQuery.queue should return array while manipulating the queue", 1, function() {
125-
var div = document.createElement("div");
125+
var div = document.createElement("div");
126126

127-
ok( jQuery.isArray( jQuery.queue( div, "fx", jQuery.noop ) ), "jQuery.queue should return an array while manipulating the queue" );
127+
ok( jQuery.isArray( jQuery.queue( div, "fx", jQuery.noop ) ), "jQuery.queue should return an array while manipulating the queue" );
128128
});
129129

130130
test("delay()", function() {

0 commit comments

Comments
 (0)
X Tutup