2011-06-26 19:09:56 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
2011-06-27 06:16:50 +00:00
|
|
|
<link rel="stylesheet" href="../../external/qunit.css"></link>
|
2011-06-26 19:09:56 +00:00
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div style="float: left; width: 500px;">
|
2011-06-27 17:44:51 +00:00
|
|
|
<h1 id="qunit-header"><a href="#">jQuery Mobile Test Suite</a></h1>
|
2011-06-26 19:09:56 +00:00
|
|
|
<h2 id="qunit-banner"></h2>
|
|
|
|
|
<ol id="qunit-tests">
|
|
|
|
|
</ol>
|
|
|
|
|
</div>
|
2011-06-27 02:58:29 +00:00
|
|
|
<!-- under normal circumstances inline styles would be a poor choice, but in this case
|
|
|
|
|
I think an entire link and stylesheet is a waste -->
|
|
|
|
|
<iframe data-src="../../tests/unit/{{testdir}}" name="testFrame" id="testFrame" width="800px" height="100%" style="float: left; border: 0px; height: 100%;" scrolling="no">
|
2011-06-26 19:09:56 +00:00
|
|
|
</iframe>
|
2011-06-26 22:35:33 +00:00
|
|
|
<script src="../../js/jquery.js"></script>
|
2011-06-26 19:09:56 +00:00
|
|
|
<script src="../../external/qunit.js"></script>
|
|
|
|
|
<script src="runner.js"></script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|