tenfourfox/layout/reftests/bugs/653930-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

22 lines
504 B
HTML

<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>