diff options
Diffstat (limited to 'layout/reftests/forms/input/file/rtl.html')
-rw-r--r-- | layout/reftests/forms/input/file/rtl.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/layout/reftests/forms/input/file/rtl.html b/layout/reftests/forms/input/file/rtl.html new file mode 100644 index 0000000000..81e841a124 --- /dev/null +++ b/layout/reftests/forms/input/file/rtl.html @@ -0,0 +1,8 @@ +<!DOCTYPE html> +<html> + <body> + <div dir='rtl'> + <input type='file'> + </div> + </body> +</html> |