blob: 690318ba2807e08e77f6e7e1e713398d6e5e2ad3 [file] [log] [blame]
<html>
<body></body>
<script>
// We have this as a script to suppress preloading.
const elem = document.createElement('img');
elem.src = 'abe.png';
document.body.appendChild(elem);
</script>
</html>