summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/service-workers/service-worker/resources/update/update-after-oneday.https.html
blob: 9d4c98272187e52947e710189c9fa1cfafbf4b22 (plain)
1
2
3
4
5
6
7
8
<body>
<script>
function load_image(url) {
  var img = document.createElement('img');
  img.src = url;
}
</script>
</body>