michael@0: == CSS21-t1502-no-inherited-font-family.xhtml CSS21-t1502-no-inherited-font-family-ref.xhtml michael@0: michael@0: # basic tests for bug 538730 michael@0: != synthetic-bold-1.html synthetic-bold-1-ref.html michael@0: != synthetic-bold-2.html synthetic-bold-2-ref.html michael@0: michael@0: # synthetic bold/italic tests michael@0: != defaultfont-bold.html defaultfont.html michael@0: != defaultfont-italic.html defaultfont.html michael@0: != defaultfont-oblique.html defaultfont.html michael@0: != defaultfont-bolditalic.html defaultfont.html michael@0: != defaultfont-bolditalic.html defaultfont-bold.html michael@0: michael@0: != defaultjapanese-bold.html defaultjapanese.html michael@0: != defaultjapanese-italic.html defaultjapanese.html michael@0: != defaultjapanese-oblique.html defaultjapanese.html michael@0: != defaultjapanese-bolditalic.html defaultjapanese.html michael@0: != defaultjapanese-bolditalic.html defaultjapanese-bold.html michael@0: michael@0: random-if(cocoaWidget) != impact-bold.html impact.html # bug 539418 michael@0: != impact-italic.html impact.html michael@0: != impact-oblique.html impact.html michael@0: != impact-bolditalic.html impact.html michael@0: != impact-bolditalic.html impact-bold.html michael@0: michael@0: != arialunicode-bold.html arialunicode.html michael@0: != arialunicode-italic.html arialunicode.html michael@0: != arialunicode-oblique.html arialunicode.html michael@0: != arialunicode-bolditalic.html arialunicode.html michael@0: != arialunicode-bolditalic.html arialunicode-bold.html michael@0: michael@0: != lucidaconsole-bold.html lucidaconsole.html michael@0: != lucidaconsole-italic.html lucidaconsole.html michael@0: != lucidaconsole-oblique.html lucidaconsole.html michael@0: != lucidaconsole-bolditalic.html lucidaconsole.html michael@0: != lucidaconsole-bolditalic.html lucidaconsole-bold.html michael@0: michael@0: # checking that we don't match fullnames, psnames (see bug 538103) michael@0: == arial-variations-1.html arial-variations-1-ref.html michael@0: == arial-variations-2.html arial-variations-2-ref.html michael@0: == arial-variations-3.html arial-variations-3-ref.html michael@0: == arial-variations-4.html arial-variations-4-ref.html michael@0: == arial-variations-5.html arial-variations-5-ref.html michael@0: == arial-variations-6.html arial-variations-6-ref.html michael@0: michael@0: # localized font family names should always match just as English names do michael@0: == localized-family-names-001.html localized-family-names-001-ref.html michael@0: == localized-family-names-002.html localized-family-names-002-ref.html michael@0: == localized-family-names-003.html localized-family-names-003-ref.html michael@0: == localized-family-names-004.html localized-family-names-004-ref.html michael@0: michael@0: # weight mapping tests michael@0: skip-if(B2G) HTTP(..) == normalmedium.html normalmedium-ref.html # bug 773482 michael@0: skip-if(B2G) HTTP(..) != normalmedium.html normalmedium-notref.html # bug 773482 michael@0: michael@0: # Linux fails due to bug 604815 michael@0: HTTP(..) == weightmapping-12.html weightmapping-12-ref.html michael@0: HTTP(..) == weightmapping-25.html weightmapping-25-ref.html michael@0: HTTP(..) == weightmapping-45.html weightmapping-45-ref.html michael@0: HTTP(..) == weightmapping-458.html weightmapping-458-ref.html michael@0: HTTP(..) == weightmapping-478.html weightmapping-478-ref.html michael@0: HTTP(..) == weightmapping-7.html weightmapping-7-ref.html michael@0: HTTP(..) == weightmapping-12579.html weightmapping-12579-ref.html michael@0: michael@0: skip-if(B2G) HTTP(..) == stretchmapping-all.html stretchmapping-all-ref.html # bug 773482 michael@0: skip-if(B2G) HTTP(..) == stretchmapping-reverse.html stretchmapping-reverse-ref.html michael@0: HTTP(..) == stretchmapping-35.html stretchmapping-35-ref.html michael@0: HTTP(..) == stretchmapping-137.html stretchmapping-137-ref.html michael@0: michael@0: # test for font-stretch using @font-face michael@0: skip-if(B2G) skip-if(Android&&AndroidVersion>15) HTTP(..) == font-stretch-1.html font-stretch-1-ref.html # bugs 773482, 927602 michael@0: michael@0: # bug 724231 - applying synthetic styles to a single @font-face font michael@0: # should apply artificial obliquing, not switch to a true styled face michael@0: != synthetic-style-1.html synthetic-style-1-notref.html michael@0: != synthetic-style-2.html synthetic-style-2-notref.html michael@0: michael@0: # Bug 765906 - synthetic bold should be used if necessary together with system fallback. michael@0: # **NOTE** we skip these on Linux because of bug 769659. michael@0: # test 1 uses Cherokee; expected to pass on OS X and Win7 michael@0: random-if(!(cocoaWidget||/^Windows\x20NT\x206\.1/.test(http.oscpu))) skip-if(gtk2Widget) != bold-system-fallback-1.html bold-system-fallback-1-notref.html michael@0: # test 2 uses Chess symbols; expected to pass on Android michael@0: random-if(!Android) skip-if(gtk2Widget) != bold-system-fallback-2.html bold-system-fallback-2-notref.html michael@0: michael@0: # Bug 769475 - applying 'italic' to Arabic text in Arial should NOT change family or metrics. michael@0: # Expected to pass on MacOSX and Windows; other platforms unknown, depending on font availability. michael@0: random-if(!(cocoaWidget||winWidget)) == arial-arabic.html arial-arabic-ref.html michael@0: michael@0: != syntheticbold-rotated.html syntheticbold-rotated-ref.html