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