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

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

Issue 1848463002: Include the surrogate character count when updating text state (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@svg-metrics-cleanup-5
Patch Set: 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
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 <script>
11 document.body.offsetLeft; // Kick off loading @font-face
12 if (window.testRunner) {
13 testRunner.waitUntilDone();
14 document.body.onload = function () { testRunner.notifyDone(); };
15 }
16 </script>
17 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698