Thu, 15 Jan 2015 15:55:04 +0100
Back out 97036ab72558 which inappropriately compared turds to third parties.
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 = '';
15 }
16 </script>
17 </head>
18 <body>
19 <iframe id="testframe" src="653930-1-iframe.html">
20 </body>
21 </html>