chromium/third_party/blink/web_tests/external/wpt/service-workers/service-worker/resources/update/update-after-oneday.https.html

<body>
<script>
function load_image(url) {
  var img = document.createElement('img');
  img.src = url;
}
</script>
</body>