You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
799 B
24 lines
799 B
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Director HTML5 Tests</title>
|
|
<link rel="stylesheet" href="/files/node_modules/qunitjs/qunit/qunit.css">
|
|
</head>
|
|
<body>
|
|
<p>Note: in order to execute HTML5 mode test this file needs to be served with provided nodejs backend. Start the server from <kbd>director/test/browser/backend</kbd> and go to <kbd>http://localhost:8080/</kbd> to launch the tests.</p>
|
|
|
|
<div id="qunit"></div>
|
|
<div id="qunit-fixture"></div>
|
|
|
|
<script>
|
|
var HTML5TEST = true;
|
|
</script>
|
|
|
|
<script src="/files/node_modules/qunitjs/qunit/qunit.js"></script>
|
|
<script src="/files/build/director.js"></script>
|
|
<script src="/files/helpers/api.js"></script>
|
|
<script src="/files/html5-routes-test.js"></script>
|
|
</body>
|
|
</html>
|