tor-browser

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

idlharness.window.js.ini (740B)


      1 [idlharness.window.html]
      2  [HTMLBodyElement interface: document.body must inherit property "onorientationchange" with the proper type]
      3    expected: FAIL
      4 
      5  [Window interface: attribute orientation]
      6    expected:
      7      if os == "android": PASS
      8      FAIL
      9 
     10  [Window interface: window must inherit property "orientation" with the proper type]
     11    expected:
     12      if os == "android": PASS
     13      FAIL
     14 
     15  [HTMLBodyElement interface: attribute onorientationchange]
     16    expected: FAIL
     17 
     18  [Window interface: window must inherit property "onorientationchange" with the proper type]
     19    expected:
     20      if os == "android": PASS
     21      FAIL
     22 
     23  [Window interface: attribute onorientationchange]
     24    expected:
     25      if os == "android": PASS
     26      FAIL