Add copy of .ttf font with .eot extension for testing
[wine-gecko.git] / js / tests / js-test-driver-standards.html
blob2d75430c4ceb16a99b41a57fae810bfa8c7c92fc
1 <!DOCTYPE html
2 PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
3 "http://www.w3.org/TR/html4/loose.dtd">
5 <html xmlns="http://www.w3.org/1999/xhtml">
6 <head>
7 <title>JavaScript Test Driver - standards mode</title>
8 <!--
9 This test driver is to be invoked using
10 js-tests-driver.html?test=path-to-test-js&amp;language=javascriptx.x
12 It will load the associated test javascript file and
13 using the requested script language attribute, then execute the
14 test.
15 -->
16 <script type="text/javascript" src="shell.js">
17 </script>
18 <script type="text/javascript" src="browser.js">
19 </script>
20 </head>
21 <body>
22 </body>
23 </html>