js/src/tests/jsreftest.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/js/src/tests/jsreftest.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,19 @@
     1.4 +<html class="reftest-wait">
     1.5 +  <head>
     1.6 +  <title>JavaScript Test Driver - reftests</title>
     1.7 +    <!--
     1.8 +      This test driver is to be invoked using 
     1.9 +      jsreftest.html?test=path-to-test-js
    1.10 +
    1.11 +      It will load the associated test javascript file 
    1.12 +      using the default script language attributes, then execute the
    1.13 +      test.
    1.14 +    -->
    1.15 +    <script type="text/javascript" src="shell.js">
    1.16 +    </script>
    1.17 +    <script type="text/javascript" src="browser.js">
    1.18 +    </script>
    1.19 +  </head>
    1.20 +  <body>
    1.21 +  </body>
    1.22 +</html>

mercurial