blob: 2b2def5735ae0c7966dd83dd2bc5487b0707e847 [file] [edit]
<!doctype html>
<html class="reftest-wait">
<div style="height: 100px"></div>
<iframe id=myframe src="/images/green.png"></iframe>
<script>
myframe.onload = () => document.documentElement.classList.remove('reftest-wait');
</script>
</html>