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