983985-1.html (267B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <title>Bug 983985</title> 6 <style> 7 @font-face { 8 font-family: test; 9 src: url(../fonts/dejavu-sans/DejaVuSans.ttf); 10 } 11 body { 12 font: 36px test; 13 } 14 </style> 15 </head> 16 <body> 17 hello <i>԰</i> world 18 </body> 19 </html>