tor-browser

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

idlharness.window.js.ini (799B)


      1 [idlharness.window.html]
      2  expected:
      3    if (os == "android") and fission: [TIMEOUT, OK]
      4  [ResizeObserverEntry must be primary interface of entry]
      5    expected:
      6      if (os == "linux") and debug and not fission: [PASS, FAIL]
      7 
      8  [Stringification of entry]
      9    expected:
     10      if (os == "linux") and debug and not fission: [PASS, FAIL]
     11 
     12  [ResizeObserverEntry interface: entry must inherit property "target" with the proper type]
     13    expected:
     14      if (os == "linux") and debug and not fission: [PASS, FAIL]
     15 
     16  [ResizeObserverEntry creator]
     17    expected:
     18      if (os == "linux") and debug and not fission: [PASS, FAIL]
     19 
     20  [ResizeObserverEntry interface: entry must inherit property "contentRect" with the proper type]
     21    expected:
     22      if (os == "linux") and debug and not fission: [PASS, FAIL]