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

Side by Side Diff: LayoutTests/fast/css/font-face-used-after-retired.html

Issue 7932007: Merge 94508 - <rdar://problem/10071256> Retain retired custom fonts until the next style recalc (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/835/
Patch Set: Created 9 years, 3 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/css/font-face-used-after-retired-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 <style> 1 <style>
2 @font-face { 2 @font-face {
3 font-family: custom; 3 font-family: custom;
4 src: url(no-such-file.ttf); 4 src: url(no-such-file.ttf);
5 } 5 }
6 </style> 6 </style>
7 <!-- content: counter(page) causes the style diff to be "detach" --> 7 <!-- content: counter(page) causes the style diff to be "detach" -->
8 <div style="font-family: custom; content: counter(page);"> 8 <div style="font-family: custom; content: counter(page);">
9 <br>PASS 9 <br>PASS
10 </div> 10 </div>
11 <script> 11 <script>
12 if (window.layoutTestController) { 12 if (window.layoutTestController) {
13 layoutTestController.dumpAsText(); 13 layoutTestController.dumpAsText();
14 layoutTestController.waitUntilDone(); 14 layoutTestController.waitUntilDone();
15 // Must wait for the font to fail to load. 15 // Must wait for the font to fail to load.
16 setTimeout(function() { layoutTestController.notifyDone() }, 100); 16 setTimeout(function() { layoutTestController.notifyDone() }, 100);
17 } 17 }
18 18
19 document.execCommand("SelectAll"); 19 document.execCommand("SelectAll");
20 </script> 20 </script>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/css/font-face-used-after-retired-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698