OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html> | 2 <html> |
3 <body style="font: 1px ahem;"> | 3 <body style="font: 1px ahem;"> |
4 <script> | 4 <script> |
5 if (window.layoutTestController) { | 5 if (window.layoutTestController) { |
6 layoutTestController.dumpAsText(); | 6 layoutTestController.dumpAsText(); |
7 layoutTestController.waitUntilDone(); | 7 layoutTestController.waitUntilDone(); |
8 } | 8 } |
9 | 9 |
10 setTimeout("if (window.layoutTestController) { layoutTestController.notifyDone()
; }", 50); | 10 setTimeout("if (window.layoutTestController) { layoutTestController.notifyDone()
; }", 50); |
11 </script> | 11 </script> |
12 <style> | 12 <style> |
13 @font-face { font-family: "A"; src: url(); } | 13 @font-face { font-family: "A"; src: url(); } |
14 * { font-family: A; } | 14 * { font-family: A; } |
15 </style> | 15 </style> |
16 <nobr><table><hr>PASS | 16 <nobr><table><hr>PASS |
17 </body> | 17 </body> |
18 </html> | 18 </html> |
OLD | NEW |