tor-browser

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

Document-createEvent.https.html.ini (868B)


      1 [Document-createEvent.https.html]
      2  expected:
      3    if (os == "android") and fission: [OK, TIMEOUT]
      4  [TouchEvent should be an alias for TouchEvent.]
      5    expected:
      6      if os == "android": PASS
      7      PRECONDITION_FAILED
      8 
      9  [createEvent('TouchEvent') should be initialized correctly.]
     10    expected:
     11      if os == "android": PASS
     12      PRECONDITION_FAILED
     13 
     14  [touchevent should be an alias for TouchEvent.]
     15    expected:
     16      if os == "android": PASS
     17      PRECONDITION_FAILED
     18 
     19  [createEvent('touchevent') should be initialized correctly.]
     20    expected:
     21      if os == "android": PASS
     22      PRECONDITION_FAILED
     23 
     24  [TOUCHEVENT should be an alias for TouchEvent.]
     25    expected:
     26      if os == "android": PASS
     27      PRECONDITION_FAILED
     28 
     29  [createEvent('TOUCHEVENT') should be initialized correctly.]
     30    expected:
     31      if os == "android": PASS
     32      PRECONDITION_FAILED