betajs-browser
Version:
BetaJS-Browser is a client-side JavaScript framework for Browser-specific methods.
25 lines • 882 B
HTML
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="http://code.jquery.com/qunit/qunit-1.23.1.css">
</head>
<body>
<div id="qunit"></div>
<div id="qunit-fixture"></div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/es5-shim/4.5.7/es5-shim.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/es5-shim/4.5.7/es5-sham.min.js"></script>
<script src="http://code.jquery.com/qunit/qunit-1.23.1.js"></script>
<script>
QUnit.test("ajax", function (assert) {
assert.ok(true);
});
</script>
<script src="/_patch/json2.js"></script>
<script src="/_patch/browserstack.js"></script>
<script src="/_patch/browserstack-util.js"></script>
<script src="/_patch/qunit-plugin.js"></script>
<script src="../../vendors/js-reporters.js"></script>
<script src="/_patch/reporter.js"></script>
</body>
</html>