summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/testing/data/shifted_plugin_containing_page.html
blob: 8040c78dc48b50486fd140f22a82fb299469fbfc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE HTML>
<html>
<head>
  <style type="text/css">
    body { margin: 0; padding: 0; }
  </style>
</head>
<body>
  <div style="width: 200px; height: 100vh"></div>
  <iframe
      src="plugin_hidden_before_scroll.html"
      id="iframe-with-plugin"
      height="40"
      width="40"
      frameBorder="0">
  </iframe>
  <div style="width: 200px; height: 100vh"></div>
</body>
</html>