diff options
Diffstat (limited to 'layout/reftests/high-contrast/background-transparent-form-control.html')
-rw-r--r-- | layout/reftests/high-contrast/background-transparent-form-control.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/layout/reftests/high-contrast/background-transparent-form-control.html b/layout/reftests/high-contrast/background-transparent-form-control.html new file mode 100644 index 0000000000..e42b423b97 --- /dev/null +++ b/layout/reftests/high-contrast/background-transparent-form-control.html @@ -0,0 +1,7 @@ +<!doctype html> +<style> + button { + background-color: transparent; + } +</style> +<button>ABC</button> |