mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 739117 - Reftest for Arabic ligature in an AAT font. r=jdaggett
This commit is contained in:
parent
6ae02084b0
commit
bdbcae81c5
@ -8,8 +8,8 @@
|
||||
== clipPath-html-04-extref.xhtml clipPath-html-04-ref.xhtml
|
||||
fuzzy-if(true,140,70) == clipPath-html-05.xhtml clipPath-html-05-ref.xhtml # Bug 776089
|
||||
fuzzy-if(true,140,70) == clipPath-html-05-extref.xhtml clipPath-html-05-ref.xhtml # Bug 776089
|
||||
fuzzy-if(Android&&AndroidVersion==18,255,30) == clipPath-html-06.xhtml clipPath-html-06-ref.xhtml
|
||||
fuzzy-if(Android&&AndroidVersion==18,255,30) == clipPath-html-06-extref.xhtml clipPath-html-06-ref.xhtml
|
||||
fuzzy-if(Android,255,30) == clipPath-html-06.xhtml clipPath-html-06-ref.xhtml
|
||||
fuzzy-if(Android,255,30) == clipPath-html-06-extref.xhtml clipPath-html-06-ref.xhtml
|
||||
== clipPath-html-07.xhtml clipPath-html-07-ref.svg
|
||||
== clipPath-html-08.xhtml clipPath-html-07-ref.svg # reuse 07-ref.svg
|
||||
== clipPath-html-zoomed-01.xhtml clipPath-html-01-ref.svg
|
||||
|
@ -0,0 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<style>
|
||||
p { font: 36px Geeza Pro, serif; }
|
||||
</style>
|
||||
|
||||
<p>سلام</p>
|
9
layout/reftests/text/arabic-final-ligature-spacing.html
Normal file
9
layout/reftests/text/arabic-final-ligature-spacing.html
Normal file
@ -0,0 +1,9 @@
|
||||
<!DOCTYPE html>
|
||||
<style>
|
||||
p { font: 36px Geeza Pro, serif; }
|
||||
span { font-variant: small-caps; }
|
||||
</style>
|
||||
|
||||
<!-- bug 739117: breaking the run after the lam-alef ligature
|
||||
should NOT cause extra space to appear -->
|
||||
<p>سلا<span>م</span></p>
|
@ -165,6 +165,7 @@ fails-if(cocoaWidget||Android||B2G) HTTP(..) == arabic-fallback-2.html arabic-fa
|
||||
fails-if(cocoaWidget||Android||B2G) HTTP(..) == arabic-fallback-3.html arabic-fallback-3-ref.html
|
||||
fails-if(!cocoaWidget&&!Android&&!B2G) HTTP(..) != arabic-fallback-4.html arabic-fallback-4-notref.html
|
||||
== arabic-marks-1.html arabic-marks-1-ref.html
|
||||
fails-if(cocoaWidget) == arabic-final-ligature-spacing.html arabic-final-ligature-spacing-ref.html # bug 739117
|
||||
# harfbuzz fallback mark stacking in the absence of GPOS:
|
||||
HTTP(..) != fallback-mark-stacking-1.html fallback-mark-stacking-1-notref.html
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user