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

Side by Side Diff: LayoutTests/fast/text/international/vertical-positioning-with-combining-marks-expected.html

Issue 180893004: Adjust both x and y position when drawing glyphs (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: w/mac fix Created 6 years, 9 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
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf8">
5 <style>
6 div {
7 font-size: 24pt;
8 position: relative;
9 }
10 div > span {
11 visibility: hidden;
12 display: inline-block;
13 position: absolute;
14 top: 0px;
15 left: 0px;
16 width: 100%;
17 height: 9pt;
18 background: white;
19 }
20 </style>
21 </head>
22 <body>
23 <div>ب-ب-ب<span id="mask">&nbsp;</span></div>
24 <p>
25 The three Arabic glyphs above should have the same baseline.
26 </p>
27 </body>
28 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698