Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(31)

Side by Side Diff: LayoutTests/fast/text/international/complex-joining-using-gpos.html

Issue 14860019: Move Linux-specific LayoutTests to generic location (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698