tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

reftest.list (3837B)


      1 # NOTE: bug 1084564 covers "fails"/"skip" annotations for android below:
      2 fails-if(Android) == aspect-ratio-1a.xhtml aspect-ratio-1-ref.html
      3 fails-if(Android) == aspect-ratio-1b.xhtml aspect-ratio-1-ref.html
      4 fails-if(Android) skip-if(gtkWidget) == aspect-ratio-2a.xhtml aspect-ratio-2-ref.html
      5 fails-if(Android) skip-if(gtkWidget) == aspect-ratio-2b.xhtml aspect-ratio-2-ref.html
      6 == aspect-ratio-3a.xhtml aspect-ratio-3-ref.xhtml
      7 == aspect-ratio-3b.xhtml aspect-ratio-3-ref.xhtml
      8 fails-if(Android) random == encoded-aspect-ratio-1.html encoded-aspect-ratio-1-ref.html
      9 fails-if(Android) == basic-1.xhtml basic-1-ref.html
     10 == canvas-1a.xhtml basic-1-ref.html
     11 fails-if(Android) == canvas-1b.xhtml basic-1-ref.html
     12 == clipping-1a.html clipping-1-ref.html
     13 == empty-1a.html empty-1-ref.html
     14 == empty-1b.html empty-1-ref.html
     15 #these is skipped because we hang on the htmlparser tests when this is ran
     16 random == object-aspect-ratio-1a.xhtml aspect-ratio-1-ref.html
     17 random == object-aspect-ratio-1b.xhtml aspect-ratio-1-ref.html
     18 skip-if(Android) == offset-1.xhtml offset-1-ref.html
     19 random == object-aspect-ratio-2a.xhtml aspect-ratio-2-ref.html
     20 random == object-aspect-ratio-2b.xhtml aspect-ratio-2-ref.html
     21 fuzzy-if(winWidget,0-1,0-56000) fuzzy-if(cocoaWidget,0-1,0-56000) == zoomed-1.xhtml zoomed-1-ref.html # bug 778995 for fuzzy
     22 == poster-1.html poster-ref-blue250x200.html
     23 fails-if(Android) == poster-2.html poster-ref-black140x100.html
     24 == poster-3.html poster-ref-black140x100.html
     25 == poster-4.html poster-ref-black140x100.html
     26 == poster-5.html poster-ref-black140x100.html
     27 fails-if(Android) == poster-6.html poster-ref-black140x100.html
     28 fails-if(Android) == poster-7.html poster-ref-red140x100.html
     29 fuzzy-if(Android,0-2,0-14000) == poster-8.html poster-ref-black140x100.html
     30 random == poster-10.html poster-ref-blue125x100.html
     31 random == poster-11.html poster-ref-blue140x100.html
     32 random == poster-12.html poster-ref-blue140x100.html
     33 == poster-13.html poster-ref-blue400x300.html
     34 == poster-15.html poster-ref-green70x30.html
     35 random-if(winWidget) random-if(cocoaWidget) == bug686957.html bug686957-ref.html # bug 922951 for OS X
     36 == webm-alpha.html webm-alpha-ref.html
     37 fuzzy(0-5,0-111556) == webm-alpha-2.html webm-alpha-2-ref.html
     38 == webm-alpha-capture.html webm-alpha-ref.html
     39 
     40 # Tests for <video src> with 'object-fit' & 'object-position':
     41 # These tests should be very similar to tests in our w3c-css/submitted/images3
     42 # reftest directory. They live here because they use WebM video (VP9), and it
     43 # wouldn't be fair of us to make a W3C testsuite implicitly depend on any
     44 # particular (non-spec-mandated) video codec.
     45 defaults test-pref(gfx.ycbcr.accurate-conversion,true)
     46 fails == object-fit-contain-webm-001.html object-fit-contain-webm-001-ref.html # Bug 1083516
     47 fails == object-fit-contain-webm-002.html object-fit-contain-webm-002-ref.html # Bug 1083516
     48 fails == object-fit-cover-webm-001.html object-fit-cover-webm-001-ref.html # Bug 1083516
     49 fails == object-fit-cover-webm-002.html object-fit-cover-webm-002-ref.html # Bug 1083516
     50 fails == object-fit-fill-webm-001.html object-fit-fill-webm-001-ref.html # Bug 1083516
     51 fails == object-fit-fill-webm-002.html object-fit-fill-webm-002-ref.html # Bug 1083516
     52 fails == object-fit-none-webm-001.html object-fit-none-webm-001-ref.html # Bug 1083516
     53 fails == object-fit-none-webm-002.html object-fit-none-webm-002-ref.html # Bug 1083516
     54 fails == object-fit-scale-down-webm-001.html object-fit-scale-down-webm-001-ref.html # Bug 1083516
     55 fails == object-fit-scale-down-webm-002.html object-fit-scale-down-webm-002-ref.html # Bug 1083516
     56 fails == object-position-webm-001.html object-position-webm-001-ref.html # Bug 1098417 for across-the-board failure, Bug 1083516
     57 fails == object-position-webm-002.html object-position-webm-002-ref.html # Bug 1098417 for across-the-board failure, Bug 1083516