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