[idlharness.window.html]
  expected:
    if (os == "android") and fission: [TIMEOUT, OK]
  [ResizeObserverEntry must be primary interface of entry]
    expected:
      if (os == "linux") and debug and not fission: [PASS, FAIL]
  [Stringification of entry]
    expected:
      if (os == "linux") and debug and not fission: [PASS, FAIL]
  [ResizeObserverEntry interface: entry must inherit property "target" with the proper type]
    expected:
      if (os == "linux") and debug and not fission: [PASS, FAIL]
  [ResizeObserverEntry creator]
    expected:
      if (os == "linux") and debug and not fission: [PASS, FAIL]
  [ResizeObserverEntry interface: entry must inherit property "contentRect" with the proper type]
    expected:
      if (os == "linux") and debug and not fission: [PASS, FAIL]