gecko-dev/js/tests/js-test-driver-quirks.html

19 строки
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>