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

Side by Side Diff: LayoutTests/svg/text/text-style-recalc-crash.html

Issue 8041050: Merge 95301 - cachedFont not getting updated for inline SVG text. (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/835/
Patch Set: Created 9 years, 2 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/text-style-recalc-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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 Test passes if it does not crash. 3 Test passes if it does not crash.
4 <svg viewBox="0 0 1 1"> 4 <svg viewBox="0 0 1 1">
5 <font-face font-family="A"> 5 <font-face font-family="A">
6 <font-face-src> 6 <font-face-src>
7 <font-face-uri xlink:href="A"/> 7 <font-face-uri xlink:href="A"/>
8 </font-face-src> 8 </font-face-src>
9 </font-face> 9 </font-face>
10 <g font-family="A"> 10 <g font-family="A">
11 <text>PASS</text> 11 <text>PASS</text>
12 <script> 12 <script>
13 if (window.layoutTestController) 13 if (window.layoutTestController)
14 layoutTestController.dumpAsText(); 14 layoutTestController.dumpAsText();
15 15
16 document.execCommand("SelectAll"); 16 document.execCommand("SelectAll");
17 </script> 17 </script>
18 <g> 18 <g>
19 <text></text> 19 <text></text>
20 </g> 20 </g>
21 </g> 21 </g>
22 </svg> 22 </svg>
23 </html> 23 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/text/text-style-recalc-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698