OLD | NEW |
1 <html> | 1 <html> |
2 Test passes if it does not crash. | 2 Test passes if it does not crash. |
3 <style> | 3 <style> |
4 @font-face { font-family: inherit; } | 4 @font-face { font-family: inherit; } |
5 | 5 |
6 @font-face { font-family: initial; } | 6 @font-face { font-family: initial; } |
7 </style> | 7 </style> |
8 <script> | 8 <script> |
9 if (window.layoutTestController) | 9 if (window.layoutTestController) |
10 layoutTestController.dumpAsText(); | 10 layoutTestController.dumpAsText(); |
11 | 11 |
12 document.body.offsetTop; | 12 document.body.offsetTop; |
13 </script> | 13 </script> |
14 </html> | 14 </html> |
OLD | NEW |