blob: 0b22d6e4fa680af5677ad5f0215be898c2e68d06 (
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/js-test-style.css">
<script src="resources/js-test-pre.js"></script>
</head>
<body>
<p id="description"></p>
<div id="console"></div>
<script src="script-tests/regexp-overflow.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
</html>
|