diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:32:43 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:32:43 +0000 |
commit | 6bf0a5cb5034a7e684dcc3500e841785237ce2dd (patch) | |
tree | a68f146d7fa01f0134297619fbe7e33db084e0aa /layout/reftests/bidi/229367-3.html | |
parent | Initial commit. (diff) | |
download | thunderbird-6bf0a5cb5034a7e684dcc3500e841785237ce2dd.tar.xz thunderbird-6bf0a5cb5034a7e684dcc3500e841785237ce2dd.zip |
Adding upstream version 1:115.7.0.upstream/1%115.7.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'layout/reftests/bidi/229367-3.html')
-rw-r--r-- | layout/reftests/bidi/229367-3.html | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/layout/reftests/bidi/229367-3.html b/layout/reftests/bidi/229367-3.html new file mode 100644 index 0000000000..1ea70e3b1d --- /dev/null +++ b/layout/reftests/bidi/229367-3.html @@ -0,0 +1,30 @@ +<DOCTYPE html> +<!-- This tests that embeddings and overrides are preserved after <br> --> +<html> + <head> + <meta charset=UTF-8> + <title>Bug 229367</title> + </head> + <body> + <div>במה מדליקין,<br> +ובמה אין מדליקין?<br> +<span style="unicode-bidi: embed; direction: rtl">אין מדליקין לא בלכש, <br> +ולא בחוסן, <br> +ולא בכלך, <br> +ולא בפתילת האידן, <br> +<span style="unicode-bidi: bidi-override; direction: ltr">ולא בפתילת המדבר, <br> +ולא בירוקה שעל פני המים. <br> +לא בזפת, <br> +<span style="unicode-bidi: bidi-override; direction: rtl">ולא בשעווה, <br> +ולא בשמן קיק, <br> +ולא בשמן שריפה, <br> +ולא באליה, <br></span> +ולא בחלב. <br> +נחום המדי אומר, <br></span> +מדליקין בחלב מבושל; <br> +וחכמים אומרים, <br></span> +אחד מבושל ואחד שאינו מבושל,<br> +אין מדליקין בו. + </div> + </body> +</html> |