mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-30 03:08:38 +09:00
23 lines
673 B
HTML
23 lines
673 B
HTML
<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>
|