tor-browser

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

idlharness.https.window.js.ini (985B)


      1 [idlharness.https.window.html]
      2  [Window interface: attribute onpointerrawupdate]
      3    expected:
      4      if (os == "mac") and not debug: [PASS, FAIL]
      5      if (os == "android") and not debug: [PASS, FAIL]
      6 
      7  [Document interface: document must inherit property "onpointerrawupdate" with the proper type]
      8    expected:
      9      if (os == "mac") and not debug: [PASS, FAIL]
     10      if (os == "android") and not debug: [PASS, FAIL]
     11 
     12  [Document interface: attribute onpointerrawupdate]
     13    expected:
     14      if (os == "mac") and not debug: [PASS, FAIL]
     15      if (os == "android") and not debug: [PASS, FAIL]
     16 
     17  [HTMLElement interface: attribute onpointerrawupdate]
     18    expected:
     19      if (os == "mac") and not debug: [PASS, FAIL]
     20      if (os == "android") and not debug: [PASS, FAIL]
     21 
     22  [Window interface: window must inherit property "onpointerrawupdate" with the proper type]
     23    expected:
     24      if (os == "mac") and not debug: [PASS, FAIL]
     25      if (os == "android") and not debug: [PASS, FAIL]