983985-2.html (436B)
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 .outer { 12 font: italic 36px test; 13 width: 2.5em; /* enough to display "hello" but not the hexbox */ 14 overflow: hidden; 15 } 16 .inner { 17 width: 10em; 18 } 19 </style> 20 </head> 21 <body> 22 <div class="outer"> 23 <div class="inner"> 24 hello ԰ world 25 </div> 26 </div> 27 </body> 28 </html>