Mozilla/mozilla/js/tests/js-test-driver-quirks.html
bclary%bclary.com 046573bad4 JavaScript Tests - standardize test reporting for shell and browser, bug 380257
git-svn-id: svn://10.0.0.236/trunk@227049 18797224-902f-48f8-a5cc-f745e15eee43
2007-05-26 00:19:49 +00:00

24 lines
674 B
HTML

<!DOCTYPE html
PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>JavaScript Test Driver - standards mode</title>
<!--
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="shell.js">
</script>
<script type="text/javascript" src="browser.js">
</script>
</head>
<body>
</body>
</html>