diff options
Diffstat (limited to 'layout/reftests/high-contrast/non-themed-button-001-ref.html')
-rw-r--r-- | layout/reftests/high-contrast/non-themed-button-001-ref.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/layout/reftests/high-contrast/non-themed-button-001-ref.html b/layout/reftests/high-contrast/non-themed-button-001-ref.html new file mode 100644 index 0000000000..956e337dd5 --- /dev/null +++ b/layout/reftests/high-contrast/non-themed-button-001-ref.html @@ -0,0 +1,10 @@ +<!doctype html> +<style> +button { + border: none; + background-color: transparent; + padding: 0; + -moz-appearance: none; +} +</style> +<button>Foo</button> |