summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/input/datetime/line-height-01.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/forms/input/datetime/line-height-01.html')
-rw-r--r--layout/reftests/forms/input/datetime/line-height-01.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/layout/reftests/forms/input/datetime/line-height-01.html b/layout/reftests/forms/input/datetime/line-height-01.html
new file mode 100644
index 0000000000..9cb9987888
--- /dev/null
+++ b/layout/reftests/forms/input/datetime/line-height-01.html
@@ -0,0 +1,10 @@
+<!doctype html>
+<style>
+ input {
+ box-sizing: border-box;
+ height: 34px;
+ line-height: 80px;
+ }
+</style>
+<input type=date>
+<input type=time>