summaryrefslogtreecommitdiffstats
path: root/layout/reftests/transform/iframe-1.html
blob: 6a2b621df9d6c27b9c6cd763048e7e20f086a67c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
  <head>
    <style>
      iframe {
        height: 200px;
        width: 300px;
      }
    </style>
  </head>
  <body>
    <iframe scrolling="no" src="iframe-transform.html">
    </iframe>
  </body>
</html>