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

Side by Side Diff: LayoutTests/svg/text/vertical-noncjk-non-existing-glyph.html

Issue 184963008: Pass the correct GlyphPage to glyphDataAndPageForNonCJKCharacterWithGlyphOrientation (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: ...and a newline. Created 6 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/svg/text/vertical-noncjk-non-existing-glyph-expected.txt » ('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 <html>
3 <script>
4 if (window.testRunner) {
5 testRunner.dumpAsText();
6 testRunner.waitUntilDone();
7 }
8 window.onload = function() {
9 if (window.testRunner)
10 testRunner.notifyDone();
11 }
12 </script>
13 <!-- Passes if it does not crash. -->
14 <p>PASS</p>
15 <svg xmlns="http://www.w3.org/2000/svg">
16 <font>
17 <font-face font-family="HappySad"></font-face>
18 </font>
19 <g style="-webkit-writing-mode: vertical-rl; " font-family="HappySad"><text><a ltGlyph>&#x6bd73;</altGlyph></text></g>
20 </svg>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/text/vertical-noncjk-non-existing-glyph-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698