You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
634 B
27 lines
634 B
5 years ago
|
<!doctype html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<title>jQuery UI Tabs Test Suite</title>
|
||
|
|
||
|
<script src="../../../external/jquery/jquery.js"></script>
|
||
|
|
||
|
<link rel="stylesheet" href="../../../external/qunit/qunit.css">
|
||
|
<link rel="stylesheet" href="../../../external/qunit-composite/qunit-composite.css">
|
||
|
<script src="../../../external/qunit/qunit.js"></script>
|
||
|
<script src="../../../external/qunit-composite/qunit-composite.js"></script>
|
||
|
<script src="../subsuite.js"></script>
|
||
|
|
||
|
<script>
|
||
|
testAllVersions( "tabs" );
|
||
|
</script>
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<div id="qunit"></div>
|
||
|
<div id="qunit-fixture">
|
||
|
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|