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.
17 lines
615 B
17 lines
615 B
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" |
|
"http://www.w3.org/TR/html4/loose.dtd"> |
|
<html> |
|
<head> |
|
<link rel="stylesheet" href="qunit.css" type="text/css"/> |
|
<script type="text/javascript" src="qunit.js"></script> |
|
<script type="text/javascript" src="../dist/es5/uri.all.min.js"></script> |
|
<script type="text/javascript" src="tests.js"></script> |
|
</head> |
|
<body> |
|
<h1 id="qunit-header">URI.js Test Suite</h1> |
|
<h2 id="qunit-banner"></h2> |
|
<div id="qunit-testrunner-toolbar"></div> |
|
<h2 id="qunit-userAgent"></h2> |
|
<ol id="qunit-tests"></ol> |
|
</body> |
|
</html>
|
|
|