tor-browser

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

inert-with-fullscreen-element.html.ini (427B)


      1 [inert-with-fullscreen-element.html]
      2  expected:
      3    if (os == "mac") and not debug: [OK, ERROR]
      4  [If the fullscreen element has the 'inert' attribute, everything becomes inert]
      5    expected:
      6      if (os == "mac") and not debug: [PASS, NOTRUN]
      7 
      8  [If an ancestor of the fullscreen element has the 'inert' attribute, the fullscreen element escapes inertness]
      9    expected:
     10      if (os == "mac") and not debug: [PASS, NOTRUN]