Index: third_party/WebKit/LayoutTests/svg/text/surrogate-pair-attribute-positions.html |
diff --git a/third_party/WebKit/LayoutTests/svg/text/surrogate-pair-attribute-positions.html b/third_party/WebKit/LayoutTests/svg/text/surrogate-pair-attribute-positions.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..5c7898f81b97c4f7418b575e3d8df9507990787c |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/svg/text/surrogate-pair-attribute-positions.html |
@@ -0,0 +1,10 @@ |
+<!DOCTYPE html> |
+<svg width="200" height="100"> |
+ <style> |
+ @font-face { |
+ font-family: MyFont; |
+ src: url(../../third_party/adobe-fonts/CSSFWOrientationTest.otf); |
+ } |
+ </style> |
+ <text font-family="MyFont" font-size="50" x="0 100" y="50">𑀏<tspan>𑀏</tspan></text> |
+</svg> |