summaryrefslogtreecommitdiffstats
path: root/LayoutTests/http/tests/cookies/script-tests/TEMPLATE.html
blob: 6483f500679a670a996ec2c9495e9aa3c4864a6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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>