tor-browser

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

scrollbar-gutter-reflow-counts-001.html.ini (1038B)


      1 [scrollbar-gutter-reflow-counts-001.html]
      2  [Enlarge the child's block-size to 200%]
      3    expected:
      4      if os == "android": FAIL # Overlay scrollbars do not create scrollbar gutters.
      5 
      6  [Enlarge the child's block-size to 300px]
      7    expected:
      8      if os == "android": FAIL # Overlay scrollbars do not create scrollbar gutters.
      9 
     10  [Enlarge the child's block-size to 200% in a vertical-lr scroll container]
     11    expected:
     12      if os == "android": FAIL # Overlay scrollbars do not create scrollbar gutters.
     13 
     14  [Enlarge the child's block-size to 300px in a vertical-lr scroll container]
     15    expected:
     16      if os == "android": FAIL # Overlay scrollbars do not create scrollbar gutters.
     17 
     18  [Enlarge the child's block-size to 200% in a vertical-rl scroll container]
     19    expected:
     20      if os == "android": FAIL # Overlay scrollbars do not create scrollbar gutters.
     21 
     22  [Enlarge the child's block-size to 300px in a vertical-rl scroll container]
     23    expected:
     24      if os == "android": FAIL # Overlay scrollbars do not create scrollbar gutters.