summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/manual-tests/frames/resources/blit-on-scroll-subframe.html
blob: b0dc4b9eb5858987f177a76e81076822166287b5 (plain)
1
2
3
4
5
6
7
8
9
10
<style type="text/css" media="screen">
  iframe {
    border: 1px solid black;
  }
  
  body {
      height: 1000px;
  }
</style>
<iframe id="subframe" src="blit-on-scroll-subsubframe.html" width="280" height="250"></iframe>