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>𠮟</div> |
+<div style="-webkit-writing-mode: vertical-lr;">𠮟</div> |