[encodedVideoChunk-serialization.crossAgentCluster.https.html]
  prefs: [dom.media.webcodecs.enabled:true]
  expected:
    if (os == "android") and not debug: [OK, ERROR]
  [Verify chunks is unavailable in sharedworker]
    expected:
      if (os == "android") and not debug: [PASS, NOTRUN]

  [Verify chunks cannot be passed to sharedworker]
    expected:
      if (os == "android") and not debug: [PASS, FAIL]

  [Verify chunks cannot be passed to serviceworker]
    expected:
      if (os == "android") and not debug: [PASS, TIMEOUT]

  [Verify chunks is unavailable in serviceworker]
    expected:
      if (os == "android") and not debug: [PASS, NOTRUN]

  [Verify chunks can be passed back and forth between main and worker]
    expected:
      if (os == "android") and not debug: [PASS, FAIL]

  [Verify chunks can be passed back and forth between main and data-url worker]
    expected:
      if (os == "android") and not debug: [PASS, FAIL]

  [Verify chunks can be passed within the same agent clusters]
    expected:
      if (os == "android") and not debug: [PASS, FAIL]

  [Verify chunks cannot be passed accross the different agent clusters]
    expected:
      if (os == "android") and not debug: [PASS, FAIL]