summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/support/iframe-with-object.html
blob: c983a9d36d10b62e245ccb9377370f7a73511916 (plain)
1
2
3
4
5
6
7
8
9
10
<!doctype html>
<meta charset=utf-8>
<title>Display:none iframe with object tag</title>
<script>
  // If this document is loaded as a display:none iframe, forcing an update here
  // means we do not need a style or layout update after the object is inserted
  // below because we are not being rendered.
  document.documentElement.offsetTop;
</script>
<object data="data:text/html,frame"></object>