OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <script src="../js/resources/js-test-pre.js"></script> | 3 <script src="../js/resources/js-test-pre.js"></script> |
4 <style> | 4 <style> |
5 /* Test 1: Invalid font data */ | 5 /* Test 1: Invalid font data */ |
6 @font-face { | 6 @font-face { |
7 font-family: myfont1; | 7 font-family: myfont1; |
8 src: url('resources/invalidfont.png') format(opentype); | 8 src: url('resources/invalidfont.png') format(opentype); |
9 } | 9 } |
10 | 10 |
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
78 finishJSTest(); | 78 finishJSTest(); |
79 } | 79 } |
80 </script> | 80 </script> |
81 </head> | 81 </head> |
82 <body> | 82 <body> |
83 <div style="font-family: myfont1">font1</div> | 83 <div style="font-family: myfont1">font1</div> |
84 <div style="font-family: myfont2">font2</div> | 84 <div style="font-family: myfont2">font2</div> |
85 <div style="font-family: myfont3">font3</div> | 85 <div style="font-family: myfont3">font3</div> |
86 <div style="font-family: myfont4">font4</div> | 86 <div style="font-family: myfont4">font4</div> |
87 <div style="font-family: myfont5">font5</div> | 87 <div style="font-family: myfont5">font5</div> |
88 <script src="../js/resources/js-test-post.js"></script> | |
89 </body> | 88 </body> |
90 </html> | 89 </html> |
OLD | NEW |