Skip to content

Commit 868ba0a

Browse files
committed
tests: html5 index.html template
1 parent 6c078c5 commit 868ba0a

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

tests/project.xml

+2
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@
1212
<haxelib name="hamcrest"/>
1313

1414
<assets path="fixtures" embed="false"/>
15+
16+
<template path="templates" if="html5"/>
1517
</project>
+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8" />
5+
<title>::APP_TITLE::</title>
6+
<script type="text/javascript" src="./::APP_FILE::.js"></script>
7+
</head>
8+
<body>
9+
<noscript
10+
>Please enable JavaScript in your web browser to run tests.</noscript
11+
>
12+
<script type="text/javascript">
13+
lime.$scripts["::APP_FILE::"]();
14+
</script>
15+
</body>
16+
</html>

0 commit comments

Comments
 (0)