diff options
Diffstat (limited to 'layout/reftests/bidi/brackets-1c-ltr.html')
-rw-r--r-- | layout/reftests/bidi/brackets-1c-ltr.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/layout/reftests/bidi/brackets-1c-ltr.html b/layout/reftests/bidi/brackets-1c-ltr.html new file mode 100644 index 000000000..a13eb5c67 --- /dev/null +++ b/layout/reftests/bidi/brackets-1c-ltr.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 +--> +<!-- LTR --> +<div>אב(ef[&גד]!)gh</div> |