diff options
Diffstat (limited to 'layout/reftests/bidi/unicode-bidi-isolate-aharon-ref.html')
-rw-r--r-- | layout/reftests/bidi/unicode-bidi-isolate-aharon-ref.html | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/layout/reftests/bidi/unicode-bidi-isolate-aharon-ref.html b/layout/reftests/bidi/unicode-bidi-isolate-aharon-ref.html new file mode 100644 index 0000000000..8bfa5a30e4 --- /dev/null +++ b/layout/reftests/bidi/unicode-bidi-isolate-aharon-ref.html @@ -0,0 +1,69 @@ +<!DOCTYPE html> +<html><head> +<title>Test cases for unicode-bidi:isolate</title> +<style> +</style> +</head><body> +opposite-to-base isolate followed by number. +<div> + <div class="reference"> + <span dir="ltr">א</span> (3 reviews) + </div> +</div> +<hr> +opposite-to-base isolate with opposite-to-base text before it with neutrals in between. +<div> + <div class="reference"> + <span dir="ltr">א</span>: <span dir="ltr">ב</span> + </div> +</div> +<hr> +opposite-to-base isolate with opposite-to-base text before it and nothing in between. +<div> + <div class="reference"> + <bdo dir="ltr">אב</bdo> + </div> +</div> +<hr> +two opposite-to-base isolates with neutrals in between. +<div> + <div class="reference"> + <span dir="ltr">א</span> = <span dir="ltr">ב</span> + </div> +</div> +<hr> +two opposite-to-base isolates with nothing in between. +<div> + <div class="reference"> + <bdo dir="ltr">אב</bdo> + </div> +</div> +<hr> +same-as-base isolate preceded by opposite-to-base text and followed by number +<div dir="rtl"> + <div class="reference"> + see <span dir="ltr">א</span><sup>3</sup> + </div> +</div> +<hr> +same-as-base isolate surrounded by opposite-to-base text +<div dir="rtl"> + <div class="reference"> + with <span dir="ltr">א</span>=<span dir="ltr">ב</span> everywhere + </div> +</div> +<hr> +chimeric isolate surrounded by chimeric text +<div> + <div class="reference"> + about that <span dir="ltr">א</span> - ב + </div> +</div> +<hr> +nested chimeric isolates surrounded by chimeric text +<div> + <div class="reference"> + about that strange <span dir="ltr">א</span> - <span dir="ltr">ב</span> - ג + </div> +</div> +</body></html> |