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

Unified 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, 11 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/text/vertical-surrogate-pair.html
diff --git a/LayoutTests/fast/text/vertical-surrogate-pair.html b/LayoutTests/fast/text/vertical-surrogate-pair.html
new file mode 100644
index 0000000000000000000000000000000000000000..814992fff2ef5cdbd7b932c5abc12b667e12f8b8
--- /dev/null
+++ b/LayoutTests/fast/text/vertical-surrogate-pair.html
@@ -0,0 +1,8 @@
+<style>
+ div { font-family: 'hiragino mincho pro'; font-size: 48px; }
+</style>
+<p>
+ These two glyphs should look the same:
+</p>
+<div>&#x20b9f;</div>
+<div style="-webkit-writing-mode: vertical-lr;">&#x20b9f;</div>
« 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