blob: 64f82d5668c7ce7df2d912bec0e8522a905729be (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<link rel="stylesheet" href="../resources/js-test-style.css">
<script src="../resources/js-test-pre.js"></script>
</head>
<body>
<script>
description("KDE JS Test");
</script>
<script src="script-tests/crash-2.js"></script>
<script src="../resources/js-test-post.js"></script>
</body>
</html>
|