diff options
Diffstat (limited to 'layout/reftests/forms/input/datetime/time-large-font.html')
-rw-r--r-- | layout/reftests/forms/input/datetime/time-large-font.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/layout/reftests/forms/input/datetime/time-large-font.html b/layout/reftests/forms/input/datetime/time-large-font.html new file mode 100644 index 0000000000..c2f5e956df --- /dev/null +++ b/layout/reftests/forms/input/datetime/time-large-font.html @@ -0,0 +1,6 @@ +<!DOCTYPE html> +<html> + <body> + <input type="time" value="12:30" style="font-size: 32px;"> + </body> +</html> |