blob: cf1e7f9c4c6ce2ede81e25080b5329f15a96acb6 [file] [log] [blame]
<script>
window.onload = function() {
var img = document.createElement('img');
img.src = 'http://example.test:8000/resources/square.png';
document.body.appendChild(img);
}
</script>