2011-08-03 21:12:44 +00:00
|
|
|
<!doctype html>
|
2010-01-01 12:09:54 +00:00
|
|
|
<html lang="en">
|
|
|
|
<head>
|
2011-03-22 17:25:28 +00:00
|
|
|
<meta charset="utf-8">
|
2010-01-01 12:09:54 +00:00
|
|
|
<title>jQuery UI Position Test Suite</title>
|
|
|
|
|
2015-04-17 16:13:38 +00:00
|
|
|
<script src="../../../external/requirejs/require.js"></script>
|
2015-04-06 17:08:27 +00:00
|
|
|
<script src="../../lib/css.js"></script>
|
2015-04-07 14:55:52 +00:00
|
|
|
<script src="../../lib/bootstrap.js" data-modules="core"></script>
|
2010-01-01 12:09:54 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2012-04-26 18:16:06 +00:00
|
|
|
<div id="qunit" style="position:relative; z-index:2;"></div>
|
2010-02-25 11:09:39 +00:00
|
|
|
|
2011-05-12 21:07:09 +00:00
|
|
|
<div id="qunit-fixture" style="top: 0; left: 0; z-index:1">
|
2015-04-20 18:21:36 +00:00
|
|
|
<div id="el1" style="position: absolute; width: 6px; height: 6px;"></div>
|
|
|
|
<div id="el2" style="position: absolute; width: 6px; height: 6px;"></div>
|
|
|
|
<div id="parent" style="position: absolute; width: 6px; height: 6px; top: 4px; left: 4px;"></div>
|
|
|
|
<div id="within" style="position: absolute; width: 12px; height: 12px; top: 2px; left: 0px;"></div>
|
2012-04-23 19:52:06 +00:00
|
|
|
|
2012-04-24 15:23:25 +00:00
|
|
|
<div id="scrollx" style="position: absolute; top: 0px; left: 0px">
|
2015-04-20 18:21:36 +00:00
|
|
|
<div id="elx" style="position: absolute; width: 10px; height: 10px;"></div>
|
2012-04-23 19:52:06 +00:00
|
|
|
<div id="parentx" style="position: absolute; width: 20px; height: 20px; top: 40px; left: 40px;"></div>
|
|
|
|
</div>
|
2011-08-13 03:19:52 +00:00
|
|
|
|
2012-04-23 19:52:06 +00:00
|
|
|
<div style="position: absolute; height: 5000px; width: 5000px;"></div>
|
2011-08-13 03:19:52 +00:00
|
|
|
|
2012-04-23 19:52:06 +00:00
|
|
|
<div id="fractions-parent" style="position: absolute; left: 10.7432222px; top: 10.532325px; height: 30px; width: 201px;">
|
|
|
|
<div id="fractions-element"></div>
|
2011-08-13 03:19:52 +00:00
|
|
|
</div>
|
2011-11-02 12:53:42 +00:00
|
|
|
|
|
|
|
<div id="bug-5280" style="height: 30px; width: 201px;">
|
|
|
|
<div style="width: 50px; height: 10px;"></div>
|
|
|
|
</div>
|
2013-09-04 21:20:45 +00:00
|
|
|
|
2015-04-20 18:21:36 +00:00
|
|
|
<div id="bug-8710-within-smaller" style="position: absolute; width: 100px; height: 99px; top: 0px; left: 0px;"></div>
|
|
|
|
<div id="bug-8710-within-bigger" style="position: absolute; width: 100px; height: 101px; top: 0px; left: 0px;"></div>
|
2009-07-24 18:24:13 +00:00
|
|
|
</div>
|
|
|
|
|
2010-01-01 12:09:54 +00:00
|
|
|
</body>
|
|
|
|
</html>
|