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

Side by Side Diff: LayoutTests/svg/text/alt-glpyh-on-fallback-font-crash.svg

Issue 11339015: Merge 130999 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1271/
Patch Set: Created 8 years, 1 month 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-glpyh-on-fallback-font-crash-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
1 <svg xmlns="http://www.w3.org/2000/svg"> 1 <svg xmlns="http://www.w3.org/2000/svg">
2 <g> 2 <g>
3 <defs> 3 <defs>
4 <font> 4 <font>
5 <font-face font-family="HappySad"> 5 <font-face font-family="HappySad">
6 </font-face> 6 </font-face>
7 </font> 7 </font>
8 </defs> 8 </defs>
9 <g font-family="HappySad" style="-webkit-writing-mode: vertical-rl; "> 9 <g font-family="HappySad" style="-webkit-writing-mode: vertical-rl; ">
10 <text> 10 <text>
11 <altGlyph>A</altGlyph> 11 <altGlyph>A</altGlyph>
12 A: This test passes if you see two As at the start of this message. 12 A: This test passes if you see two As at the start of this message.
13 </text> 13 </text>
14 </g> 14 </g>
15 </g> 15 </g>
16 <script> 16 <script>
17 if (window.testRunner) 17 if (window.testRunner)
18 testRunner.dumpAsText(); 18 testRunner.dumpAsText();
19 19
20 var docElement = document.body ? document.body : document.documentElement; 20 var docElement = document.body ? document.body : document.documentElement;
21 if (docElement) docElement.offsetTop; 21 if (docElement) docElement.offsetTop;
22 </script> 22 </script>
23 </svg> 23 </svg>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/text/alt-glpyh-on-fallback-font-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698