diff options
Diffstat (limited to 'layout/reftests/bidi/mirroring-01-ref.html')
-rw-r--r-- | layout/reftests/bidi/mirroring-01-ref.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/layout/reftests/bidi/mirroring-01-ref.html b/layout/reftests/bidi/mirroring-01-ref.html new file mode 100644 index 0000000000..a422e66328 --- /dev/null +++ b/layout/reftests/bidi/mirroring-01-ref.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html> +<head> + <meta http-equiv="content-type" content="text/html; charset=utf-8"> +</head> +<body> + <!-- some paired chars that should mirror in RTL text --> + <p>c(b)a</p> + <p>c[b]a</p> + <p>c{b}a</p> + <p>c<b>a</p> +</body> +</html> |