summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/button/vertical-centering-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/forms/button/vertical-centering-ref.html')
-rw-r--r--layout/reftests/forms/button/vertical-centering-ref.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/layout/reftests/forms/button/vertical-centering-ref.html b/layout/reftests/forms/button/vertical-centering-ref.html
new file mode 100644
index 0000000000..aa6d763676
--- /dev/null
+++ b/layout/reftests/forms/button/vertical-centering-ref.html
@@ -0,0 +1,23 @@
+<!DOCTYPE html>
+<html>
+<head>
+<style>
+div {
+ height: 100px;
+ display: inline-block;
+ border: 0;
+ padding: 0;
+
+ font: 2em/100px sans-serif;
+ text-align: center;
+
+ background: transparent;
+ color: black;
+}
+</style>
+</head>
+<body>
+<div>button</div>
+<div>button</div>
+</body>
+</html>