OLD | NEW |
| (Empty) |
1 <meta charset=utf-8> | |
2 | |
3 <style> | |
4 .big { font-size: 70px } | |
5 .med { font-size: 30px } | |
6 </style> | |
7 | |
8 <p>This pixel test verifies that we position combining characters properly.</p> | |
9 | |
10 <p>The backslash-looking mark should connect into the the character on the cente
r, not be positioned off to the side.</p> | |
11 <div class=big>क+े = के</div> | |
12 <div class=med>क+े = के</div> | |
13 | |
14 <p>The three words should be separated by spaces, and there should be no | |
15 marks above the spaces.</p> | |
16 <div class=big>เกมส์ ฟังเพลง โปรโมทเว็บ</div> | |
17 <div class=med>เกมส์ ฟังเพลง โปรโมทเว็บ</div> | |
OLD | NEW |