diff options
Diffstat (limited to 'dom/html/reftests/autofocus/style.css')
-rw-r--r-- | dom/html/reftests/autofocus/style.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dom/html/reftests/autofocus/style.css b/dom/html/reftests/autofocus/style.css new file mode 100644 index 000000000..4216a05cf --- /dev/null +++ b/dom/html/reftests/autofocus/style.css @@ -0,0 +1,7 @@ +:focus { background-color: green; } + +/** + * autofocus is considered like a keyboard focus and .focus() isn't. + * We might change that with bug 620056 but for these tests, we don't really care. + */ +::-moz-focus-inner { border: none; } |