Actualización
This commit is contained in:
25
plugin/mindmap/edit-mindmap/vendor/test/test_template.html
vendored
Normal file
25
plugin/mindmap/edit-mindmap/vendor/test/test_template.html
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user