2010-03-12 03:18:34 +00:00
|
|
|
<!DOCTYPE html>
|
2008-09-20 17:30:51 +00:00
|
|
|
<html lang="en">
|
|
|
|
<head>
|
2010-03-12 03:18:34 +00:00
|
|
|
<meta charset="UTF-8" />
|
2008-09-20 17:30:51 +00:00
|
|
|
<title>jQuery UI Core Test Suite</title>
|
2008-11-18 02:55:25 +00:00
|
|
|
|
2010-11-12 14:19:26 +00:00
|
|
|
<script type="text/javascript" src="../../../jquery-1.4.4.js"></script>
|
2009-09-17 10:39:12 +00:00
|
|
|
<script type="text/javascript" src="../../../ui/jquery.ui.core.js"></script>
|
2009-12-16 22:20:18 +00:00
|
|
|
<script type="text/javascript" src="../../../ui/jquery.ui.widget.js"></script>
|
2008-11-18 02:55:25 +00:00
|
|
|
|
2010-02-25 11:09:39 +00:00
|
|
|
<link rel="stylesheet" href="../../../external/qunit.css" type="text/css"/>
|
|
|
|
<script type="text/javascript" src="../../../external/qunit.js"></script>
|
2009-08-10 09:38:14 +00:00
|
|
|
<script type="text/javascript" src="../../jquery.simulate.js"></script>
|
2010-08-29 15:21:39 +00:00
|
|
|
<script type="text/javascript" src="../testsuite.js"></script>
|
2010-02-25 11:09:39 +00:00
|
|
|
|
2008-11-22 19:29:03 +00:00
|
|
|
<script type="text/javascript" src="core.js"></script>
|
2009-01-21 03:25:02 +00:00
|
|
|
<script type="text/javascript" src="selector.js"></script>
|
2010-01-29 18:38:21 +00:00
|
|
|
|
2010-08-29 15:21:39 +00:00
|
|
|
<script type="text/javascript" src="../swarminject.js"></script>
|
2010-04-14 18:19:20 +00:00
|
|
|
|
2010-01-29 18:38:21 +00:00
|
|
|
<style type="text/css">
|
|
|
|
.zindex {z-index: 100}
|
|
|
|
.absolute {position: absolute}
|
|
|
|
</style>
|
2008-09-20 17:30:51 +00:00
|
|
|
</head>
|
2008-11-22 11:18:31 +00:00
|
|
|
<body>
|
2008-09-20 17:30:51 +00:00
|
|
|
|
2010-02-25 11:09:39 +00:00
|
|
|
<h1 id="qunit-header">jQuery UI Core Test Suite</h1>
|
|
|
|
<h2 id="qunit-banner"></h2>
|
|
|
|
<h2 id="qunit-userAgent"></h2>
|
|
|
|
<ol id="qunit-tests">
|
|
|
|
</ol>
|
|
|
|
|
|
|
|
<div id="main" style="position: absolute; top: -10000px; left: -10000px;">
|
|
|
|
|
2010-07-22 23:27:37 +00:00
|
|
|
<img src="../images/jqueryui_32x32.png" usemap="#mymap" width="10", height="10">
|
2010-07-22 14:33:42 +00:00
|
|
|
<map name="mymap">
|
|
|
|
<area shape="rect" coords="0,0,1,1" id="areaCoordsNoHref">
|
|
|
|
<area shape="rect" coords="1,1,2,2" href="foo.html" id="areaCoordsHref">
|
|
|
|
<area shape="rect" coords="0,0,0,0" href="foo.html" id="areaCoordsNoSizeHref">
|
|
|
|
<area href="foo.html" id="areaNoCoordsHref">
|
|
|
|
</map>
|
|
|
|
<map name="mymap2">
|
|
|
|
<area shape="rect" coords="1,1,2,2" href="foo.html" id="areaNoImg">
|
|
|
|
</map>
|
|
|
|
|
2009-01-21 03:25:02 +00:00
|
|
|
<div>
|
|
|
|
<input id="visibleAncestor-inputTypeNone" />
|
|
|
|
<input type="text" id="visibleAncestor-inputTypeText" />
|
|
|
|
<input type="checkbox" id="visibleAncestor-inputTypeCheckbox" />
|
|
|
|
<input type="radio" id="visibleAncestor-inputTypeRadio" />
|
|
|
|
<input type="button" id="visibleAncestor-inputTypeButton" />
|
|
|
|
<input type="hidden" id="visibleAncestor-inputTypeHidden" />
|
2009-09-15 08:35:46 +00:00
|
|
|
<button id="visibleAncestor-button">x</button>
|
2009-01-21 03:25:02 +00:00
|
|
|
<select id="visibleAncestor-select">
|
|
|
|
<option>option</option>
|
|
|
|
</select>
|
2009-09-15 08:35:46 +00:00
|
|
|
<textarea id="visibleAncestor-textarea">x</textarea>
|
2010-09-02 15:51:24 +00:00
|
|
|
<object id="visibleAncestor-object" codebase="about:blank">xxx</object>
|
2009-01-21 03:25:02 +00:00
|
|
|
<a href="#" id="visibleAncestor-anchorWithHref">anchor</a>
|
|
|
|
<a id="visibleAncestor-anchorWithoutHref">anchor</a>
|
2009-09-15 08:35:46 +00:00
|
|
|
<span id="visibleAncestor-span">x</span>
|
|
|
|
<div id="visibleAncestor-div">x</div>
|
|
|
|
<span id="visibleAncestor-spanWithTabindex" tabindex="1">x</span>
|
|
|
|
<div id="visibleAncestor-divWithNegativeTabindex" tabindex="-1">x</div>
|
2008-09-06 03:44:32 +00:00
|
|
|
</div>
|
2009-01-21 03:25:02 +00:00
|
|
|
|
|
|
|
<div>
|
|
|
|
<input id="disabledElement-inputTypeNone" disabled="disabled" />
|
|
|
|
<input type="text" id="disabledElement-inputTypeText" disabled="disabled" />
|
|
|
|
<input type="checkbox" id="disabledElement-inputTypeCheckbox" disabled="disabled" />
|
|
|
|
<input type="radio" id="disabledElement-inputTypeRadio" disabled="disabled" />
|
|
|
|
<input type="button" id="disabledElement-inputTypeButton" disabled="disabled" />
|
|
|
|
<input type="hidden" id="disabledElement-inputTypeHidden" disabled="disabled" />
|
|
|
|
<button id="disabledElement-button" disabled="disabled"></button>
|
|
|
|
<select id="disabledElement-select" disabled="disabled"></select>
|
|
|
|
<textarea id="disabledElement-textarea" disabled="disabled"></textarea>
|
2008-09-06 03:44:32 +00:00
|
|
|
</div>
|
2009-01-21 03:25:02 +00:00
|
|
|
|
|
|
|
<div>
|
|
|
|
<div id="displayNoneAncestor" style="display: none;">
|
|
|
|
<input id="displayNoneAncestor-input" />
|
2010-07-22 02:10:16 +00:00
|
|
|
<span tabindex="1" id="displayNoneAncestor-span">.</span>
|
2008-09-06 03:44:32 +00:00
|
|
|
</div>
|
2009-01-21 03:25:02 +00:00
|
|
|
|
|
|
|
<div id="visibilityHiddenAncestor" style="visibility: hidden;">
|
|
|
|
<input id="visibilityHiddenAncestor-input" />
|
2010-07-22 02:10:16 +00:00
|
|
|
<span tabindex="1" id="visibilityHiddenAncestor-span">.</span>
|
2008-09-06 03:44:32 +00:00
|
|
|
</div>
|
2009-01-21 03:25:02 +00:00
|
|
|
|
2010-07-22 02:10:16 +00:00
|
|
|
<span tabindex="1" id="displayNone-span" style="display: none;">.</span>
|
|
|
|
<span tabindex="1" id="visibilityHidden-span" style="visibility: hidden;">.</span>
|
2010-09-02 14:38:45 +00:00
|
|
|
|
|
|
|
<input id="displayNone-input" style="display: none;" />
|
|
|
|
<input id="visibilityHidden-input" style="visibility: hidden;" />
|
2008-09-06 03:44:32 +00:00
|
|
|
</div>
|
2009-01-21 03:25:02 +00:00
|
|
|
|
|
|
|
<div>
|
|
|
|
<input id="inputTabindex0" tabindex="0" />
|
|
|
|
<input id="inputTabindex10" tabindex="10" />
|
|
|
|
<input id="inputTabindex-1" tabindex="-1" />
|
|
|
|
<input id="inputTabindex-50" tabindex="-50" />
|
|
|
|
|
2010-07-22 02:10:16 +00:00
|
|
|
<span id="spanTabindex0" tabindex="0">.</span>
|
|
|
|
<span id="spanTabindex10" tabindex="10">.</span>
|
|
|
|
<span id="spanTabindex-1" tabindex="-1">.</span>
|
|
|
|
<span id="spanTabindex-50" tabindex="-50">.</span>
|
2008-09-06 03:44:32 +00:00
|
|
|
</div>
|
2009-01-21 03:25:02 +00:00
|
|
|
|
|
|
|
<div>
|
|
|
|
<input id="inputTabindexfoo" tabindex="foo" />
|
|
|
|
<input id="inputTabindex3foo" tabindex="3foo" />
|
|
|
|
|
2010-07-22 02:10:16 +00:00
|
|
|
<span id="spanTabindexfoo" tabindex="foo">.</span>
|
|
|
|
<span id="spanTabindex3foo" tabindex="3foo">.</span>
|
2009-01-21 03:25:02 +00:00
|
|
|
</div>
|
|
|
|
|
2010-01-29 18:38:21 +00:00
|
|
|
<div id="zIndex100" style="z-index: 100; position: absolute">
|
2010-07-22 02:10:16 +00:00
|
|
|
<div id="zIndexAutoWithParent">.</div>
|
2009-08-05 13:30:55 +00:00
|
|
|
</div>
|
2010-01-29 18:38:21 +00:00
|
|
|
<div id="zIndex100ViaCSS" class="zindex">
|
2010-07-22 02:10:16 +00:00
|
|
|
<div id="zIndexAutoWithParentViaCSS">.</div>
|
2010-01-29 18:38:21 +00:00
|
|
|
</div>
|
|
|
|
<div id="zIndex100ViaCSSPositioned" class="zindex absolute">
|
2010-07-22 02:10:16 +00:00
|
|
|
<div id="zIndexAutoWithParentViaCSSPositioned">.</div>
|
2010-01-29 18:38:21 +00:00
|
|
|
</div>
|
2009-08-05 13:30:55 +00:00
|
|
|
<div id="zIndexAutoNoParent"></div>
|
2010-07-22 02:17:52 +00:00
|
|
|
|
|
|
|
<div id="dimensions" style="float: left; height: 50px; width: 100px; margin: 1px 12px 11px 2px; border-style: solid; border-width: 3px 14px 13px 4px; padding: 5px 16px 15px 6px;"></div>
|
2008-09-20 17:30:51 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|