Remove the fails-if(Android) annotation on some reftests that actually do pass on Android

This commit is contained in:
Phil Ringnalda 2011-04-16 22:05:35 -07:00
parent b6dde0e13e
commit cb4d4586ed
2 changed files with 4 additions and 4 deletions

View File

@ -104,7 +104,7 @@ HTTP(..) == load-badfullname.html load-badfullname-ref.html
HTTP(..) != 507960-1-nofont.html 507960-1-ref.html
# check that the WOFF version loads, with and without a format hint
HTTP(..) == 507960-1-woff.html 507960-1-ref.html
fails-if(Android) HTTP(..) == 507960-1-woff-hint.html 507960-1-ref.html
HTTP(..) == 507960-1-woff-hint.html 507960-1-ref.html
# try damaged fonts that should still load (bad checksums)
HTTP(..) == 507960-1-bad-checksums-ttf.html 507960-1-ref.html
HTTP(..) == 507960-1-bad-checksums-woff.html 507960-1-ref.html

View File

@ -7,13 +7,13 @@
# check that Turkish language causes a change in rendering (no fi ligature)
# (also works via Pango)
fails-if(Android) HTTP(..) != font-features-turkish.html font-features-ref.html
HTTP(..) != font-features-turkish.html font-features-ref.html
# check that disabling ligatures causes a change
fails-if(Android) HTTP(..) != font-features-noliga.html font-features-ref.html
HTTP(..) != font-features-noliga.html font-features-ref.html
# check that enabling optional ligatures causes a change
fails-if(Android) HTTP(..) != font-features-hlig.html font-features-ref.html
HTTP(..) != font-features-hlig.html font-features-ref.html
# compare Turkish rendering with reference using ZWNJ to break the ligature
# (also works via Pango)