26 lines
938 B
HTML
26 lines
938 B
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
|
<title>test template</title>
|
|
<!-- 共用文件,不要修改 start -->
|
|
<link href="../css/qunit.css" rel="stylesheet" type="text/css" />
|
|
<script type="text/javascript" src="../js/base.js"></script>
|
|
<script type="text/javascript" src="../js/lib/tools/qunit.js"></script>
|
|
<!-- 共用文件,不要修改 end -->
|
|
</head>
|
|
<body>
|
|
<!-- 共用文件,不要修改 start -->
|
|
<h1 id="qunit-header">QUnit for test</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">
|
|
test markup, will be hidden
|
|
</div>
|
|
<!-- 共用文件,不要修改 end -->
|
|
</body>
|
|
</html>
|