summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/service-workers/service-worker/resources/appcache-ordering.is-appcached.html
blob: 485ab1771973bbea532851150096e156bf2bf7f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<html> <!-- Intentionally does NOT include a manifest attribute -->
<body>
<!-- This should FALLBACK to ordering.is_appcached.js as specified in manifest
     when the appcache is present -->
<script src="appcache-ordering.is-appcached404.js"></script>
<script>

// If the script of the fallback resource loaded, is_appcached will be defined.
window.parent.notify_is_appcached(typeof is_appcached != 'undefined');

</script>
</body>
</html>