summaryrefslogtreecommitdiffstats
path: root/LayoutTests/storage/script-tests/TEMPLATE.html
diff options
context:
space:
mode:
Diffstat (limited to 'LayoutTests/storage/script-tests/TEMPLATE.html')
-rw-r--r--LayoutTests/storage/script-tests/TEMPLATE.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/LayoutTests/storage/script-tests/TEMPLATE.html b/LayoutTests/storage/script-tests/TEMPLATE.html
new file mode 100644
index 0000000..eb1d038
--- /dev/null
+++ b/LayoutTests/storage/script-tests/TEMPLATE.html
@@ -0,0 +1,13 @@
+<html>
+<head>
+<link rel="stylesheet" href="../fast/js/resources/js-test-style.css">
+<script src="../fast/js/resources/js-test-pre.js"></script>
+<script src="resources/fs-test-util.js"></script>
+</head>
+<body>
+<p id="description"></p>
+<div id="console"></div>
+<script src="YOUR_JS_FILE_HERE"></script>
+<script src="../fast/js/resources/js-test-post.js"></script>
+</body>
+</html>