tor-browser

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

event-propagate-disabled.tentative.html.ini (978B)


      1 [event-propagate-disabled.tentative.html]
      2  [Trusted click on <input>, observed from <input>]
      3    expected:
      4      if asan and not fission: [PASS, FAIL]
      5 
      6  [Trusted click on <fieldset disabled="">Text</fieldset>, observed from <body>]
      7    expected:
      8      if asan and not fission: [PASS, FAIL]
      9 
     10  [Trusted click on <input disabled="" type="file">, observed from <body>]
     11    expected:
     12      if asan and not fission: [PASS, FAIL]
     13 
     14  [click() on <input disabled="" type="file">, observed from <body>]
     15    expected:
     16      if asan and not fission: [PASS, FAIL]
     17 
     18  [Trusted click on <input disabled="" type="range" value="50">, observed from <body>]
     19    expected:
     20      if asan and not fission: [PASS, FAIL]
     21 
     22  [Trusted click on <input disabled="" type="tel">, observed from <input>]
     23    expected:
     24      if asan and not fission: [PASS, FAIL]
     25 
     26  [Trusted click on <my-control disabled="">Text</my-control>, observed from <body>]
     27    expected:
     28      if asan and not fission: [PASS, FAIL]