mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-28 16:34:38 +00:00
Move the editions into a subfolder
This commit is contained in:
25
editions/tw2/source/tiddlywiki/test/jqMock/jqMock.html
Executable file
25
editions/tw2/source/tiddlywiki/test/jqMock/jqMock.html
Executable file
@@ -0,0 +1,25 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "xhtml1-transitional.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>jqMock Test Suite</title>
|
||||
<link rel="Stylesheet" media="screen" href="../qunit/testsuite.css" type="text/css"/>
|
||||
<script type="text/javascript" src="../../jquery/jquery-1.3.2.min.js"></script>
|
||||
<script type="text/javascript" src="../qunit/testrunner.js"></script>
|
||||
<script type="text/javascript" src="jqMock.js"></script>
|
||||
<script type="text/javascript" src="jqMockTest.js"></script>
|
||||
</head>
|
||||
<body id="body">
|
||||
|
||||
<h1>jqMock Test Suite</h1>
|
||||
<h2 id="banner"></h2>
|
||||
<h2 id="userAgent"></h2>
|
||||
|
||||
<!-- Test HTML -->
|
||||
<div id="main" style="display: none;">
|
||||
</div>
|
||||
|
||||
<ol id="tests"></ol>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user