tor-browser

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

content-visibility-auto-state-changed.html.ini (1397B)


      1 [content-visibility-auto-state-changed.html]
      2  expected:
      3    if (os == "mac") and not debug: [OK, TIMEOUT]
      4    if (os == "android") and not debug: [OK, TIMEOUT]
      5  [ContentVisibilityAutoStateChange fires when relevant element gains `content-visibility:auto` (oncontentvisibilityautostatechange syntax)]
      6    expected:
      7      if (os == "mac") and not debug: [PASS, TIMEOUT]
      8      if (os == "android") and not debug: [PASS, TIMEOUT]
      9 
     10  [ContentVisibilityAutoStateChange fires when not relevant element gains `content-visibility:auto`]
     11    expected:
     12      if (os == "mac") and not debug: [PASS, NOTRUN]
     13      if (os == "android") and not debug: [PASS, NOTRUN]
     14 
     15  [ContentVisibilityAutoStateChange content attribute test]
     16    expected:
     17      if (os == "mac") and not debug: [PASS, NOTRUN]
     18      if (os == "android") and not debug: [PASS, NOTRUN]
     19 
     20  [ContentVisibilityAutoStateChange content attribute test on svg]
     21    expected:
     22      if (os == "mac") and not debug: [PASS, NOTRUN]
     23      if (os == "android") and not debug: [PASS, NOTRUN]
     24 
     25  [ContentVisibilityAutoStateChange fires when skipped]
     26    expected:
     27      if (os == "mac") and not debug: [PASS, NOTRUN]
     28      if (os == "android") and not debug: [PASS, NOTRUN]
     29 
     30  [ContentVisibilityAutoStateChange fires when not skipped]
     31    expected:
     32      if (os == "mac") and not debug: [PASS, NOTRUN]
     33      if (os == "android") and not debug: [PASS, NOTRUN]