summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/iframe-loading-lazy-in-viewport-001.html
blob: 408e5309e57d621ca6e486f62533bbd985de0c48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html class="reftest-wait">
<head>
  <meta charset="utf-8">
  <link rel="match" href="iframe-loading-lazy-in-viewport-ref.html">
  <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1860041">
</head>
<body>
  <iframe loading="lazy" src="data:text/html,PASS" onload="document.documentElement.className = ''"></iframe>
  <script>
    document.querySelector("iframe").getBoundingClientRect();
  </script>
</body>
</html>