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