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

Side by Side Diff: LayoutTests/http/tests/css/performance-info-with-cached-sheet.html

Issue 1212753002: Convert tests (except fast/, imported/) using ahem font to ahem.js style (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <script src="/js-test-resources/ahem.js"></script>
2 <link rel="stylesheet" href="resources/has-cached-resources.css"> 3 <link rel="stylesheet" href="resources/has-cached-resources.css">
3 <script src="resources/url.js"></script> 4 <script src="resources/url.js"></script>
4 <script> 5 <script>
5 if (window.testRunner) 6 if (window.testRunner)
6 testRunner.waitUntilDone(); 7 testRunner.waitUntilDone();
7 8
8 onload = function() { 9 onload = function() {
9 // After caching hasCachedResource.css and resources contained by the styles heet, 10 // After caching hasCachedResource.css and resources contained by the styles heet,
10 // visit some different page. 11 // visit some different page.
11 window.location.href = baseURL() + "resources/performance-info-with-cached-s heet-next.html"; 12 window.location.href = baseURL() + "resources/performance-info-with-cached-s heet-next.html";
12 } 13 }
13 </script> 14 </script>
14 <div class="unused"></div> 15 <div class="unused"></div>
15 <div style="font-family: AcidAhemTest">Acid Ahem Test Font</div> 16 <div style="font-family: AcidAhemTest">Acid Ahem Test Font</div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698