diff options
Diffstat (limited to 'testing/web-platform/tests/css/CSS2/text/text-align-bidi-013.xht')
-rw-r--r-- | testing/web-platform/tests/css/CSS2/text/text-align-bidi-013.xht | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/CSS2/text/text-align-bidi-013.xht b/testing/web-platform/tests/css/CSS2/text/text-align-bidi-013.xht new file mode 100644 index 0000000000..f92421ec47 --- /dev/null +++ b/testing/web-platform/tests/css/CSS2/text/text-align-bidi-013.xht @@ -0,0 +1,50 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> + <head> + <title>CSS Test: text-align and bidi</title> + <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/> + <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/align/003.html" type="text/html"/> + <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" /> + <link rel="help" href="https://drafts.csswg.org/css-text-3/#text-align-property"/> + <style type="text/css"> + p { color: blue; } + .test { margin: 1em; border: solid; width: 15em; font: 2em/1 monospace; text-align: justify; direction: rtl; } + </style> + </head> + <body> + <p>The text below should be justified to fit in the box (straight edges on all sides).</p> + <div class="test"> + א + א + X + אא + אאאא + XX + א + א + X + + XX + אא + XXX + אאא + אאא + אא + XX + + אאא + אאא + XXXX + אאאא + XXX + אאא + + XXXX + אאאא + אא + XX + אאאא + אבגד + </div> + </body> +</html> |