diff options
Diffstat (limited to 'layout/reftests/forms/input/datetime/time-reset-button-right-aligned-ref.html')
-rw-r--r-- | layout/reftests/forms/input/datetime/time-reset-button-right-aligned-ref.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/layout/reftests/forms/input/datetime/time-reset-button-right-aligned-ref.html b/layout/reftests/forms/input/datetime/time-reset-button-right-aligned-ref.html new file mode 100644 index 000000000..3d36f2068 --- /dev/null +++ b/layout/reftests/forms/input/datetime/time-reset-button-right-aligned-ref.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<html> + <body> + <input type="time" value="10:00" style="float: right; color: white;"> + <!-- div to cover the left area --> + <div style="display:block; position:absolute; background-color:black; + top:0px; right:30px; width:500px; height:100px;"></div> + </body> +</html> |