summaryrefslogtreecommitdiff
path: root/js/src/tests/js-test-driver-quirks.html
blob: 2d75430c4ceb16a99b41a57fae810bfa8c7c92fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!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>