no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / bugs / 653930-1.html
blob277ec420bf7bec4516f6e81e3b3e857aad9b8638
1 <html class="reftest-wait">
2 <head>
3 <script type="text/javascript">
4 window.onload = function() {
6 // Get the frame
7 var frame = document.getElementById("testframe");
9 // Set margin* attributes
10 frame.marginWidth = "30px";
11 frame.marginHeight = "20px";
13 // Trigger the reftest snapshot
14 document.documentElement.className = '';
16 </script>
17 </head>
18 <body>
19 <iframe id="testframe" src="653930-1-iframe.html">
20 </body>
21 </html>