summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/compositing/iframes/fixed-position-iframe.html
blob: 463bea9637ff7a05d2856631c2c63fa21ba6f611 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html>
<head>
<style>
  iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    border-width: 0px;
  }
</style>
</head>
<body>
  <!-- this test should only show green -->
  <iframe id="iframe" src="resources/fixed-position-subframe.html"></iframe>
</body>
</html>