corrade-http-templates – Blame information for rev 62

Subversion Repositories:
Rev:
Rev Author Line No. Line
62 office 1 <!doctype html>
2 <html lang="en">
3 <head>
4 <meta charset="utf-8">
5 <title>jQuery UI Position Test Suite</title>
6  
7 <script src="../../../external/requirejs/require.js"></script>
8 <script src="../../lib/css.js"></script>
9 <script src="../../lib/bootstrap.js" data-modules="core"></script>
10 </head>
11 <body>
12 <div id="qunit" style="position:relative; z-index:2;"></div>
13  
14 <div id="qunit-fixture" style="top: 0; left: 0; z-index:1">
15 <div id="el1" style="position: absolute; width: 6px; height: 6px;"></div>
16 <div id="el2" style="position: absolute; width: 6px; height: 6px;"></div>
17 <div id="parent" style="position: absolute; width: 6px; height: 6px; top: 4px; left: 4px;"></div>
18 <div id="within" style="position: absolute; width: 12px; height: 12px; top: 2px; left: 0px;"></div>
19  
20 <div id="scrollx" style="position: absolute; top: 0px; left: 0px">
21 <div id="elx" style="position: absolute; width: 10px; height: 10px;"></div>
22 <div id="parentx" style="position: absolute; width: 20px; height: 20px; top: 40px; left: 40px;"></div>
23 </div>
24  
25 <div style="position: absolute; height: 5000px; width: 5000px;"></div>
26  
27 <div id="fractions-parent" style="position: absolute; left: 10.7432222px; top: 10.532325px; height: 30px; width: 201px;">
28 <div id="fractions-element"></div>
29 </div>
30  
31 <div id="bug-5280" style="height: 30px; width: 201px;">
32 <div style="width: 50px; height: 10px;"></div>
33 </div>
34  
35 <div id="bug-8710-within-smaller" style="position: absolute; width: 100px; height: 99px; top: 0px; left: 0px;"></div>
36 <div id="bug-8710-within-bigger" style="position: absolute; width: 100px; height: 101px; top: 0px; left: 0px;"></div>
37 </div>
38  
39 </body>
40 </html>