tor-browser

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

reftest.list (7981B)


      1 == screen-animations.html screen-animations-ref.html
      2 != screen-animations.html screen-animations-notref.html
      3 == animate-opacity.html animate-opacity-ref.html
      4 == animate-preserves3d.html animate-preserves3d-ref.html
      5 == animation-initially-out-of-view-with-delay.html animation-initially-out-of-view-with-delay-ref.html
      6 == animation-on-empty-height-frame.html about:blank
      7 == in-visibility-hidden-animation.html in-visibility-hidden-animation-ref.html
      8 == in-visibility-hidden-animation-pseudo-element.html in-visibility-hidden-animation-pseudo-element-ref.html
      9 pref(layout.css.marker.restricted,false) == in-visibility-hidden-animation-marker-pseudo-element.html in-visibility-hidden-animation-marker-pseudo-element-ref.html
     10 == partially-out-of-view-animation.html partially-out-of-view-animation-ref.html
     11 fails-if(useDrawSnapshot) == animate-display-table-opacity.html animate-display-table-opacity-ref.html
     12 # We need to run 100% opacity test case when OMTA is disabled to check that the animation creates a stacking context even if the animation is not running on the compositor
     13 test-pref(layers.offmainthreadcomposition.async-animations,false) == stacking-context-opacity-1-animation.html stacking-context-animation-ref.html
     14 # We need to run transform:none test case when OMTA is disabled to check that the animation creates a stacking context even if the animation is not running on the compositor
     15 test-pref(layers.offmainthreadcomposition.async-animations,false) == stacking-context-transform-none-animation.html stacking-context-animation-ref.html
     16 == no-stacking-context-opacity-removing-animation-in-delay.html no-stacking-context-animation-ref.html
     17 == no-stacking-context-transform-removing-animation-in-delay.html no-stacking-context-animation-ref.html
     18 == stacking-context-lose-opacity-1.html stacking-context-animation-ref.html
     19 == stacking-context-lose-transform-none.html stacking-context-animation-ref.html
     20 == stacking-context-opacity-win-in-delay.html stacking-context-animation-ref.html
     21 == stacking-context-opacity-win-in-delay-on-main-thread.html stacking-context-animation-ref.html
     22 == stacking-context-opacity-wins-over-transition.html stacking-context-animation-ref.html
     23 == stacking-context-transform-win-in-delay.html stacking-context-animation-ref.html
     24 == stacking-context-transform-win-in-delay-on-main-thread.html stacking-context-animation-ref.html
     25 == stacking-context-transform-wins-over-transition.html stacking-context-animation-ref.html
     26 == stacking-context-opacity-1-animation.html stacking-context-animation-ref.html
     27 == stacking-context-opacity-1-on-table.html stacking-context-animation-ref.html
     28 == stacking-context-opacity-1-with-fill-backwards.html stacking-context-animation-ref.html
     29 == stacking-context-opacity-1-with-fill-forwards.html stacking-context-animation-ref.html
     30 == stacking-context-paused-on-opacity-1.html stacking-context-animation-ref.html
     31 == stacking-context-paused-on-transform-none.html stacking-context-animation-ref.html
     32 == stacking-context-transform-none-animation.html stacking-context-animation-ref.html
     33 == stacking-context-transform-none-animation-on-svg.html  stacking-context-animation-ref.html
     34 == stacking-context-transform-none-animation-with-backface-visibility.html stacking-context-animation-ref.html
     35 == stacking-context-transform-none-animation-with-preserve-3d.html stacking-context-animation-ref.html
     36 == stacking-context-transform-none-with-fill-backwards.html stacking-context-animation-ref.html
     37 == stacking-context-transform-none-with-fill-forwards.html stacking-context-animation-ref.html
     38 == stacking-context-opacity-1-in-delay.html stacking-context-animation-ref.html
     39 == stacking-context-opacity-removing-important-in-delay.html stacking-context-animation-ref.html
     40 == stacking-context-transform-none-in-delay.html stacking-context-animation-ref.html
     41 == stacking-context-transform-removing-important-in-delay.html stacking-context-animation-ref.html
     42 == no-stacking-context-offset-distance-animation-with-offset-path-none.html no-stacking-context-animation-ref.html
     43 == stacking-context-offset-path-none-animation.html stacking-context-animation-ref.html
     44 == stacking-context-offset-path-none-in-delay.html stacking-context-animation-ref.html
     45 == stacking-context-offset-path-none-with-fill-backwards.html stacking-context-animation-ref.html
     46 == stacking-context-offset-path-none-with-fill-forwards.html stacking-context-animation-ref.html
     47 == background-position-in-delay.html background-position-ref.html # This test fails the reftest-opaque-layer check since animating background-position currently creates an active layer from its delay phse, and reftest-opaque-layer only handles items assigned to PaintedLayers.
     48 == background-position-after-finish.html background-position-ref.html
     49 random-if(useDrawSnapshot) == background-position-running.html background-position-ref.html # This test fails the reftest-opaque-layer check since animating background-position currently creates an active layer, and reftest-opaque-layer only handles items assigned to PaintedLayers.
     50 == background-position-important.html background-position-ref.html # This test fails the reftest-opaque-layer check since animating background-position overridden by a non-animated !important style also creates an active layer, and reftest-opaque-layer only handles items that are assigned to PaintedLayers.
     51 
     52 == mask-position-after-finish-1a.html mask-anim-ref.html
     53 == mask-position-after-finish-1b.html mask-anim-ref.html
     54 == mask-position-in-delay-1a.html mask-anim-ref.html
     55 == mask-position-in-delay-1b.html mask-anim-ref.html
     56 == mask-size-after-finish-1a.html mask-anim-ref.html
     57 == mask-size-after-finish-1b.html mask-anim-ref.html
     58 == mask-size-in-delay-1a.html mask-anim-ref.html
     59 == mask-size-in-delay-1b.html mask-anim-ref.html
     60 
     61 == stop-animation-on-discarded-pseudo-element.html about:blank
     62 
     63 == updating-animation-on-pseudo-element.html updating-animation-on-pseudo-element-ref.html
     64 pref(layout.css.marker.restricted,false) == updating-animation-on-marker-pseudo-element.html updating-animation-on-marker-pseudo-element-ref.html
     65 == content-on-pseudo-element-at-beginning.html content-on-pseudo-element-ref.html
     66 == content-on-pseudo-element-at-half.html content-on-pseudo-element-ref.html
     67 pref(layout.css.marker.restricted,false) == content-on-marker-pseudo-element-at-beginning.html content-on-marker-pseudo-element-at-beginning-ref.html
     68 pref(layout.css.marker.restricted,false) == content-on-marker-pseudo-element-at-half.html content-on-marker-pseudo-element-at-beginning-ref.html
     69 == reframe-and-animation-starts-at-the-same-time.html reframe-and-animation-starts-at-the-same-time-ref.html
     70 pref(layout.css.marker.restricted,false) == marker-reframe-and-animation-starts-at-the-same-time.html marker-reframe-and-animation-starts-at-the-same-time-ref.html
     71 == change-animation-name-to-none-in-rule.html change-animation-name-in-rule-ref.html
     72 == change-animation-name-to-other-in-rule.html change-animation-name-in-rule-ref.html
     73 == change-animation-name-to-non-existent-in-rule.html change-animation-name-in-rule-ref.html
     74 == no-style-sharing-with-animations.html no-style-sharing-with-animations-ref.html
     75 
     76 == continuation-opacity.html continuation-opacity-ref.html
     77 == ib-split-sibling-opacity.html about:blank
     78 
     79 == opacity-animation-in-fixed-opacity-parent.html opacity-animation-in-fixed-opacity-parent-ref.html
     80 == opacity-animation-in-delay.html about:blank
     81 == transform-animation-in-delay.html transform-animation-in-delay-ref.html
     82 == containing-block-on-visibility-hidden.html containing-block-on-visibility-hidden-ref.html
     83 == background-color.html background-color-ref.html
     84 == background-color-on-html.html background-color-on-html-ref.html
     85 skip-if(Android) == replace-with-new-positive-delay-animation.html replace-with-new-positive-delay-animation-ref.html # bug 1787682 for Android
     86 
     87 pref(layout.css.scroll-driven-animations.enabled,true) skip-if(useDrawSnapshot) == scroll-timeline-in-delay-omta.html scroll-timeline-in-delay-omta-ref.html