summaryrefslogtreecommitdiffstats
path: root/dom/tests/mochitest/general/file_focusrings.html
blob: 74f3a563ed4eb6cf31832a4a9c34b158603bfa1d (plain)
1
2
3
4
5
<html><style>
* { outline: none; -moz-appearance: none; min-width:10px; min-height:10px; }
#elem:focus { outline: 2px solid red; }
#elem:-moz-focusring { outline: 1px solid blue; }
</style><div id='container'></html>