mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
37892c4076
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
8 lines
235 B
HTML
8 lines
235 B
HTML
<!DOCTYPE html>
|
|
<html class="reftest-wait">
|
|
<body onload='document.getElementById("focusme").focus();'>
|
|
<span id="focusme" tabindex="0"
|
|
onfocus="document.documentElement.className=''">Some text</span>
|
|
</body>
|
|
</html>
|