OLD | NEW |
---|---|
1 <html> | 1 <html> |
2 <style> | 2 <style> |
3 @font-face { | 3 @font-face { |
4 font-family: test; | 4 font-family: test; |
5 src: url(../custom/resources/ABCFont.svg) format("svg"); | 5 src: url(../custom/resources/ABCFont.svg) format("svg"); |
6 } | 6 } |
7 </style> | 7 </style> |
8 <style> | 8 <style> |
9 body { | 9 body { |
10 font-family: test; | 10 font-family: test; |
(...skipping 19 matching lines...) Expand all Loading... | |
30 } | 30 } |
31 }, 10); | 31 }, 10); |
32 } | 32 } |
33 </script> | 33 </script> |
34 <body> | 34 <body> |
35 <div id="output_div"> | 35 <div id="output_div"> |
36 <p id="text_in_svg_font">This test passes if selecting the text does not c rash.</p> | 36 <p id="text_in_svg_font">This test passes if selecting the text does not c rash.</p> |
37 </div> | 37 </div> |
38 </body> | 38 </body> |
39 </html> | 39 </html> |
OLD | NEW |