summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-transforms/transform-iframe-ref.html
blob: b674c88d82f8a806a8a1cd20040302766d825202 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
  <head>
    <title>CSS Reftest Reference</title>
    <link rel="author" title="Clint Talbert" href="mailto:ctalbert@mozilla.com">
    <link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name">
    <style>
      iframe {
        overflow: hidden;
        height: 200px;
        width: 300px;
      }
    </style>
    <iframe src="about:blank"></iframe>
  </body>
</html>