gecko-dev/dom/tests/mochitest/general/file_focusrings.html
2017-05-23 10:32:42 -04:00

6 lines
217 B
HTML

<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>