diff options
Diffstat (limited to 'layout/reftests/forms/button/focus-non-themed-ref.html')
-rw-r--r-- | layout/reftests/forms/button/focus-non-themed-ref.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/layout/reftests/forms/button/focus-non-themed-ref.html b/layout/reftests/forms/button/focus-non-themed-ref.html new file mode 100644 index 0000000000..8f5577671c --- /dev/null +++ b/layout/reftests/forms/button/focus-non-themed-ref.html @@ -0,0 +1,10 @@ +<!doctype html> +<style> + button { + outline: none; + -moz-appearance: none; + appearance: none; + } + button::-moz-focus-inner { border: 0 } +</style> +<button autofocus>Foo</button> |