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

Side by Side Diff: LayoutTests/fast/text/vertical-surrogate-pair.html

Issue 145473002: Chromium for Mac cannot print surrogate pair in vertical writing mode (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Changed comments. Created 6 years, 10 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 <style>
2 div { font-family: 'hiragino mincho pro'; font-size: 48px; }
3 </style>
4 <p>
5 These two glyphs should look the same:
6 </p>
7 <div>&#x20b9f;</div>
8 <div style="-webkit-writing-mode: vertical-lr;">&#x20b9f;</div>
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/platform/mac/fast/text/vertical-surrogate-pair-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698