Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /html/semantics/embedded-content/the-iframe-element/iframe-loading-lazy-in-viewport-001.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<html class="reftest-wait">
<head>
<meta charset="utf-8">
<link rel="match" href="iframe-loading-lazy-in-viewport-ref.html">
</head>
<body>
<iframe loading="lazy" src="data:text/html,PASS" onload="document.documentElement.className = ''"></iframe>
<script>
document.querySelector("iframe").getBoundingClientRect();
</script>
</body>
</html>