convert all tests to use tests/test.js

all tests now run from the source files directly instead of the built
verion in build/.
This commit is contained in:
MoyuScript
2011-12-11 18:12:20 +01:00
parent 15eefadbf9
commit a98c229bf6
16 changed files with 30 additions and 180 deletions

View File

@ -3,18 +3,9 @@
<head>
<title>External content tests</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="#" type="text/css" rel="stylesheet">
<script type="text/javascript" src="../external/jquery-1.6.2.js"></script>
<script type="text/javascript" src="../build/html2canvas.js"></script>
<script type="text/javascript" src="../build/jquery.plugin.html2canvas.js"></script>
<script type="text/javascript">
$(window).ready(function() {
$('body').html2canvas();
});
</script>
<link href="#" type="text/css" rel="stylesheet">
<script type="text/javascript" src="test.js"></script>
</head>
<body>
<h1>Iframe</h1>