[shapedetection-cross-origin.sub.https.html]
  expected:
    if os_version == "7.0": [OK, CRASH]
    if os_version == "14.70": [OK, TIMEOUT]
    if os_version == "14": [OK, TIMEOUT, CRASH]
  [BarcodeDetector should reject cross-origin ImageBitmaps with a SecurityError.]
    expected:
      if os == "mac": [FAIL, NOTRUN]
      FAIL
  [BarcodeDetector should reject cross-origin HTMLImageElements with a SecurityError.]
    expected:
      if os == "mac": [FAIL, NOTRUN]
      FAIL
  [FaceDetector should reject cross-origin HTMLVideoElements with a SecurityError.]
    expected:
      if os == "mac": [FAIL, TIMEOUT]
      FAIL
  [BarcodeDetector should reject cross-origin HTMLVideoElements with a SecurityError.]
    expected:
      if os == "mac": [FAIL, NOTRUN]
      FAIL
  [FaceDetector should reject cross-origin ImageBitmaps with a SecurityError.]
    expected: FAIL
  [FaceDetector should reject cross-origin HTMLImageElements with a SecurityError.]
    expected: FAIL
  [TextDetector should reject cross-origin HTMLImageElements with a SecurityError.]
    expected:
      if os == "mac": [FAIL, NOTRUN]
      FAIL
  [TextDetector should reject cross-origin ImageBitmaps with a SecurityError.]
    expected:
      if os == "mac": [FAIL, NOTRUN]
      FAIL
  [TextDetector should reject cross-origin HTMLVideoElements with a SecurityError.]
    expected:
      if os_version == "14.70": [FAIL, NOTRUN]
      if os_version == "14": [FAIL, TIMEOUT]
      FAIL