summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/input/datetime/time-content-left-aligned.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/forms/input/datetime/time-content-left-aligned.html')
-rw-r--r--layout/reftests/forms/input/datetime/time-content-left-aligned.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/layout/reftests/forms/input/datetime/time-content-left-aligned.html b/layout/reftests/forms/input/datetime/time-content-left-aligned.html
new file mode 100644
index 0000000000..aa910cddf9
--- /dev/null
+++ b/layout/reftests/forms/input/datetime/time-content-left-aligned.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<html>
+ <body>
+ <input type="time" style="width: 50px;">
+ <!-- div to cover the right area -->
+ <div style="display:block; position:absolute; background-color:black;
+ top:0px; left:40px; width:200px; height:100px;"></div>
+ </body>
+</html>