summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/541406-1.html
blob: 824163b20d205f3f5d2a6898858bcf1ebe79e62d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!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>