cleaned up old test directory

This commit is contained in:
Eric Rowell 2013-09-23 09:19:05 -07:00
parent 3204318a41
commit c0313e360e
3 changed files with 0 additions and 1542 deletions

View File

@ -1,25 +0,0 @@
<!DOCTYPE HTML>
<html>
<head>
<style>
/* overwrite CSS */
</style>
<link rel="stylesheet" type="text/css"href="../base.css">
<script src="../../dist/kinetic-dev.js"></script>
<script src="../js/Test.js"></script>
<script src="../js/functionalTests.js"></script>
<script>
window.onload = function() {
var test = new Test();
test.run();
document.getElementsByTagName('body')[0].addEventListener('mousemove', function(evt) {
//console.log(evt.clientX + ',' + evt.clientY);
}, false);
};
</script>
</head>
<body onmousedown="return false;"></body>
</html>

View File

@ -3,8 +3,6 @@
<body>
<h1>KineticJS Test Suite</h1>
<ul>
<li><a href="unitTests.html">Unit Tests</a></li>
<li><a href="functionalTests.html">Functional Tests</a></li>
<li><a href="visualTests.html">Visual Tests</a></li>
<li><a href="filterTests.html">Filter Tests</a></li>
<li><a href="manualTests.html">Manual Tests</a></li>

File diff suppressed because it is too large Load Diff