diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:47:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:47:29 +0000 |
commit | 0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d (patch) | |
tree | a31f07c9bcca9d56ce61e9a1ffd30ef350d513aa /layout/reftests/bugs/1738700-1-ref.html | |
parent | Initial commit. (diff) | |
download | firefox-esr-0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d.tar.xz firefox-esr-0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d.zip |
Adding upstream version 115.8.0esr.upstream/115.8.0esr
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | layout/reftests/bugs/1738700-1-ref.html | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/layout/reftests/bugs/1738700-1-ref.html b/layout/reftests/bugs/1738700-1-ref.html new file mode 100644 index 0000000000..08fc813818 --- /dev/null +++ b/layout/reftests/bugs/1738700-1-ref.html @@ -0,0 +1,40 @@ +<html> + <head> + <meta charset=UTF-8> + <title>“Amiri Quran Colored” test</title> + <style> + @font-face { + font-family: AmiriMonochrome; + font-style: normal; + font-weight: 400; + src: url('../fonts/AmiriQuran.otf'); + } + .test { + direction: rtl; + text-align: justify; + text-align-last: center; + font-size: 40px; + margin: 1em; + position: absolute; + } + .monochrome { + font-family: AmiriMonochrome; + -webkit-text-stroke: 3px black; + } + </style> + </head> + <div>The colored Arabic text should be exactly covered by (thicker) black text:</div> + <div class="test monochrome"> + <p> + ﷽ ١ + <br> +ٱلۡحَمۡدُ لِلَّهِ رَبِّ ٱلۡعَـٰلَمِینَ ٢ +ٱلرَّحۡمَـٰنِ ٱلرَّحِیمِ ٣ +مَـٰلِكِ یَوۡمِ ٱلدِّینِ ٤ +إِیَّاكَ نَعۡبُدُ وَإِیَّاكَ نَسۡتَعِینُ ٥ +ٱهۡدِنَا ٱلصِّرَ ٰطَ ٱلۡمُسۡتَقِیمَ ٦ +صِرَ ٰطَ ٱلَّذِینَ أَنۡعَمۡتَ عَلَیۡهِمۡ غَیۡرِ ٱلۡمَغۡضُوبِ عَلَیۡهِمۡ وَلَا ٱلضَّاۤلِّینَ ٧ + </p> + </div> +</html> + |