diff options
Diffstat (limited to 'layout/reftests/bidi/bidi-001-j.html')
-rw-r--r-- | layout/reftests/bidi/bidi-001-j.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/layout/reftests/bidi/bidi-001-j.html b/layout/reftests/bidi/bidi-001-j.html new file mode 100644 index 0000000000..045232ed63 --- /dev/null +++ b/layout/reftests/bidi/bidi-001-j.html @@ -0,0 +1,16 @@ +<!DOCTYPE html> +<!-- Bidi reftest 001-j: rtl text only with justification --> +<html> + <head> + <meta http-equiv="content-type" content="text/html; charset=utf-8"> + </head> + <style type="text/css"> +body { + font-family: serif; + font-size: 24px; +} + </style> + <body> + <p lang="he" style="text-align: justify">המשא אשר חזה חבקוק הנביא</p> + </body> +</html> |