File tree Expand file tree Collapse file tree 2 files changed +6
-16
lines changed Expand file tree Collapse file tree 2 files changed +6
-16
lines changed Original file line number Diff line number Diff line change 23
23
< script src ="../swarminject.js "> </ script >
24
24
</ head >
25
25
< body >
26
- < div style ="position:relative; z-index:2; ">
27
- < h1 id ="qunit-header "> jQuery UI Position Test Suite</ h1 >
28
- < h2 id ="qunit-banner "> </ h2 >
29
- < div id ="qunit-testrunner-toolbar "> </ div >
30
- < h2 id ="qunit-userAgent "> </ h2 >
31
- < ol id ="qunit-tests ">
32
- </ ol >
33
- </ div >
26
+ < div id ="qunit " style ="position:relative; z-index:2; "> </ div >
34
27
35
28
<!--
36
29
elements smaller than 10px have a line-height set on them to avoid a bug in IE6
Original file line number Diff line number Diff line change 5
5
< title > jQuery UI Position Test Suite</ title >
6
6
7
7
< script src ="../../jquery.js "> </ script >
8
+
9
+
10
+
8
11
< link rel ="stylesheet " href ="../../../external/qunit.css ">
9
12
< script src ="../../../external/qunit.js "> </ script >
10
13
< script src ="../../jquery.simulate.js "> </ script >
17
20
18
21
< script src ="position_core.js "> </ script >
19
22
< script src ="position_deprecated.js "> </ script >
20
-
21
23
< script src ="../swarminject.js "> </ script >
22
24
</ head >
23
25
< body >
24
-
25
- < h1 id ="qunit-header "> jQuery UI Position Test Suite</ h1 >
26
- < h2 id ="qunit-banner "> </ h2 >
27
- < div id ="qunit-testrunner-toolbar "> </ div >
28
- < h2 id ="qunit-userAgent "> </ h2 >
29
- < ol id ="qunit-tests "> </ ol >
26
+ < div id ="qunit " style ="position:relative; z-index:2; "> </ div >
30
27
31
28
<!--
32
29
elements smaller than 10px have a line-height set on them to avoid a bug in IE6
@@ -39,7 +36,7 @@ <h2 id="qunit-userAgent"></h2>
39
36
< div id ="parent " style ="position: absolute; width: 6px; height: 6px; top: 4px; left: 4px; line-height: 6px; "> </ div >
40
37
< div id ="within " style ="position: absolute; width: 12px; height: 12px; top: 2px; left: 0px; "> </ div >
41
38
42
- < div style ="position: absolute; top: 0px; left: 0px ">
39
+ < div id =" scrollx " style ="position: absolute; top: 0px; left: 0px ">
43
40
< div id ="elx " style ="position: absolute; width: 10px; height: 10px; line-height: 10px; "> </ div >
44
41
< div id ="parentx " style ="position: absolute; width: 20px; height: 20px; top: 40px; left: 40px; "> </ div >
45
42
</ div >
You can’t perform that action at this time.
0 commit comments