diff options
Diffstat (limited to 'layout/reftests/forms/input/number/number-similar-to-text-unthemed-rtl-ref.html')
-rw-r--r-- | layout/reftests/forms/input/number/number-similar-to-text-unthemed-rtl-ref.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/layout/reftests/forms/input/number/number-similar-to-text-unthemed-rtl-ref.html b/layout/reftests/forms/input/number/number-similar-to-text-unthemed-rtl-ref.html new file mode 100644 index 0000000000..79644edc8b --- /dev/null +++ b/layout/reftests/forms/input/number/number-similar-to-text-unthemed-rtl-ref.html @@ -0,0 +1,8 @@ +<!DOCTYPE html> +<html> + <body style="direction: rtl"> + <input type="text" style="-moz-appearance:none; width:200px;" value="1"> + <!-- div to cover spin box area --> + <div style="display:block; position:absolute; background-color:black; width:200px; height:100px; top:0px; right:100px;"></div> + </body> +</html> |