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

Side by Side Diff: LayoutTests/svg/css/font-face-crash.html

Issue 12919016: Merge 142928 "Crash when selecting a HarfBuzz text run with SVG ..." (Closed) Base URL: https://svn.webkit.org/repository/webkit/branches/chromium/1410/
Patch Set: Created 7 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
« no previous file with comments | « LayoutTests/ChangeLog ('k') | LayoutTests/svg/css/font-face-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 <html> 1 <html>
2 <style> 2 <style>
3 @font-face { 3 @font-face {
4 font-family: test; 4 font-family: test;
5 src: url(../custom/resources/ABCFont.svg) format("svg"); 5 src: url(../custom/resources/ABCFont.svg) format("svg");
6 } 6 }
7 </style> 7 </style>
8 <style> 8 <style>
9 body { 9 body {
10 font-family: test; 10 font-family: test;
(...skipping 19 matching lines...) Expand all
30 } 30 }
31 }, 10); 31 }, 10);
32 } 32 }
33 </script> 33 </script>
34 <body> 34 <body>
35 <div id="output_div"> 35 <div id="output_div">
36 <p id="text_in_svg_font">This test passes if selecting the text does not c rash.</p> 36 <p id="text_in_svg_font">This test passes if selecting the text does not c rash.</p>
37 </div> 37 </div>
38 </body> 38 </body>
39 </html> 39 </html>
OLDNEW
« no previous file with comments | « LayoutTests/ChangeLog ('k') | LayoutTests/svg/css/font-face-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698