OLD | NEW |
1 <html> | 1 <html> |
2 <style> | 2 <style> |
3 @font-face { font-family: "A"; src: url(); } | 3 @font-face { font-family: "A"; src: url(); } |
4 summary { font-family: A; } | 4 summary { font-family: A; } |
5 </style> | 5 </style> |
6 <script> | 6 <script> |
7 if (window.layoutTestController) { | 7 if (window.layoutTestController) { |
8 layoutTestController.dumpAsText(); | 8 layoutTestController.dumpAsText(); |
9 layoutTestController.waitUntilDone(); | 9 layoutTestController.waitUntilDone(); |
10 } | 10 } |
11 | 11 |
12 function loadComplete() { | 12 function loadComplete() { |
13 document.open(); | 13 document.open(); |
14 document.write('PASS'); | 14 document.write('PASS'); |
15 document.close(); | 15 document.close(); |
16 setTimeout("finish()", 0); | 16 setTimeout("finish()", 0); |
17 } | 17 } |
18 | 18 |
19 function finish() { | 19 function finish() { |
20 if (window.layoutTestController) | 20 if (window.layoutTestController) |
21 layoutTestController.notifyDone(); | 21 layoutTestController.notifyDone(); |
22 } | 22 } |
23 </script> | 23 </script> |
24 <body onload="loadComplete()"> | 24 <body onload="loadComplete()"> |
25 <summary> | 25 <summary> |
26 <OBJECT CODEBASE="http://xw2k.sdct.itl.nist.gov/brady/dom/" DATA="./pix/logo.gif
"> | 26 <OBJECT CODEBASE="http://xw2k.sdct.itl.nist.gov/brady/dom/" DATA="./pix/logo.gif
"> |
27 </summary> | 27 </summary> |
28 </body> | 28 </body> |
29 </html> | 29 </html> |
OLD | NEW |