2024-05-10 12:45:59 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
2024-10-25 21:46:00 +00:00
|
|
|
<title>jQuery UI Legacy jQuery Core patches Test Suite</title>
|
2024-05-10 12:45:59 +00:00
|
|
|
|
|
|
|
<script src="../../../external/jquery/jquery.js"></script>
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="../../../external/qunit/qunit.css">
|
|
|
|
<link rel="stylesheet" href="../../lib/vendor/qunit-composite/qunit-composite.css">
|
|
|
|
<script src="../../../external/qunit/qunit.js"></script>
|
|
|
|
<script src="../../lib/vendor/qunit-composite/qunit-composite.js"></script>
|
|
|
|
<script src="../subsuite.js"></script>
|
|
|
|
|
|
|
|
<script>
|
|
|
|
testAllVersions( "jquery-patch" );
|
|
|
|
</script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<div id="qunit"></div>
|
|
|
|
<div id="qunit-fixture">
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|