summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/manual-tests/frames/resources/blit-on-scroll-subsubframe.html
blob: 90840964463624835a030710ffed655fd2ee123e (plain)
1
2
3
4
5
6
7
8
9
10
<style type="text/css" media="screen">
  iframe {
    padding: 10px;
  }
  
  body {
      background-color: gray;
      height: 1000px;
  }
</style>