<html>
<body>
<script src="common.js"></script>
<script>
function checkSubframeImage() {
return imageLoadedPromise(window.frames[0].document.images[0]);
}
</script>
<img src="image.png?mainframe"/>
<iframe src="REPLACE_WITH_BASE_URLload_image/image_delayed_load.html"></iframe>
</body>
</html>