Index: third_party/WebKit/LayoutTests/svg/text/surrogate-pair-attribute-positions-expected.html |
diff --git a/third_party/WebKit/LayoutTests/svg/text/surrogate-pair-attribute-positions-expected.html b/third_party/WebKit/LayoutTests/svg/text/surrogate-pair-attribute-positions-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..25a2de72ab39a0f6a43454194b066af0fa634c66 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/svg/text/surrogate-pair-attribute-positions-expected.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">𑀏𑀏</text> |
+</svg> |