diff options
Diffstat (limited to 'layout/reftests/bidi/263359-4-ref.html')
-rw-r--r-- | layout/reftests/bidi/263359-4-ref.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/layout/reftests/bidi/263359-4-ref.html b/layout/reftests/bidi/263359-4-ref.html new file mode 100644 index 0000000000..e155f79d43 --- /dev/null +++ b/layout/reftests/bidi/263359-4-ref.html @@ -0,0 +1,16 @@ +<!DOCTYPE html> +<html> + <head> + <title>change direction of pre with bidi text</title> + <meta charset="UTF-8"> + </head> + <body> + <pre dir="rtl"> can_be_executable=TRUE + [he]description=סוג לא ידוע + description=Unknown type + [ar]description=نوع غير معروف + [az]description=Namə'lum növ +</pre> +</body> +</html> + |