mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
1aad398dba
Adding jQuery 1.10.0, 1.10.1, 1.10.2, 2.0.0, 2.0.1, 2.0.2 and 2.0.3 to the
tests directory.
(cherry picked from commit 0d5eaab9bb
)
Conflicts:
demos/progressbar/download.html
31 lines
715 B
HTML
31 lines
715 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>jQuery UI Widget Test Suite</title>
|
|
|
|
<script src="../../../jquery-1.10.2.js"></script>
|
|
|
|
<link rel="stylesheet" href="../../../external/qunit.css">
|
|
<link rel="stylesheet" href="../qunit-composite.css">
|
|
<script src="../../../external/qunit.js"></script>
|
|
<script src="../qunit-composite.js"></script>
|
|
<script src="../subsuite.js"></script>
|
|
|
|
<script>
|
|
testAllVersions( "widget" );
|
|
</script>
|
|
</head>
|
|
<body>
|
|
|
|
<h1 id="qunit-header">jQuery UI Widget Test Suite</h1>
|
|
<h2 id="qunit-banner"></h2>
|
|
<div id="qunit-testrunner-toolbar"></div>
|
|
<h2 id="qunit-userAgent"></h2>
|
|
<ol id="qunit-tests"></ol>
|
|
<div id="qunit-fixture">
|
|
|
|
</div>
|
|
</body>
|
|
</html>
|