summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/button/max-height-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/forms/button/max-height-ref.html')
-rw-r--r--layout/reftests/forms/button/max-height-ref.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/layout/reftests/forms/button/max-height-ref.html b/layout/reftests/forms/button/max-height-ref.html
new file mode 100644
index 0000000000..ea12a86681
--- /dev/null
+++ b/layout/reftests/forms/button/max-height-ref.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<style>
+ button {
+ height: 50px;
+ padding: 23px;
+ border: 1px solid black;
+ box-sizing: border-box;
+ overflow: hidden;
+ }
+</style>
+<button>Some text</button>