diff options
Diffstat (limited to 'layout/reftests/forms/input/range/range-orient-horizontal.html')
-rw-r--r-- | layout/reftests/forms/input/range/range-orient-horizontal.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/layout/reftests/forms/input/range/range-orient-horizontal.html b/layout/reftests/forms/input/range/range-orient-horizontal.html new file mode 100644 index 000000000..be7bb4b0b --- /dev/null +++ b/layout/reftests/forms/input/range/range-orient-horizontal.html @@ -0,0 +1,3 @@ +<!DOCTYPE html> +<html> +<input type=range orient=horizontal max=100 value=70> |