gecko/layout/reftests/bugs/541406-1.html
Robert O'Callahan f78f502204 Bug 541406. Temporarily disable showing outlines on focused plugins. r=dbaron
--HG--
extra : rebase_source : 94ac716a6c796c6f6e31f97847c91e56b747566b
2010-02-12 10:45:09 +13:00

8 lines
218 B
HTML

<!DOCTYPE HTML>
<html>
<body onload="document.getElementById('p').focus()">
<object style="position:absolute; width:100%; height:100%; left:0; top:0;"
type="application/x-test" id="p"></object>
</body>
</html>