tor-browser

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

fullscreen-behavior.tentative.html.ini (1266B)


      1 [fullscreen-behavior.tentative.html]
      2  expected:
      3    if (os == "mac") and debug: TIMEOUT
      4  [invoking div with toggle-fullscreen action makes div fullscreen]
      5    expected: FAIL
      6 
      7  [invoking fullscreen div with toggle-fullscreen action exits fullscreen]
      8    expected:
      9      if (os == "mac") and debug: PASS
     10      FAIL
     11 
     12  [invoking fullscreen div with toggle-fullscreen (case-insensitive) action exits fullscreen]
     13    expected:
     14      if (os == "mac") and debug: PASS
     15      FAIL
     16 
     17  [invoking div with request-fullscreen action makes div fullscreen]
     18    expected:
     19      if (os == "mac") and debug: TIMEOUT
     20      FAIL
     21 
     22  [invoking fullscreen div with exit-fullscreen action exits fullscreen]
     23    expected:
     24      if (os == "mac") and debug: NOTRUN
     25      FAIL
     26 
     27  [invoking div with exit-fullscreen action is a no-op]
     28    expected:
     29      if (os == "mac") and debug: NOTRUN
     30 
     31  [invoking fullscreen div with exit-fullscreen action and preventDefault is a no-op]
     32    expected:
     33      if (os == "mac") and debug: NOTRUN
     34 
     35  [invoking div with request-fullscreen action and preventDefault is a no-op]
     36    expected:
     37      if (os == "mac") and debug: NOTRUN
     38 
     39  [invoking fullscreen div with request-fullscreen action is a no-op]
     40    expected:
     41      if (os == "mac") and debug: NOTRUN