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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/text/surrogate-pair-attribute-positions.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 unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/svg/text/surrogate-pair-attribute-positions-expected.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;<tspan>&#x 1100F;</tspan></text>
10 </svg>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/svg/text/surrogate-pair-attribute-positions-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698