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

16 lines
404 B
HTML

<!DOCTYPE HTML>
<html class="reftest-wait">
<head>
<script src="forceloadplugin.js">
</script>
</head>
<body onload="forceLoadPlugin('p', function() {
var p = document.getElementById('p');
p.focus();
document.documentElement.removeAttribute('class');
})">
<object style="position:absolute; width:100%; height:100%; left:0; top:0;"
type="application/x-test" id="p"></object>
</body>
</html>