mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-29 09:22:22 -05:00
22 lines
No EOL
720 B
HTML
22 lines
No EOL
720 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Paper.js Tests</title>
|
|
<link rel="stylesheet" href="lib/qunit/qunit.css" type="text/css" media="screen">
|
|
<script type="text/javascript" src="../lib/prepro.js"></script>
|
|
<script type="text/javascript" src="../src/load.js"></script>
|
|
<script type="text/javascript">
|
|
// Load the tests relatively to the lib folder from which prepro.js is
|
|
// loaded, and which is referenced as the root.
|
|
include('../test/lib/load.js');
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<h1 id="qunit-header">QUnit Test Suite</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">test markup</div>
|
|
</body>
|
|
</html> |