Chromium Code Reviews

Side by Side 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.
Jump to:
View unified diff |
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <svg width="200" height="100">
3 <style>
4 @font-face {
5 font-family: MyFont;
6 src: url(../../third_party/adobe-fonts/CSSFWOrientationTest.otf);
7 }
8 </style>
9 <text font-family="MyFont" font-size="50" x="0 100" y="50">&#x1100F;&#x1100F;< /text>
10 </svg>
OLDNEW

Powered by Google App Engine