OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <script src="../../js-test-resources/js-test-pre.js"></script> | 3 <script src="../../js-test-resources/js-test.js"></script> |
4 <style> | 4 <style> |
5 @font-face { | 5 @font-face { |
6 font-family: 'TestFont'; | 6 font-family: 'TestFont'; |
7 src: url(slow-ahem-loading.cgi); | 7 src: url(slow-ahem-loading.cgi); |
8 } | 8 } |
9 </style> | 9 </style> |
10 <script> | 10 <script> |
11 description('Test for FontFaceSet.status attribute'); | 11 description('Test for FontFaceSet.status attribute'); |
12 | 12 |
13 window.jsTestIsAsync = true; | 13 window.jsTestIsAsync = true; |
(...skipping 20 matching lines...) Expand all Loading... |
34 runTests(); | 34 runTests(); |
35 else { | 35 else { |
36 testFailed('document.fonts does not exist'); | 36 testFailed('document.fonts does not exist'); |
37 finishJSTest(); | 37 finishJSTest(); |
38 } | 38 } |
39 </script> | 39 </script> |
40 </head> | 40 </head> |
41 <body> | 41 <body> |
42 </body> | 42 </body> |
43 </html> | 43 </html> |
OLD | NEW |