| <html> |
| <style> |
| @font-face { font-family: "A"; src: url(); } |
| summary { font-family: A; } |
| </style> |
| <script> |
| if (window.testRunner) { |
| testRunner.dumpAsText(); |
| testRunner.waitUntilDone(); |
| } |
| |
| function loadComplete() { |
| document.open(); |
| document.write('PASS'); |
| document.close(); |
| setTimeout("finish()", 0); |
| } |
| |
| function finish() { |
| if (window.testRunner) |
| testRunner.notifyDone(); |
| } |
| </script> |
| <body onload="loadComplete()"> |
| <summary> |
| <OBJECT CODEBASE="http://xw2k.sdct.itl.nist.gov/brady/dom/" DATA="./pix/logo.gif"> |
| </summary> |
| </body> |
| </html> |