summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/http/tests/css/performance-info-with-cached-sheet.html
blob: 9cf471c1f7c0242a291982e345b5a147b1d0012b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<script src="/js-test-resources/ahem.js"></script>
<link rel="stylesheet" href="resources/has-cached-resources.css">
<script src="resources/url.js"></script>
<script>
if (window.testRunner)
    testRunner.waitUntilDone();

onload = function() {
    // After caching hasCachedResource.css and resources contained by the stylesheet,
    // visit some different page.
    window.location.href = baseURL() + "resources/performance-info-with-cached-sheet-next.html";
}
</script>
<div class="unused"></div>
<div style="font-family: AcidAhemTest">Acid Ahem Test Font</div>