tor-browser

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

focusVisible.html.ini (1055B)


      1 [focusVisible.html]
      2  expected:
      3    if (os == "android") and fission: [OK, TIMEOUT]
      4  [FocusOptions.focusVisible: button]
      5    expected:
      6      if not debug and (os == "linux") and (processor == "x86_64"): [PASS, FAIL]
      7      if not debug and (os == "mac"): [PASS, FAIL]
      8      if not debug and (os == "android"): [PASS, FAIL]
      9 
     10  [FocusOptions.focusVisible: input]
     11    expected:
     12      if not debug and (os == "linux") and (processor == "x86_64"): [PASS, FAIL]
     13      if not debug and (os == "mac"): [PASS, FAIL]
     14      if not debug and (os == "android"): [PASS, FAIL]
     15 
     16  [FocusOptions.focusVisible: #contenteditable]
     17    expected:
     18      if not debug and (os == "linux") and (processor == "x86_64"): [PASS, FAIL]
     19      if not debug and (os == "mac"): [PASS, FAIL]
     20      if not debug and (os == "android"): [PASS, FAIL]
     21 
     22  [FocusOptions.focusVisible: #tabindex]
     23    expected:
     24      if not debug and (os == "linux") and (processor == "x86_64"): [PASS, FAIL]
     25      if not debug and (os == "android"): [PASS, FAIL]
     26      if not debug and (os == "mac"): [PASS, FAIL]