Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / international / hebrew-vowels.html
blobdd91087d88c8b87ca1d25c0690ed964e2fa312f3
1 <p>This test covers Hebrew vowel positioning.</p>
3 <hr>
5 <p>The vowel (two vertical dots) should be centered beneath the main
6 letter.</p>
7 <div style='font-size:500%'>
8 &#x5e1;&#x5b0; <!-- HEBREW LETTER SAMEKH, HEBREW POINT SHEVA -->
9 &#x5e9;&#x5b0; <!-- HEBREW LETTER SHIN, HEBREW POINT SHEVA -->
10 </div>
12 <hr>
14 <p>The dot should be positioned on the right side of the first letter,
15 and on the left side of the second one.</p>
16 <div style='font-size:500%'>
17 &#x5e9;&#x5c1;<br> <!-- HEBREW LETTER SHIN, HEBREW POINT SHIN DOT -->
18 &#x5e9;&#x5c2; <!-- HEBREW LETTER SHIN, HEBREW POINT SIN DOT -->
19 </div>