tor-browser

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

onchange-event.html.ini (458B)


      1 [onchange-event.html]
      2  expected:
      3    if (os == "mac") and debug: [OK, TIMEOUT]
      4  [Test that orientationchange event is fired when the orientation changes.]
      5    expected:
      6      if (os == "mac") and debug: [FAIL, NOTRUN]
      7      if os == "android": PASS
      8      FAIL
      9 
     10  [Test that orientationchange event is not fired when the orientation does not change.]
     11    expected:
     12      if (os == "mac") and debug: [FAIL, TIMEOUT]
     13      if os == "android": PASS
     14      FAIL