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