1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-19 10:49:43 +00:00
TiddlyWiki5/tw2/source/tiddlywiki/test/jqMock/jqMock.html
Jeremy Ruston a1c8ac624f Added first pass at support for building TiddlyWiki 2.6.x with TW5
There are still some whitespace and attribute ordering issues, but the
result runs correctly.
2012-05-29 22:02:38 +01:00

26 lines
740 B
HTML
Executable File

<!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>