| OLD | NEW |
| 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> |
| OLD | NEW |