2016-02-26 11:33:39 -08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>Unit Tests for Horizontal Scratch-Blockly</title>
|
|
|
|
<script src="../../blockly_uncompressed_horizontal.js"></script>
|
|
|
|
<script>goog.require('goog.testing.jsunit');</script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<script src="blockly_test.js"></script>
|
|
|
|
<script src="block_test.js"></script>
|
|
|
|
<script src="connection_test.js"></script>
|
2016-02-29 12:35:52 -08:00
|
|
|
<script src="connection_db_test.js"></script>
|
2016-02-26 11:33:39 -08:00
|
|
|
<script src="generator_test.js"></script>
|
|
|
|
<script src="names_test.js"></script>
|
|
|
|
<script src="workspace_test.js"></script>
|
|
|
|
<script src="xml_test.js"></script>
|
2016-03-31 16:36:11 +02:00
|
|
|
<script src="svg_test.js"></script>
|
|
|
|
|
|
|
|
<div id="blocklyDiv" style="display: none; height: 480px; width: 600px;"></div>
|
|
|
|
<xml id="toolbox" style="display: none"></xml>
|
2016-02-26 11:33:39 -08:00
|
|
|
</body>
|
|
|
|
</html>
|