tor-browser

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

reftest.list (3800B)


      1 defaults pref(dom.meta-viewport.enabled,true) pref(apz.allow_zooming,true)
      2 
      3 # These tests assume that viewport width in reftest is 800px.
      4 == box-shadow.html initial-scale-0_5-ref.html
      5 == initial-scale-0.html initial-scale-0_25-ref.html
      6 == initial-scale-100.html initial-scale-10-ref.html
      7 == no-viewport.html initial-scale-0_5-ref.html
      8 == viewport-width.html initial-scale-0_5-ref.html
      9 == initial-scale-1.html no-zoom-ref.html
     10 == minimum-scale.html no-zoom-ref.html
     11 == invalid-width.html invalid-width-ref.html
     12 == invalid-content.html width-980-ref.html
     13 == removal.html width-980-ref.html
     14 == device-height-for-width.html invalid-width-ref.html
     15 == negative-initial-and-maximum-scale.html initial-scale-0_5-ref.html
     16 == no-scalable-with-minimum-scale.html no-scalable-with-minimum-scale-ref.html
     17 == clamped-by-default-minimum-scale.html initial-scale-0_25-ref.html
     18 == position-fixed-on-half-height-content.html position-fixed-on-half-height-content-ref.html
     19 == position-fixed-on-landscape-content.html position-fixed-on-half-height-content-ref.html
     20 == position-fixed-on-square-content.html position-fixed-on-square-content-ref.html
     21 == async-scroll-to-no-content-area.html async-scroll-to-no-content-area-ref.html # bug 1571623 to track down the failure on WebRender
     22 == resolution-change-on-landscape-content.html resolution-change-on-landscape-content-ref.html
     23 == scrollbars-in-half-height-content.html scrollbars-in-half-height-content-ref.html
     24 == scrollbars-in-landscape-content.html scrollbars-in-landscape-content-ref.html
     25 
     26 skip-if(!Android) == position-fixed-on-minimum-scale-size.html position-fixed-on-minimum-scale-size-ref.html
     27 == position-fixed-out-of-view.html about:blank
     28 
     29 == overflow-region.html overflow-region-ref.html
     30 == overflow-hidden-region.html overflow-region-ref.html
     31 pref(ui.useOverlayScrollbars,1) == overflow-hidden-region-with-negative-left-positioned-element.html overflow-region-ref.html
     32 == horizontal-overflow-hidden-region.html horizontal-overflow-hidden-region-ref.html
     33 == vertical-overflow-hidden-region.html about:blank
     34 == scroll-to-unreachable-area.html scroll-to-unreachable-area-ref.html
     35 == wrapped-text-at-icb.html wrapped-text-at-icb-ref.html
     36 == overflow-hidden-region-dynamic-width-change.html overflow-region-ref.html
     37 == remove-overflow-hidden-region.html remove-overflow-hidden-region-ref.html
     38 == dynamic-grow-width.html horizontal-overflow-hidden-region-ref.html
     39 == dynamic-grow-width-and-height.html overflow-region-ref.html
     40 == not-able-to-scrollTo.html about:blank
     41 == min-scale-aspect-ratio.html about:blank
     42 pref(layout.dynamic-toolbar-max-height,100) == device-height-with-dynamic-toolbar.html device-height-with-dynamic-toolbar-ref.html
     43 == reflow-on-minimum-scale-size.html about:blank
     44 
     45 # Test that on a device with a screen that's wider than the fallback viewport
     46 # width, on a page with no meta viewport tag the ICB is sized to the screen width.
     47 # Since we cannot alter the screen width in a reftest, to set up the scenario we
     48 # reduce the fallback viewport width to 600px from the default 980px.
     49 pref(browser.viewport.desktopWidth,600) == no-viewport-wide-device.html no-viewport-wide-device-ref.html
     50 
     51 # --- Desktop mode tests---
     52 # Tests in this section run in pairs, of a test followed by desktop-mode-cleanup.html.
     53 # (As the naming suggests, the latter test just does some cleanup work on behalf of
     54 # the former test.)
     55 
     56 == desktop-mode.html desktop-mode-ref.html
     57 == desktop-mode-cleanup.html about:blank
     58 
     59 # Similar to no-viewport-wide-device.html, reduce the fallback viewport width
     60 # to test a scenario where a device has a wider screen width than the fallback width.
     61 pref(browser.viewport.desktopWidth,600) == desktop-mode-wide-device.html desktop-mode-wide-device-ref.html
     62 == desktop-mode-cleanup.html about:blank
     63 
     64 # --- End of desktop mode tests---