portsort html unit test clean up

This commit is contained in:
Eric A. Miller
2014-08-08 21:41:52 -04:00
parent 482ab5933a
commit e504e8f834

View File

@@ -1,7 +1,8 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <html>
<head> <head>
<title>js-portsort test suite</title> <meta charset="utf-8">
<title>portsort.js test suite</title>
<script src="http://code.jquery.com/jquery-1.11.1.min.js" type="text/javascript"></script> <script src="http://code.jquery.com/jquery-1.11.1.min.js" type="text/javascript"></script>
<script src="http://code.jquery.com/qunit/qunit-1.14.0.js" type="text/javascript"></script> <script src="http://code.jquery.com/qunit/qunit-1.14.0.js" type="text/javascript"></script>
<script src="qunit-tap.js" type="text/javascript"></script> <script src="qunit-tap.js" type="text/javascript"></script>
@@ -236,9 +237,7 @@
</script> </script>
</head> </head>
<body> <body>
<h1 id="qunit-header">js-portsort test suite</h1> <div id="qunit"></div>
<h2 id="qunit-banner"></h2> <div id="qunit-fixture"></div>
<h2 id="qunit-userAgent"></h2>
<ol id="qunit-tests" />
</body> </body>
</html> </html>