tor-browser

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

iframe-sequence-of-events.html.ini (864B)


      1 [iframe-sequence-of-events.html]
      2  expected:
      3    if (os == "mac") and not debug: [OK, TIMEOUT]
      4  [Changing the src of an iframe (HTTP_NOTSAMESITE_ORIGIN->HTTP_NOTSAMESITE_ORIGIN) without TAO should result in an RT entry]
      5    expected:
      6      if (os == "mac") and not debug: [PASS, NOTRUN]
      7 
      8  [Changing the src of an iframe (HTTP_NOTSAMESITE_ORIGIN->HTTP_NOTSAMESITE_ORIGIN) with TAO should result in an RT entry]
      9    expected:
     10      if (os == "mac") and not debug: [PASS, NOTRUN, TIMEOUT]
     11 
     12  [Changing the src of an iframe (HTTP_NOTSAMESITE_ORIGIN->HTTP_REMOTE_ORIGIN) with TAO should result in an RT entry]
     13    expected:
     14      if (os == "mac") and not debug: [PASS, TIMEOUT]
     15 
     16  [Changing the src of an iframe (HTTP_NOTSAMESITE_ORIGIN->HTTP_REMOTE_ORIGIN) without TAO should result in an RT entry]
     17    expected:
     18      if (os == "mac") and not debug: [PASS, NOTRUN]