blob: 91b55403b8a095025a93a31317ae6cbe0b347601 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<html class="reftest-wait">
<head>
<title>JavaScript Test Driver - reftests</title>
<!--
This test driver is to be invoked using
jsreftest.html?test=path-to-test-js
It will load the associated test javascript file
using the default script language attributes, then execute the
test.
-->
</head>
<body>
<!--
print() appends div-element children to this, so this div must appear
before all script elements.
-->
<div id="jsreftest-print-output-container"></div>
<script type="text/javascript" src="shell.js"></script>
<script type="text/javascript" src="browser.js"></script>
</body>
</html>
|