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

Side by Side Diff: LayoutTests/fast/text/custom-font-data-crash2.html

Issue 8273018: Merge 97402 - Source/WebCore: Register custom fonts at their creation time, rather than at retire... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/874/
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/fast/text/custom-font-data-crash2-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 <style> 3 <style>
4 @font-face { font-family: A; src: url(); } 4 @font-face { font-family: A; src: url(); }
5 #y { font-family: A; } 5 #y { font-family: A; }
6 #y:first-letter { content: "A"; } 6 #y:first-letter { content: "A"; }
7 </style> 7 </style>
8 <body> 8 <body>
9 <div id="y">EFGH</div> 9 <div id="y">EFGH</div>
10 </body> 10 </body>
(...skipping 13 matching lines...) Expand all
24 document.execCommand('selectall'); 24 document.execCommand('selectall');
25 25
26 // Let the font load to finish. 26 // Let the font load to finish.
27 setTimeout("finish()", 50); 27 setTimeout("finish()", 50);
28 </script> 28 </script>
29 <style> 29 <style>
30 #y:before { content: "ABCD"; } 30 #y:before { content: "ABCD"; }
31 </style> 31 </style>
32 </body> 32 </body>
33 </html> 33 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/text/custom-font-data-crash2-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698