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