gecko-dev/layout/reftests/bugs/541406-1.html
Aaron Klotz 040621b98e Bug 1115437: Part 2 - Update layout reftests to be compatible with asynchronous plugin initialization; r=roc
--HG--
extra : rebase_source : 77e24041ced152ff1e82c98ab943f9282f2aca7d
2015-01-27 14:44:06 -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>