tor-browser

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

scroll-margin-propagation.html.ini (587B)


      1 [scroll-margin-propagation.html]
      2  [Scroll margin is not applied to iframe 1, because it's cross-origin-domain with iframe 3]
      3    expected:
      4      if fission and (os == "mac") and debug: [FAIL, PASS]
      5      if not fission: FAIL
      6 
      7  [Scroll margin is not applied to top page, because scroll margin doesn't propagate past cross-origin-domain iframe 1]
      8    expected:
      9      if fission and debug and (os == "win") and (processor == "x86_64"): [PASS, FAIL]
     10      if fission and debug and (os == "mac"): FAIL
     11      if fission and debug and (os == "linux"): [PASS, FAIL]
     12      if not fission: FAIL