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

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

Issue 8044027: Merge 95959 - Delete retired custom font data only on document (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-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 <body style="font: 1px ahem;"> 3 <body style="font: 1px ahem;">
4 <script> 4 <script>
5 if (window.layoutTestController) { 5 if (window.layoutTestController) {
6 layoutTestController.dumpAsText(); 6 layoutTestController.dumpAsText();
7 layoutTestController.waitUntilDone(); 7 layoutTestController.waitUntilDone();
8 } 8 }
9 9
10 setTimeout("if (window.layoutTestController) { layoutTestController.notifyDone() ; }", 50); 10 setTimeout("if (window.layoutTestController) { layoutTestController.notifyDone() ; }", 50);
11 </script> 11 </script>
12 <style> 12 <style>
13 @font-face { font-family: "A"; src: url(); } 13 @font-face { font-family: "A"; src: url(); }
14 * { font-family: A; } 14 * { font-family: A; }
15 </style> 15 </style>
16 <nobr><table><hr>PASS 16 <nobr><table><hr>PASS
17 </body> 17 </body>
18 </html> 18 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/text/custom-font-data-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698