diff options
Diffstat (limited to 'layout/reftests/forms/button/width-erode-overflow-focuspadding-ltr.html')
-rw-r--r-- | layout/reftests/forms/button/width-erode-overflow-focuspadding-ltr.html | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/layout/reftests/forms/button/width-erode-overflow-focuspadding-ltr.html b/layout/reftests/forms/button/width-erode-overflow-focuspadding-ltr.html deleted file mode 100644 index daecef56e4..0000000000 --- a/layout/reftests/forms/button/width-erode-overflow-focuspadding-ltr.html +++ /dev/null @@ -1,21 +0,0 @@ -<!DOCTYPE HTML> -<style> - -button { - -moz-appearance: none; - background: yellow; - border: 2px solid fuchsia; - padding: 2px; - font-size: 10px; - width: 60px; - border-radius: 0; /* override mobile/android/themes/core/content.css */ -} - -span { - display: inline-block; vertical-align: middle; - height: 20px; width: 50px; border: 2px solid blue; -} - -</style> - -<button><span></span></button> |