layout/reftests/font-matching/reftest.list

Fri, 16 Jan 2015 18:13:44 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 16 Jan 2015 18:13:44 +0100
branch
TOR_BUG_9701
changeset 14
925c144e1f1f
permissions
-rw-r--r--

Integrate suggestion from review to improve consistency with existing code.

     1 == CSS21-t1502-no-inherited-font-family.xhtml CSS21-t1502-no-inherited-font-family-ref.xhtml
     3 # basic tests for bug 538730
     4 != synthetic-bold-1.html synthetic-bold-1-ref.html
     5 != synthetic-bold-2.html synthetic-bold-2-ref.html
     7 # synthetic bold/italic tests
     8 != defaultfont-bold.html defaultfont.html
     9 != defaultfont-italic.html defaultfont.html 
    10 != defaultfont-oblique.html defaultfont.html 
    11 != defaultfont-bolditalic.html defaultfont.html 
    12 != defaultfont-bolditalic.html defaultfont-bold.html
    14 != defaultjapanese-bold.html defaultjapanese.html
    15 != defaultjapanese-italic.html defaultjapanese.html
    16 != defaultjapanese-oblique.html defaultjapanese.html
    17 != defaultjapanese-bolditalic.html defaultjapanese.html
    18 != defaultjapanese-bolditalic.html defaultjapanese-bold.html
    20 random-if(cocoaWidget) != impact-bold.html impact.html # bug 539418
    21 != impact-italic.html impact.html
    22 != impact-oblique.html impact.html
    23 != impact-bolditalic.html impact.html
    24 != impact-bolditalic.html impact-bold.html
    26 != arialunicode-bold.html arialunicode.html
    27 != arialunicode-italic.html arialunicode.html
    28 != arialunicode-oblique.html arialunicode.html
    29 != arialunicode-bolditalic.html arialunicode.html
    30 != arialunicode-bolditalic.html arialunicode-bold.html
    32 != lucidaconsole-bold.html lucidaconsole.html
    33 != lucidaconsole-italic.html lucidaconsole.html
    34 != lucidaconsole-oblique.html lucidaconsole.html
    35 != lucidaconsole-bolditalic.html lucidaconsole.html
    36 != lucidaconsole-bolditalic.html lucidaconsole-bold.html
    38 # checking that we don't match fullnames, psnames (see bug 538103)
    39 == arial-variations-1.html arial-variations-1-ref.html
    40 == arial-variations-2.html arial-variations-2-ref.html
    41 == arial-variations-3.html arial-variations-3-ref.html
    42 == arial-variations-4.html arial-variations-4-ref.html
    43 == arial-variations-5.html arial-variations-5-ref.html
    44 == arial-variations-6.html arial-variations-6-ref.html
    46 # localized font family names should always match just as English names do
    47 == localized-family-names-001.html localized-family-names-001-ref.html
    48 == localized-family-names-002.html localized-family-names-002-ref.html
    49 == localized-family-names-003.html localized-family-names-003-ref.html
    50 == localized-family-names-004.html localized-family-names-004-ref.html
    52 # weight mapping tests
    53 skip-if(B2G) HTTP(..) == normalmedium.html normalmedium-ref.html # bug 773482
    54 skip-if(B2G) HTTP(..) != normalmedium.html normalmedium-notref.html # bug 773482
    56 # Linux fails due to bug 604815
    57 HTTP(..) == weightmapping-12.html weightmapping-12-ref.html
    58 HTTP(..) == weightmapping-25.html weightmapping-25-ref.html
    59 HTTP(..) == weightmapping-45.html weightmapping-45-ref.html
    60 HTTP(..) == weightmapping-458.html weightmapping-458-ref.html
    61 HTTP(..) == weightmapping-478.html weightmapping-478-ref.html
    62 HTTP(..) == weightmapping-7.html weightmapping-7-ref.html
    63 HTTP(..) == weightmapping-12579.html weightmapping-12579-ref.html
    65 skip-if(B2G) HTTP(..) == stretchmapping-all.html stretchmapping-all-ref.html # bug 773482
    66 skip-if(B2G) HTTP(..) == stretchmapping-reverse.html stretchmapping-reverse-ref.html
    67 HTTP(..) == stretchmapping-35.html stretchmapping-35-ref.html
    68 HTTP(..) == stretchmapping-137.html stretchmapping-137-ref.html
    70 # test for font-stretch using @font-face
    71 skip-if(B2G) skip-if(Android&&AndroidVersion>15) HTTP(..) == font-stretch-1.html font-stretch-1-ref.html # bugs 773482, 927602
    73 # bug 724231 - applying synthetic styles to a single @font-face font
    74 # should apply artificial obliquing, not switch to a true styled face
    75 != synthetic-style-1.html synthetic-style-1-notref.html
    76 != synthetic-style-2.html synthetic-style-2-notref.html
    78 # Bug 765906 - synthetic bold should be used if necessary together with system fallback.
    79 # **NOTE** we skip these on Linux because of bug 769659.
    80 # test 1 uses Cherokee; expected to pass on OS X and Win7
    81 random-if(!(cocoaWidget||/^Windows\x20NT\x206\.1/.test(http.oscpu))) skip-if(gtk2Widget) != bold-system-fallback-1.html bold-system-fallback-1-notref.html
    82 # test 2 uses Chess symbols; expected to pass on Android
    83 random-if(!Android) skip-if(gtk2Widget) != bold-system-fallback-2.html bold-system-fallback-2-notref.html
    85 # Bug 769475 - applying 'italic' to Arabic text in Arial should NOT change family or metrics.
    86 # Expected to pass on MacOSX and Windows; other platforms unknown, depending on font availability.
    87 random-if(!(cocoaWidget||winWidget)) == arial-arabic.html arial-arabic-ref.html
    89 != syntheticbold-rotated.html syntheticbold-rotated-ref.html

mercurial