summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/rendering/replaced-elements/embedded-content/tall-cross-domain-iframe-in-scrolled.sub-ref.html
blob: 01c1e2f86f4dd4f610f9070101a83de6d7bdd045 (plain)
1
2
3
4
5
6
7
8
9
<!doctype html>
<html class="reftest-wait">
<iframe id=myframe style="width: 300px; height: 1000px" src="resources/tall.html"></iframe>
<div style="height: 2000px"></div>
<script>
  window.scrollTo(0, 700);
  myframe.onload = () => document.documentElement.classList.remove('reftest-wait');
</script>
</html>