tor-browser

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

popover-top-layer-nesting.html.ini (2683B)


      1 [popover-top-layer-nesting.html]
      2  expected:
      3    if (os == "mac") and not debug: [OK, TIMEOUT]
      4  [Single popover=auto ancestor with fullscreen]
      5    expected:
      6      if (os == "mac") and debug: [PASS, FAIL]
      7 
      8  [Single popover=auto ancestor with fullscreen, top layer element *is* a popover]
      9    expected:
     10      if (os == "mac") and debug: [PASS, FAIL]
     11 
     12  [Single popover=manual ancestor with fullscreen]
     13    expected:
     14      if (os == "mac") and debug: [PASS, FAIL]
     15      if (os == "mac") and not debug: [PASS, TIMEOUT]
     16 
     17  [Single popover=manual ancestor with fullscreen, top layer element *is* a popover]
     18    expected:
     19      if (os == "mac") and debug: [PASS, FAIL]
     20      if (os == "mac") and not debug: [PASS, NOTRUN]
     21 
     22  [Nested popover=auto ancestors with fullscreen]
     23    expected:
     24      if (os == "mac") and debug: [PASS, FAIL]
     25      if (os == "mac") and not debug: [PASS, NOTRUN]
     26 
     27  [Nested popover=auto ancestors with fullscreen, top layer element *is* a popover]
     28    expected:
     29      if (os == "mac") and debug: [PASS, FAIL]
     30      if (os == "mac") and not debug: [PASS, NOTRUN]
     31 
     32  [Nested popover=auto ancestors, target is outer with fullscreen]
     33    expected:
     34      if (os == "mac") and debug: [PASS, FAIL]
     35      if (os == "mac") and not debug: [PASS, NOTRUN]
     36 
     37  [Nested popover=auto ancestors, target is outer with fullscreen, top layer element *is* a popover]
     38    expected:
     39      if (os == "mac") and debug: [PASS, FAIL]
     40      if (os == "mac") and not debug: [PASS, NOTRUN]
     41 
     42  [Top layer inside of nested element with fullscreen]
     43    expected:
     44      if (os == "mac") and debug: [PASS, FAIL]
     45      if (os == "mac") and not debug: [PASS, NOTRUN]
     46 
     47  [Top layer inside of nested element with fullscreen, top layer element *is* a popover]
     48    expected:
     49      if (os == "mac") and debug: [PASS, FAIL]
     50      if (os == "mac") and not debug: [PASS, NOTRUN]
     51 
     52  [Nested popover=auto ancestors with dialog, top layer element *is* a popover]
     53    expected:
     54      if (os == "mac") and not debug: [PASS, NOTRUN]
     55 
     56  [Nested popover=auto ancestors, target is outer with dialog, top layer element *is* a popover]
     57    expected:
     58      if (os == "mac") and not debug: [PASS, NOTRUN]
     59 
     60  [Nested popover=auto ancestors, target is outer with dialog]
     61    expected:
     62      if (os == "mac") and not debug: [PASS, NOTRUN]
     63 
     64  [Nested popover=auto ancestors with dialog]
     65    expected:
     66      if (os == "mac") and not debug: [PASS, NOTRUN]
     67 
     68  [Top layer inside of nested element with dialog, top layer element *is* a popover]
     69    expected:
     70      if (os == "mac") and not debug: [PASS, NOTRUN]
     71 
     72  [Top layer inside of nested element with dialog]
     73    expected:
     74      if (os == "mac") and not debug: [PASS, NOTRUN]