diff options
Diffstat (limited to 'layout/reftests/forms/input/datetime/line-height-02.html')
-rw-r--r-- | layout/reftests/forms/input/datetime/line-height-02.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/layout/reftests/forms/input/datetime/line-height-02.html b/layout/reftests/forms/input/datetime/line-height-02.html new file mode 100644 index 0000000000..e71044c857 --- /dev/null +++ b/layout/reftests/forms/input/datetime/line-height-02.html @@ -0,0 +1,8 @@ +<!doctype html> +<style> + input { + line-height: 80px; + } +</style> +<input type=date> +<input type=time> |