| <!DOCTYPE html> | |
| <html> | |
| <body style="font: 1px ahem;"> | |
| <script> | |
| if (window.testRunner) { | |
| testRunner.dumpAsText(); | |
| testRunner.waitUntilDone(); | |
| } | |
| setTimeout("if (window.testRunner) { testRunner.notifyDone(); }", 50); | |
| </script> | |
| <style> | |
| @font-face { font-family: "A"; src: url(); } | |
| * { font-family: A; } | |
| </style> | |
| <nobr><table><hr>PASS | |
| </body> | |
| </html> |