gecko/layout/reftests/bugs/652301-1b.html
Boris Zbarsky 1995aaa776 Bug 652301. Show focus outlines on all focusable things in HTML, not just on a whitelist of them. r=dbaron
The :-moz-focusring style comes first so we don't have to do the :not() and :-moz-any() matching at all for the common case.

--HG--
extra : rebase_source : 330a9f4ba38a6613d3bd43f404325ea4dfcae789
2011-04-27 16:52:23 -04:00

9 lines
275 B
HTML

<!DOCTYPE html>
<html class="reftest-wait">
<body onload='document.getElementById("focusme").focus();'>
<nosuchtageverwillexist
id="focusme" tabindex="0"
onfocus="document.documentElement.className=''">Some text</nosuchtageverwillexist>
</body>
</html>