tenfourfox/js/src/tests/jsreftest.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

20 lines
501 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.
-->
<script type="text/javascript" src="shell.js">
</script>
<script type="text/javascript" src="browser.js">
</script>
</head>
<body>
</body>
</html>