mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 20:48:28 +08:00
cleaned up old test directory
This commit is contained in:
parent
3204318a41
commit
c0313e360e
@ -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>
|
@ -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
Loading…
Reference in New Issue
Block a user