Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <meta charset="utf-8"> | |
| 3 <style> | |
| 4 @font-face { | |
| 5 font-family: AhemU; | |
| 6 src: url(../../third_party/adobe-fonts/CSSFWOrientationTest.otf); | |
| 7 } | |
| 8 div { | |
| 9 font-family: Ahem, AhemU; | |
| 10 font-size: 20px; | |
| 11 width: 3ch; | |
| 12 } | |
| 13 </style> | |
| 14 <body> | |
| 15 <div><span>fo–</span>bar</div> | |
| 16 <div><span>国国国</span>bar</div> | |
| 17 <div>あああ<span>bar</span></div> | |
| 18 <div><span>国国、</span>bar</div> | |
| 19 </body> | |
| OLD | NEW |