summaryrefslogtreecommitdiff
path: root/framework/Web/Javascripts/tests/compression.html
blob: 66e10a9766c2d82f9e83899814799f30181f2d32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
	   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Test all compressed JS</title>
<script type="text/javascript" src="../../base.js"></script>
<script type="text/javascript" src="../../dom.js"></script>
<script type="text/javascript" src="../../effects.js"></script>
<script type="text/javascript" src="../../rico.js"></script>
<script type="text/javascript" src="../../template.js"></script>
<script type="text/javascript" src="../../validator.js"></script>

</head>
<body>
OK
</body>
</html>