diff options
Diffstat (limited to 'layout/reftests/bidi/brackets-1c-rtl.html')
-rw-r--r-- | layout/reftests/bidi/brackets-1c-rtl.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/layout/reftests/bidi/brackets-1c-rtl.html b/layout/reftests/bidi/brackets-1c-rtl.html new file mode 100644 index 000000000..852e26e10 --- /dev/null +++ b/layout/reftests/bidi/brackets-1c-rtl.html @@ -0,0 +1,16 @@ +<!DOCTYPE html> +<meta charset="utf-8"> + +<style> +body { font: 32px monospace; } +div { text-align: center; } +</style> + +<body> + +<!-- + http://unicode.org/reports/tr9/#N0, Example 1, CD and ef swapped: + AB ( ef [ & CD ] ! ) gh +--> +<!-- RTL --> +<div dir=rtl>אב(ef[&גד]!)gh</div> |