summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/653930-1.html
blob: 277ec420bf7bec4516f6e81e3b3e857aad9b8638 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<html class="reftest-wait">
  <head>
    <script type="text/javascript">
      window.onload = function() {

        // Get the frame
        var frame = document.getElementById("testframe");

        // Set margin* attributes
        frame.marginWidth = "30px";
        frame.marginHeight = "20px";

        // Trigger the reftest snapshot
        document.documentElement.className = '';
      }
    </script>
  </head>
  <body>
    <iframe id="testframe" src="653930-1-iframe.html">
  </body>
</html>