Mozilla/mozilla/js/tests/js-test-driver-quirks.html
bob%bclary.com c27a6c2a18 Add ability to run js/tests from browsers. Bug 263119
git-svn-id: svn://10.0.0.236/trunk@170902 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-18 19:09:59 +00:00

19 lines
493 B
HTML

<html>
<head>
<!--
This test driver is to be invoked using
js-tests-driver.html?test=path-to-test-js&amp;language=javascriptx.x
It will load the associated test javascript file and
using the requested script language attribute, then execute the
test.
-->
<script type="text/javascript" src="js-test-driver-begin.js">
</script>
</head>
<body>
<script type="text/javascript" src="js-test-driver-end.js">
</script>
</body>
</html>