tor-browser

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

popover-top-layer-interactions.html.ini (849B)


      1 [popover-top-layer-interactions.html]
      2  expected:
      3    if (os == "mac") and not debug: [OK, ERROR]
      4  [A Popover should *not* close a Modal Dialog.]
      5    expected:
      6      if (os == "mac") and not debug: [PASS, NOTRUN]
      7 
      8  [A Modal Dialog should *not* close a Modal Dialog.]
      9    expected:
     10      if (os == "mac") and not debug: [PASS, NOTRUN]
     11 
     12  [A Fullscreen Element should *not* close a Modal Dialog.]
     13    expected:
     14      if (os == "mac") and not debug: [PASS, NOTRUN]
     15 
     16  [A Popover should *not* close a Fullscreen Element.]
     17    expected:
     18      if (os == "mac") and not debug: [PASS, NOTRUN]
     19 
     20  [A Modal Dialog should *not* close a Fullscreen Element.]
     21    expected:
     22      if (os == "mac") and not debug: [PASS, NOTRUN]
     23 
     24  [A Fullscreen Element should *not* close a Fullscreen Element.]
     25    expected:
     26      if (os == "mac") and not debug: [PASS, NOTRUN]