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

Unified Diff: third_party/WebKit/LayoutTests/svg/text/surrogate-pair-attribute-positions-expected.html

Issue 1866703002: Use characters (not code units) when computing value list positions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@svg-metrics-cleanup-14
Patch Set: Simplify the test some more. Created 4 years, 8 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: 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">&#x1100F;&#x1100F;</text>
+</svg>

Powered by Google App Engine
This is Rietveld 408576698