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

Side by Side Diff: LayoutTests/fast/css/font-face-insert-link.html

Issue 9595009: Merge 108574 - REGRESSION (r104060): Web font is not loaded if specified by link element dynamicall… (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1025/
Patch Set: Created 8 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 | « no previous file | LayoutTests/fast/css/font-face-insert-link-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 <head> 1 <head>
2 <script src="../js/resources/js-test-pre.js"></script> 2 <script src="../js/resources/js-test-pre.js"></script>
3 <style> 3 <style>
4 .test { 4 .test {
5 font-family: 'myahem'; 5 font-family: 'myahem';
6 } 6 }
7 #a, #b, #container { position:absolute; } 7 #a, #b, #container { position:absolute; }
8 #b { top: 20px } 8 #b { top: 20px }
9 </style> 9 </style>
10 </head> 10 </head>
(...skipping 19 matching lines...) Expand all
30 var b = document.getElementById('b'); 30 var b = document.getElementById('b');
31 shouldBeFalse('window.getComputedStyle(a).width == window.getComputedSty le(b).width'); 31 shouldBeFalse('window.getComputedStyle(a).width == window.getComputedSty le(b).width');
32 finishJSTest(); 32 finishJSTest();
33 }, 33 },
34 500 34 500
35 ); 35 );
36 }, 36 },
37 1); 37 1);
38 </script> 38 </script>
39 <script src="../js/resources/js-test-post.js"></script> 39 <script src="../js/resources/js-test-post.js"></script>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/css/font-face-insert-link-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698