summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/button/width-exact-fit-ltr.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/forms/button/width-exact-fit-ltr.html')
-rw-r--r--layout/reftests/forms/button/width-exact-fit-ltr.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/layout/reftests/forms/button/width-exact-fit-ltr.html b/layout/reftests/forms/button/width-exact-fit-ltr.html
new file mode 100644
index 0000000000..4978a57e4e
--- /dev/null
+++ b/layout/reftests/forms/button/width-exact-fit-ltr.html
@@ -0,0 +1,21 @@
+<!DOCTYPE HTML>
+<style>
+
+button {
+ -moz-appearance: none;
+ background: yellow;
+ border: 2px solid fuchsia;
+ padding: 2px;
+ font-size: 10px;
+ width: 62px;
+ 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>