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

Side by Side Diff: LayoutTests/svg/text/alt-glyph-for-surrogate-pair.svg

Issue 11845002: Merge 138316 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1364/
Patch Set: Created 7 years, 11 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 | LayoutTests/svg/text/alt-glyph-for-surrogate-pair-expected.svg » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/x link"> 1 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/x link">
2 <svg width="200" height="100" xmlns="http://www.w3.org/2000/svg"> 2 <svg width="200" height="100" xmlns="http://www.w3.org/2000/svg">
3 <font> 3 <font>
4 <font-face font-family="xyzzy" units-per-em="10"/> 4 <font-face font-family="xyzzy" units-per-em="10"/>
5 <glyph id="sekrit" horiz-adv-x="14" d="m0,0 l10,0 l0,10 l-10,0 z"/> 5 <glyph id="sekrit" horiz-adv-x="14" d="m0,0 l10,0 l0,10 l-10,0 z"/>
6 </font> 6 </font>
7 <text x="25" y="25" font-family="xyzzy" stroke-width="10"><altGlyph fill="gr een" xlink:href="#sekrit">ڠ&#xf62cd;</altGlyph>PASSED</text> 7 <text x="25" y="25" font-family="xyzzy" stroke-width="10"><altGlyph fill="gr een" xlink:href="#sekrit">ڠ&#xf62cd;</altGlyph>PASSED</text>
8 </svg> 8 </svg>
9 </html> 9 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/text/alt-glyph-for-surrogate-pair-expected.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698