node-red-contrib-snap4city-user
Version:
Nodes for Snap4city project, targeted to standard user (no developer)
44 lines (41 loc) • 1.84 kB
HTML
<html>
<head>
<meta charset="UTF-8">
<title>jquery-simulate-ext Test Suite</title>
<link rel="stylesheet" href="../bower_components/qunit/qunit/qunit.css" type="text/css" />
<script src="../bower_components/jquery/dist/jquery.min.js"></script>
<script src="../libs/bililiteRange.js"></script>
<script src="../libs/jquery.simulate.js"></script>
<!--script>$.simulate.ext_disableQuirkDetection = true;</script-->
<script src="../src/jquery.simulate.ext.js"></script>
<script src="../src/jquery.simulate.key-sequence.js"></script>
<script src="../src/jquery.simulate.key-combo.js"></script>
<script src="../src/jquery.simulate.drag-n-drop.js"></script>
<script src="../bower_components/qunit/qunit/qunit.js"></script>
<script type="text/javascript" src="qunit-close-enough.js"></script>
<script type="text/javascript" src="testInfrastructure.js"></script>
<script type="text/javascript" src="drag-n-drop.js"></script>
<script type="text/javascript" src="key-combo.js"></script>
<script type="text/javascript" src="key-sequence.js"></script>
</head>
<body>
<h1 id="qunit-header">jquery-simulate-ext</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">
<textarea id="textInput"></textarea>
<div id="emptyDiv"></div>
<div id="dragArea" style="width: 300px; height: 300px;"></div>
<div id="dropArea" style="width: 300px; height: 300px;"></div>
<div id="dropArea2" style="width: 300px; height: 300px;"></div>
<iframe id="iframe" src="iframe.html" style="width: 300px; height: 700px;"></iframe>
</div>
<div style="height: 5000px">
<!-- This is a spacer div which ensures that the page is scrollable.
This is necessary for one of the drag-n-drop tests. -->
</div>
</body>
</html>