{
  "ua": [
    "Sf12"
  ],
  "results": {
    "/webaudio/the-audio-api/the-delaynode-interface/delaynode.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [test] Tests attribute and basic functionality of DelayNode": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-dynamicscompressornode-interface/ctor-dynamicscompressor.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "TypeError: undefined is not an object (evaluating 'node.numberOfInputs')"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [initialize] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "X context = new OfflineAudioContext(...) incorrectly threw ReferenceError: \"Can't find variable: OfflineAudioContext\".": {
          "stNum": 2,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "< [initialize] 1 out of 1 assertions were failed.": {
          "stNum": 3,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "> [invalid constructor] ": {
          "stNum": 4,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "  new DynamicsCompressorNode() threw TypeError: \"function is not a constructor (evaluating 'new window[name]()')\".": {
          "stNum": 5,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "  new DynamicsCompressorNode(1) threw TypeError: \"function is not a constructor (evaluating 'new window[name](1)')\".": {
          "stNum": 6,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "  new DynamicsCompressorNode(context, 42) threw TypeError: \"function is not a constructor (evaluating 'new window[name](context, 42)')\".": {
          "stNum": 7,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "< [invalid constructor] All assertions passed. (total 3 assertions)": {
          "stNum": 8,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [default constructor] ": {
          "stNum": 9,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "X node0 = new DynamicsCompressorNode(context) incorrectly threw TypeError: \"function is not a constructor (evaluating 'new window[name](context, options.constructorOptions)')\".": {
          "stNum": 10,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "X node0 instanceof DynamicsCompressorNode is not equal to true. Got false.": {
          "stNum": 11,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-gainnode-interface/gain.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [create context] Create context for test": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-gainnode-interface/gain-basic.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: AudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [test] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audioparam-interface/k-rate-stereo-panner.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [Test k-rate StereoPannerNode] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audioparam-interface/event-insertion.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [Insert same event at same time] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audioworklet-interface/audioworklet-messageport.https.html": {
      "byUA": {
        "Sf12": "OK"
      },
      "UAmessage": {},
      "totals": {
        "OK": 1
      },
      "subtests": {
        "\n      Test MessagePort in AudioWorkletNode and AudioWorkletProcessor\n    ": {
          "stNum": 0,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "ReferenceError: Can't find variable: AudioContext"
          },
          "totals": {
            "FAIL": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audioworklet-interface/audioworkletnode-disconnected-input.https.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [test] Input array length should be zero for disconnected input": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audioparam-interface/retrospective-exponentialRampToValueAtTime.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [test] Test exponentialRampToValue with end time in the past": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-delaynode-interface/delaynode-max-default-delay.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [test] DelayNode with delay set to default maximum delay": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audioworklet-interface/audioworklet-audioparam-size.https.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "TypeError: undefined is not an object (evaluating 'context.audioWorklet')"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [Initializing AudioWorklet and Context] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "X Creating offline context for testing incorrectly threw ReferenceError: \"Can't find variable: OfflineAudioContext\".": {
          "stNum": 2,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audiobuffersourcenode-interface/sample-accurate-scheduling.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [test] Test sample-accurate scheduling": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-stereopanner-interface/stereopannernode-basic.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: AudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [test] Attributes and basic functionality of StereoPannerNode": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audionode-interface/channel-mode-interp-basic.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [interp] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audiobuffer-interface/audiobuffer.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: AudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [Basic tests for AudioBuffer] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-delaynode-interface/delaynode-maxdelaylimit.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [test] Tests attribute and maximum allowed delay of DelayNode": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audioparam-interface/audioparam-connect-audioratesignal.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [test] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-allpass.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [test] Biquad allpass filter": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-delaynode-interface/no-dezippering.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [test0] Test DelayNode has no dezippering": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-pannernode-interface/panner-equalpower.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [test] Equal-power panner model of AudioPannerNode": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-channelsplitternode-interface/audiochannelsplitter.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [construction] Construction of ChannelSplitterNode": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audiobuffersourcenode-interface/note-grain-on-play.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [note-grain-on-play] Test noteGrainOn offset rendering": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-channelmergernode-interface/audiochannelmerger-disconnect.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [silent-disconnect] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audiobuffersourcenode-interface/audiobuffersource-multi-channels.html": {
      "byUA": {
        "Sf12": "TIMEOUT"
      },
      "UAmessage": {},
      "totals": {
        "TIMEOUT": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [initialize] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "X Creating context for testing incorrectly threw ReferenceError: \"Can't find variable: OfflineAudioContext\".": {
          "stNum": 2,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "X Fetching expected audio rejected incorrectly with TypeError: undefined is not an object (evaluating 'context.decodeAudioData'). Got Promise.": {
          "stNum": 3,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-constantsourcenode-interface/constant-source-onended.html": {
      "byUA": {
        "Sf12": "OK"
      },
      "UAmessage": {},
      "totals": {
        "OK": 1
      },
      "subtests": {
        "\n      Test ConstantSourceNode onended\n    ": {
          "stNum": 0,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
          },
          "totals": {
            "FAIL": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audionode-interface/audionode-disconnect-audioparam.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [disconnect(AudioParam)] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/idlharness.https.window.html": {
      "byUA": {
        "Sf12": "OK"
      },
      "UAmessage": {},
      "totals": {
        "OK": 1
      },
      "subtests": {
        "idl_test setup": {
          "stNum": 0,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "promise_test: Unhandled rejection with value: object \"ReferenceError: Can't find variable: AudioContext\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: existence and properties of interface object": {
          "stNum": 1,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"BaseAudioContext\" expected property \"BaseAudioContext\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface object length": {
          "stNum": 2,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"BaseAudioContext\" expected property \"BaseAudioContext\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface object name": {
          "stNum": 3,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"BaseAudioContext\" expected property \"BaseAudioContext\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: existence and properties of interface prototype object": {
          "stNum": 4,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"BaseAudioContext\" expected property \"BaseAudioContext\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: existence and properties of interface prototype object's \"constructor\" property": {
          "stNum": 5,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"BaseAudioContext\" expected property \"BaseAudioContext\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: existence and properties of interface prototype object's @@unscopables property": {
          "stNum": 6,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"BaseAudioContext\" expected property \"BaseAudioContext\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: attribute destination": {
          "stNum": 7,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"BaseAudioContext\" expected property \"BaseAudioContext\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: attribute sampleRate": {
          "stNum": 8,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"BaseAudioContext\" expected property \"BaseAudioContext\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: attribute currentTime": {
          "stNum": 9,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"BaseAudioContext\" expected property \"BaseAudioContext\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: attribute listener": {
          "stNum": 10,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"BaseAudioContext\" expected property \"BaseAudioContext\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: attribute state": {
          "stNum": 11,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"BaseAudioContext\" expected property \"BaseAudioContext\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: attribute audioWorklet": {
          "stNum": 12,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"BaseAudioContext\" expected property \"BaseAudioContext\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: attribute onstatechange": {
          "stNum": 13,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"BaseAudioContext\" expected property \"BaseAudioContext\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: operation createAnalyser()": {
          "stNum": 14,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"BaseAudioContext\" expected property \"BaseAudioContext\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: operation createBiquadFilter()": {
          "stNum": 15,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"BaseAudioContext\" expected property \"BaseAudioContext\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: operation createBuffer(unsigned long, unsigned long, float)": {
          "stNum": 16,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"BaseAudioContext\" expected property \"BaseAudioContext\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: operation createBufferSource()": {
          "stNum": 17,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"BaseAudioContext\" expected property \"BaseAudioContext\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: operation createChannelMerger(unsigned long)": {
          "stNum": 18,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"BaseAudioContext\" expected property \"BaseAudioContext\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: operation createChannelSplitter(unsigned long)": {
          "stNum": 19,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"BaseAudioContext\" expected property \"BaseAudioContext\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: operation createConstantSource()": {
          "stNum": 20,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"BaseAudioContext\" expected property \"BaseAudioContext\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: operation createConvolver()": {
          "stNum": 21,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"BaseAudioContext\" expected property \"BaseAudioContext\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: operation createDelay(double)": {
          "stNum": 22,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"BaseAudioContext\" expected property \"BaseAudioContext\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: operation createDynamicsCompressor()": {
          "stNum": 23,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"BaseAudioContext\" expected property \"BaseAudioContext\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: operation createGain()": {
          "stNum": 24,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"BaseAudioContext\" expected property \"BaseAudioContext\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: operation createIIRFilter([object Object], [object Object])": {
          "stNum": 25,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"BaseAudioContext\" expected property \"BaseAudioContext\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: operation createOscillator()": {
          "stNum": 26,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"BaseAudioContext\" expected property \"BaseAudioContext\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: operation createPanner()": {
          "stNum": 27,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"BaseAudioContext\" expected property \"BaseAudioContext\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: operation createPeriodicWave([object Object], [object Object], PeriodicWaveConstraints)": {
          "stNum": 28,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"BaseAudioContext\" expected property \"BaseAudioContext\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: operation createScriptProcessor(unsigned long, unsigned long, unsigned long)": {
          "stNum": 29,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"BaseAudioContext\" expected property \"BaseAudioContext\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: operation createStereoPanner()": {
          "stNum": 30,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"BaseAudioContext\" expected property \"BaseAudioContext\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: operation createWaveShaper()": {
          "stNum": 31,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"BaseAudioContext\" expected property \"BaseAudioContext\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: operation decodeAudioData(ArrayBuffer, DecodeSuccessCallback, DecodeErrorCallback)": {
          "stNum": 32,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"BaseAudioContext\" expected property \"BaseAudioContext\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioContext interface: existence and properties of interface object": {
          "stNum": 33,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"AudioContext\" expected property \"AudioContext\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioContext interface object length": {
          "stNum": 34,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"AudioContext\" expected property \"AudioContext\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioContext interface object name": {
          "stNum": 35,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"AudioContext\" expected property \"AudioContext\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioContext interface: existence and properties of interface prototype object": {
          "stNum": 36,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"AudioContext\" expected property \"AudioContext\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioContext interface: existence and properties of interface prototype object's \"constructor\" property": {
          "stNum": 37,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"AudioContext\" expected property \"AudioContext\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioContext interface: existence and properties of interface prototype object's @@unscopables property": {
          "stNum": 38,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"AudioContext\" expected property \"AudioContext\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioContext interface: attribute baseLatency": {
          "stNum": 39,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"AudioContext\" expected property \"AudioContext\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioContext interface: attribute outputLatency": {
          "stNum": 40,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"AudioContext\" expected property \"AudioContext\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioContext interface: operation getOutputTimestamp()": {
          "stNum": 41,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"AudioContext\" expected property \"AudioContext\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioContext interface: operation resume()": {
          "stNum": 42,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"AudioContext\" expected property \"AudioContext\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioContext interface: operation suspend()": {
          "stNum": 43,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"AudioContext\" expected property \"AudioContext\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioContext interface: operation close()": {
          "stNum": 44,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"AudioContext\" expected property \"AudioContext\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioContext interface: operation createMediaElementSource(HTMLMediaElement)": {
          "stNum": 45,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"AudioContext\" expected property \"AudioContext\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioContext interface: operation createMediaStreamSource(MediaStream)": {
          "stNum": 46,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"AudioContext\" expected property \"AudioContext\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioContext interface: operation createMediaStreamTrackSource(MediaStreamTrack)": {
          "stNum": 47,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"AudioContext\" expected property \"AudioContext\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioContext interface: operation createMediaStreamDestination()": {
          "stNum": 48,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"AudioContext\" expected property \"AudioContext\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioContext must be primary interface of context": {
          "stNum": 49,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "Stringification of context": {
          "stNum": 50,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioContext interface: context must inherit property \"baseLatency\" with the proper type": {
          "stNum": 51,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioContext interface: context must inherit property \"outputLatency\" with the proper type": {
          "stNum": 52,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioContext interface: context must inherit property \"getOutputTimestamp()\" with the proper type": {
          "stNum": 53,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioContext interface: context must inherit property \"resume()\" with the proper type": {
          "stNum": 54,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioContext interface: context must inherit property \"suspend()\" with the proper type": {
          "stNum": 55,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioContext interface: context must inherit property \"close()\" with the proper type": {
          "stNum": 56,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioContext interface: context must inherit property \"createMediaElementSource(HTMLMediaElement)\" with the proper type": {
          "stNum": 57,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioContext interface: calling createMediaElementSource(HTMLMediaElement) on context with too few arguments must throw TypeError": {
          "stNum": 58,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioContext interface: context must inherit property \"createMediaStreamSource(MediaStream)\" with the proper type": {
          "stNum": 59,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioContext interface: calling createMediaStreamSource(MediaStream) on context with too few arguments must throw TypeError": {
          "stNum": 60,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioContext interface: context must inherit property \"createMediaStreamTrackSource(MediaStreamTrack)\" with the proper type": {
          "stNum": 61,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioContext interface: calling createMediaStreamTrackSource(MediaStreamTrack) on context with too few arguments must throw TypeError": {
          "stNum": 62,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioContext interface: context must inherit property \"createMediaStreamDestination()\" with the proper type": {
          "stNum": 63,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: context must inherit property \"destination\" with the proper type": {
          "stNum": 64,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: context must inherit property \"sampleRate\" with the proper type": {
          "stNum": 65,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: context must inherit property \"currentTime\" with the proper type": {
          "stNum": 66,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: context must inherit property \"listener\" with the proper type": {
          "stNum": 67,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: context must inherit property \"state\" with the proper type": {
          "stNum": 68,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: context must inherit property \"audioWorklet\" with the proper type": {
          "stNum": 69,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: context must inherit property \"onstatechange\" with the proper type": {
          "stNum": 70,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: context must inherit property \"createAnalyser()\" with the proper type": {
          "stNum": 71,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: context must inherit property \"createBiquadFilter()\" with the proper type": {
          "stNum": 72,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: context must inherit property \"createBuffer(unsigned long, unsigned long, float)\" with the proper type": {
          "stNum": 73,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: calling createBuffer(unsigned long, unsigned long, float) on context with too few arguments must throw TypeError": {
          "stNum": 74,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: context must inherit property \"createBufferSource()\" with the proper type": {
          "stNum": 75,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: context must inherit property \"createChannelMerger(unsigned long)\" with the proper type": {
          "stNum": 76,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: calling createChannelMerger(unsigned long) on context with too few arguments must throw TypeError": {
          "stNum": 77,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: context must inherit property \"createChannelSplitter(unsigned long)\" with the proper type": {
          "stNum": 78,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: calling createChannelSplitter(unsigned long) on context with too few arguments must throw TypeError": {
          "stNum": 79,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: context must inherit property \"createConstantSource()\" with the proper type": {
          "stNum": 80,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: context must inherit property \"createConvolver()\" with the proper type": {
          "stNum": 81,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: context must inherit property \"createDelay(double)\" with the proper type": {
          "stNum": 82,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: calling createDelay(double) on context with too few arguments must throw TypeError": {
          "stNum": 83,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: context must inherit property \"createDynamicsCompressor()\" with the proper type": {
          "stNum": 84,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: context must inherit property \"createGain()\" with the proper type": {
          "stNum": 85,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: context must inherit property \"createIIRFilter([object Object], [object Object])\" with the proper type": {
          "stNum": 86,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: calling createIIRFilter([object Object], [object Object]) on context with too few arguments must throw TypeError": {
          "stNum": 87,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: context must inherit property \"createOscillator()\" with the proper type": {
          "stNum": 88,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: context must inherit property \"createPanner()\" with the proper type": {
          "stNum": 89,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: context must inherit property \"createPeriodicWave([object Object], [object Object], PeriodicWaveConstraints)\" with the proper type": {
          "stNum": 90,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: calling createPeriodicWave([object Object], [object Object], PeriodicWaveConstraints) on context with too few arguments must throw TypeError": {
          "stNum": 91,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: context must inherit property \"createScriptProcessor(unsigned long, unsigned long, unsigned long)\" with the proper type": {
          "stNum": 92,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: calling createScriptProcessor(unsigned long, unsigned long, unsigned long) on context with too few arguments must throw TypeError": {
          "stNum": 93,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: context must inherit property \"createStereoPanner()\" with the proper type": {
          "stNum": 94,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: context must inherit property \"createWaveShaper()\" with the proper type": {
          "stNum": 95,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: context must inherit property \"decodeAudioData(ArrayBuffer, DecodeSuccessCallback, DecodeErrorCallback)\" with the proper type": {
          "stNum": 96,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: calling decodeAudioData(ArrayBuffer, DecodeSuccessCallback, DecodeErrorCallback) on context with too few arguments must throw TypeError": {
          "stNum": 97,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "OfflineAudioContext interface: existence and properties of interface object": {
          "stNum": 98,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"OfflineAudioContext\" expected property \"OfflineAudioContext\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "OfflineAudioContext interface object length": {
          "stNum": 99,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"OfflineAudioContext\" expected property \"OfflineAudioContext\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "OfflineAudioContext interface object name": {
          "stNum": 100,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"OfflineAudioContext\" expected property \"OfflineAudioContext\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "OfflineAudioContext interface: existence and properties of interface prototype object": {
          "stNum": 101,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"OfflineAudioContext\" expected property \"OfflineAudioContext\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "OfflineAudioContext interface: existence and properties of interface prototype object's \"constructor\" property": {
          "stNum": 102,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"OfflineAudioContext\" expected property \"OfflineAudioContext\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "OfflineAudioContext interface: existence and properties of interface prototype object's @@unscopables property": {
          "stNum": 103,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"OfflineAudioContext\" expected property \"OfflineAudioContext\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "OfflineAudioContext interface: operation startRendering()": {
          "stNum": 104,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"OfflineAudioContext\" expected property \"OfflineAudioContext\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "OfflineAudioContext interface: operation resume()": {
          "stNum": 105,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"OfflineAudioContext\" expected property \"OfflineAudioContext\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "OfflineAudioContext interface: operation suspend(double)": {
          "stNum": 106,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"OfflineAudioContext\" expected property \"OfflineAudioContext\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "OfflineAudioContext interface: attribute length": {
          "stNum": 107,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"OfflineAudioContext\" expected property \"OfflineAudioContext\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "OfflineAudioContext interface: attribute oncomplete": {
          "stNum": 108,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"OfflineAudioContext\" expected property \"OfflineAudioContext\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "OfflineAudioContext must be primary interface of new OfflineAudioContext(1, 1, sample_rate)": {
          "stNum": 109,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: OfflineAudioContext\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "Stringification of new OfflineAudioContext(1, 1, sample_rate)": {
          "stNum": 110,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: OfflineAudioContext\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "OfflineAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property \"startRendering()\" with the proper type": {
          "stNum": 111,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: OfflineAudioContext\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "OfflineAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property \"resume()\" with the proper type": {
          "stNum": 112,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: OfflineAudioContext\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "OfflineAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property \"suspend(double)\" with the proper type": {
          "stNum": 113,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: OfflineAudioContext\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "OfflineAudioContext interface: calling suspend(double) on new OfflineAudioContext(1, 1, sample_rate) with too few arguments must throw TypeError": {
          "stNum": 114,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: OfflineAudioContext\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "OfflineAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property \"length\" with the proper type": {
          "stNum": 115,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: OfflineAudioContext\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "OfflineAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property \"oncomplete\" with the proper type": {
          "stNum": 116,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: OfflineAudioContext\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property \"destination\" with the proper type": {
          "stNum": 117,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: OfflineAudioContext\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property \"sampleRate\" with the proper type": {
          "stNum": 118,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: OfflineAudioContext\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property \"currentTime\" with the proper type": {
          "stNum": 119,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: OfflineAudioContext\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property \"listener\" with the proper type": {
          "stNum": 120,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: OfflineAudioContext\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property \"state\" with the proper type": {
          "stNum": 121,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: OfflineAudioContext\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property \"audioWorklet\" with the proper type": {
          "stNum": 122,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: OfflineAudioContext\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property \"onstatechange\" with the proper type": {
          "stNum": 123,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: OfflineAudioContext\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property \"createAnalyser()\" with the proper type": {
          "stNum": 124,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: OfflineAudioContext\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property \"createBiquadFilter()\" with the proper type": {
          "stNum": 125,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: OfflineAudioContext\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property \"createBuffer(unsigned long, unsigned long, float)\" with the proper type": {
          "stNum": 126,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: OfflineAudioContext\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: calling createBuffer(unsigned long, unsigned long, float) on new OfflineAudioContext(1, 1, sample_rate) with too few arguments must throw TypeError": {
          "stNum": 127,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: OfflineAudioContext\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property \"createBufferSource()\" with the proper type": {
          "stNum": 128,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: OfflineAudioContext\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property \"createChannelMerger(unsigned long)\" with the proper type": {
          "stNum": 129,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: OfflineAudioContext\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: calling createChannelMerger(unsigned long) on new OfflineAudioContext(1, 1, sample_rate) with too few arguments must throw TypeError": {
          "stNum": 130,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: OfflineAudioContext\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property \"createChannelSplitter(unsigned long)\" with the proper type": {
          "stNum": 131,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: OfflineAudioContext\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: calling createChannelSplitter(unsigned long) on new OfflineAudioContext(1, 1, sample_rate) with too few arguments must throw TypeError": {
          "stNum": 132,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: OfflineAudioContext\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property \"createConstantSource()\" with the proper type": {
          "stNum": 133,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: OfflineAudioContext\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property \"createConvolver()\" with the proper type": {
          "stNum": 134,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: OfflineAudioContext\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property \"createDelay(double)\" with the proper type": {
          "stNum": 135,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: OfflineAudioContext\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: calling createDelay(double) on new OfflineAudioContext(1, 1, sample_rate) with too few arguments must throw TypeError": {
          "stNum": 136,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: OfflineAudioContext\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property \"createDynamicsCompressor()\" with the proper type": {
          "stNum": 137,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: OfflineAudioContext\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property \"createGain()\" with the proper type": {
          "stNum": 138,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: OfflineAudioContext\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property \"createIIRFilter([object Object], [object Object])\" with the proper type": {
          "stNum": 139,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: OfflineAudioContext\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: calling createIIRFilter([object Object], [object Object]) on new OfflineAudioContext(1, 1, sample_rate) with too few arguments must throw TypeError": {
          "stNum": 140,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: OfflineAudioContext\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property \"createOscillator()\" with the proper type": {
          "stNum": 141,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: OfflineAudioContext\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property \"createPanner()\" with the proper type": {
          "stNum": 142,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: OfflineAudioContext\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property \"createPeriodicWave([object Object], [object Object], PeriodicWaveConstraints)\" with the proper type": {
          "stNum": 143,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: OfflineAudioContext\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: calling createPeriodicWave([object Object], [object Object], PeriodicWaveConstraints) on new OfflineAudioContext(1, 1, sample_rate) with too few arguments must throw TypeError": {
          "stNum": 144,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: OfflineAudioContext\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property \"createScriptProcessor(unsigned long, unsigned long, unsigned long)\" with the proper type": {
          "stNum": 145,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: OfflineAudioContext\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: calling createScriptProcessor(unsigned long, unsigned long, unsigned long) on new OfflineAudioContext(1, 1, sample_rate) with too few arguments must throw TypeError": {
          "stNum": 146,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: OfflineAudioContext\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property \"createStereoPanner()\" with the proper type": {
          "stNum": 147,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: OfflineAudioContext\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property \"createWaveShaper()\" with the proper type": {
          "stNum": 148,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: OfflineAudioContext\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property \"decodeAudioData(ArrayBuffer, DecodeSuccessCallback, DecodeErrorCallback)\" with the proper type": {
          "stNum": 149,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: OfflineAudioContext\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BaseAudioContext interface: calling decodeAudioData(ArrayBuffer, DecodeSuccessCallback, DecodeErrorCallback) on new OfflineAudioContext(1, 1, sample_rate) with too few arguments must throw TypeError": {
          "stNum": 150,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: OfflineAudioContext\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "OfflineAudioCompletionEvent interface: existence and properties of interface object": {
          "stNum": 151,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "OfflineAudioCompletionEvent interface object length": {
          "stNum": 152,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: wrong value for OfflineAudioCompletionEvent.length expected 2 but got 0"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "OfflineAudioCompletionEvent interface object name": {
          "stNum": 153,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "OfflineAudioCompletionEvent interface: existence and properties of interface prototype object": {
          "stNum": 154,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "OfflineAudioCompletionEvent interface: existence and properties of interface prototype object's \"constructor\" property": {
          "stNum": 155,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "OfflineAudioCompletionEvent interface: existence and properties of interface prototype object's @@unscopables property": {
          "stNum": 156,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "OfflineAudioCompletionEvent interface: attribute renderedBuffer": {
          "stNum": 157,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "OfflineAudioCompletionEvent must be primary interface of new OfflineAudioCompletionEvent(\"\", {renderedBuffer: buffer})": {
          "stNum": 158,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: buffer\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "Stringification of new OfflineAudioCompletionEvent(\"\", {renderedBuffer: buffer})": {
          "stNum": 159,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: buffer\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "OfflineAudioCompletionEvent interface: new OfflineAudioCompletionEvent(\"\", {renderedBuffer: buffer}) must inherit property \"renderedBuffer\" with the proper type": {
          "stNum": 160,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: buffer\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioBuffer interface: existence and properties of interface object": {
          "stNum": 161,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioBuffer interface object length": {
          "stNum": 162,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: wrong value for AudioBuffer.length expected 1 but got 0"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioBuffer interface object name": {
          "stNum": 163,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioBuffer interface: existence and properties of interface prototype object": {
          "stNum": 164,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioBuffer interface: existence and properties of interface prototype object's \"constructor\" property": {
          "stNum": 165,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioBuffer interface: existence and properties of interface prototype object's @@unscopables property": {
          "stNum": 166,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioBuffer interface: attribute sampleRate": {
          "stNum": 167,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioBuffer interface: attribute length": {
          "stNum": 168,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioBuffer interface: attribute duration": {
          "stNum": 169,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioBuffer interface: attribute numberOfChannels": {
          "stNum": 170,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioBuffer interface: operation getChannelData(unsigned long)": {
          "stNum": 171,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioBuffer interface: operation copyFromChannel(Float32Array, unsigned long, unsigned long)": {
          "stNum": 172,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: interface prototype object missing non-static operation expected property \"copyFromChannel\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioBuffer interface: operation copyToChannel(Float32Array, unsigned long, unsigned long)": {
          "stNum": 173,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: interface prototype object missing non-static operation expected property \"copyToChannel\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioBuffer must be primary interface of buffer": {
          "stNum": 174,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: buffer\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "Stringification of buffer": {
          "stNum": 175,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: buffer\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioBuffer interface: buffer must inherit property \"sampleRate\" with the proper type": {
          "stNum": 176,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: buffer\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioBuffer interface: buffer must inherit property \"length\" with the proper type": {
          "stNum": 177,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: buffer\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioBuffer interface: buffer must inherit property \"duration\" with the proper type": {
          "stNum": 178,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: buffer\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioBuffer interface: buffer must inherit property \"numberOfChannels\" with the proper type": {
          "stNum": 179,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: buffer\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioBuffer interface: buffer must inherit property \"getChannelData(unsigned long)\" with the proper type": {
          "stNum": 180,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: buffer\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioBuffer interface: calling getChannelData(unsigned long) on buffer with too few arguments must throw TypeError": {
          "stNum": 181,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: buffer\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioBuffer interface: buffer must inherit property \"copyFromChannel(Float32Array, unsigned long, unsigned long)\" with the proper type": {
          "stNum": 182,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: buffer\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioBuffer interface: calling copyFromChannel(Float32Array, unsigned long, unsigned long) on buffer with too few arguments must throw TypeError": {
          "stNum": 183,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: buffer\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioBuffer interface: buffer must inherit property \"copyToChannel(Float32Array, unsigned long, unsigned long)\" with the proper type": {
          "stNum": 184,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: buffer\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioBuffer interface: calling copyToChannel(Float32Array, unsigned long, unsigned long) on buffer with too few arguments must throw TypeError": {
          "stNum": 185,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: buffer\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: existence and properties of interface object": {
          "stNum": 186,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioNode interface object length": {
          "stNum": 187,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioNode interface object name": {
          "stNum": 188,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioNode interface: existence and properties of interface prototype object": {
          "stNum": 189,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioNode interface: existence and properties of interface prototype object's \"constructor\" property": {
          "stNum": 190,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioNode interface: existence and properties of interface prototype object's @@unscopables property": {
          "stNum": 191,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioNode interface: operation connect(AudioNode, unsigned long, unsigned long)": {
          "stNum": 192,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioNode interface: operation connect(AudioParam, unsigned long)": {
          "stNum": 193,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioNode interface: operation disconnect()": {
          "stNum": 194,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioNode interface: operation disconnect(unsigned long)": {
          "stNum": 195,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioNode interface: operation disconnect(AudioNode)": {
          "stNum": 196,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioNode interface: operation disconnect(AudioNode, unsigned long)": {
          "stNum": 197,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioNode interface: operation disconnect(AudioNode, unsigned long, unsigned long)": {
          "stNum": 198,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioNode interface: operation disconnect(AudioParam)": {
          "stNum": 199,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioNode interface: operation disconnect(AudioParam, unsigned long)": {
          "stNum": 200,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioNode interface: attribute context": {
          "stNum": 201,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioNode interface: attribute numberOfInputs": {
          "stNum": 202,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioNode interface: attribute numberOfOutputs": {
          "stNum": 203,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioNode interface: attribute channelCount": {
          "stNum": 204,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioNode interface: attribute channelCountMode": {
          "stNum": 205,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioNode interface: attribute channelInterpretation": {
          "stNum": 206,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioParam interface: existence and properties of interface object": {
          "stNum": 207,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioParam interface object length": {
          "stNum": 208,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioParam interface object name": {
          "stNum": 209,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioParam interface: existence and properties of interface prototype object": {
          "stNum": 210,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioParam interface: existence and properties of interface prototype object's \"constructor\" property": {
          "stNum": 211,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioParam interface: existence and properties of interface prototype object's @@unscopables property": {
          "stNum": 212,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioParam interface: attribute value": {
          "stNum": 213,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioParam interface: attribute automationRate": {
          "stNum": 214,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: The prototype object must have a property \"automationRate\" expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioParam interface: attribute defaultValue": {
          "stNum": 215,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioParam interface: attribute minValue": {
          "stNum": 216,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioParam interface: attribute maxValue": {
          "stNum": 217,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioParam interface: operation setValueAtTime(float, double)": {
          "stNum": 218,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioParam interface: operation linearRampToValueAtTime(float, double)": {
          "stNum": 219,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioParam interface: operation exponentialRampToValueAtTime(float, double)": {
          "stNum": 220,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioParam interface: operation setTargetAtTime(float, double, float)": {
          "stNum": 221,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioParam interface: operation setValueCurveAtTime([object Object], double, double)": {
          "stNum": 222,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioParam interface: operation cancelScheduledValues(double)": {
          "stNum": 223,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioParam interface: operation cancelAndHoldAtTime(double)": {
          "stNum": 224,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: interface prototype object missing non-static operation expected property \"cancelAndHoldAtTime\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioParam must be primary interface of new AudioBufferSourceNode(context).playbackRate": {
          "stNum": 225,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "Stringification of new AudioBufferSourceNode(context).playbackRate": {
          "stNum": 226,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioParam interface: new AudioBufferSourceNode(context).playbackRate must inherit property \"value\" with the proper type": {
          "stNum": 227,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioParam interface: new AudioBufferSourceNode(context).playbackRate must inherit property \"automationRate\" with the proper type": {
          "stNum": 228,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioParam interface: new AudioBufferSourceNode(context).playbackRate must inherit property \"defaultValue\" with the proper type": {
          "stNum": 229,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioParam interface: new AudioBufferSourceNode(context).playbackRate must inherit property \"minValue\" with the proper type": {
          "stNum": 230,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioParam interface: new AudioBufferSourceNode(context).playbackRate must inherit property \"maxValue\" with the proper type": {
          "stNum": 231,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioParam interface: new AudioBufferSourceNode(context).playbackRate must inherit property \"setValueAtTime(float, double)\" with the proper type": {
          "stNum": 232,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioParam interface: calling setValueAtTime(float, double) on new AudioBufferSourceNode(context).playbackRate with too few arguments must throw TypeError": {
          "stNum": 233,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioParam interface: new AudioBufferSourceNode(context).playbackRate must inherit property \"linearRampToValueAtTime(float, double)\" with the proper type": {
          "stNum": 234,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioParam interface: calling linearRampToValueAtTime(float, double) on new AudioBufferSourceNode(context).playbackRate with too few arguments must throw TypeError": {
          "stNum": 235,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioParam interface: new AudioBufferSourceNode(context).playbackRate must inherit property \"exponentialRampToValueAtTime(float, double)\" with the proper type": {
          "stNum": 236,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioParam interface: calling exponentialRampToValueAtTime(float, double) on new AudioBufferSourceNode(context).playbackRate with too few arguments must throw TypeError": {
          "stNum": 237,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioParam interface: new AudioBufferSourceNode(context).playbackRate must inherit property \"setTargetAtTime(float, double, float)\" with the proper type": {
          "stNum": 238,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioParam interface: calling setTargetAtTime(float, double, float) on new AudioBufferSourceNode(context).playbackRate with too few arguments must throw TypeError": {
          "stNum": 239,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioParam interface: new AudioBufferSourceNode(context).playbackRate must inherit property \"setValueCurveAtTime([object Object], double, double)\" with the proper type": {
          "stNum": 240,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioParam interface: calling setValueCurveAtTime([object Object], double, double) on new AudioBufferSourceNode(context).playbackRate with too few arguments must throw TypeError": {
          "stNum": 241,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioParam interface: new AudioBufferSourceNode(context).playbackRate must inherit property \"cancelScheduledValues(double)\" with the proper type": {
          "stNum": 242,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioParam interface: calling cancelScheduledValues(double) on new AudioBufferSourceNode(context).playbackRate with too few arguments must throw TypeError": {
          "stNum": 243,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioParam interface: new AudioBufferSourceNode(context).playbackRate must inherit property \"cancelAndHoldAtTime(double)\" with the proper type": {
          "stNum": 244,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioParam interface: calling cancelAndHoldAtTime(double) on new AudioBufferSourceNode(context).playbackRate with too few arguments must throw TypeError": {
          "stNum": 245,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioScheduledSourceNode interface: existence and properties of interface object": {
          "stNum": 246,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"AudioScheduledSourceNode\" expected property \"AudioScheduledSourceNode\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioScheduledSourceNode interface object length": {
          "stNum": 247,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"AudioScheduledSourceNode\" expected property \"AudioScheduledSourceNode\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioScheduledSourceNode interface object name": {
          "stNum": 248,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"AudioScheduledSourceNode\" expected property \"AudioScheduledSourceNode\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioScheduledSourceNode interface: existence and properties of interface prototype object": {
          "stNum": 249,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"AudioScheduledSourceNode\" expected property \"AudioScheduledSourceNode\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioScheduledSourceNode interface: existence and properties of interface prototype object's \"constructor\" property": {
          "stNum": 250,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"AudioScheduledSourceNode\" expected property \"AudioScheduledSourceNode\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioScheduledSourceNode interface: existence and properties of interface prototype object's @@unscopables property": {
          "stNum": 251,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"AudioScheduledSourceNode\" expected property \"AudioScheduledSourceNode\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioScheduledSourceNode interface: attribute onended": {
          "stNum": 252,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"AudioScheduledSourceNode\" expected property \"AudioScheduledSourceNode\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioScheduledSourceNode interface: operation start(double)": {
          "stNum": 253,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"AudioScheduledSourceNode\" expected property \"AudioScheduledSourceNode\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioScheduledSourceNode interface: operation stop(double)": {
          "stNum": 254,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"AudioScheduledSourceNode\" expected property \"AudioScheduledSourceNode\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AnalyserNode interface: existence and properties of interface object": {
          "stNum": 255,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AnalyserNode interface object length": {
          "stNum": 256,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: wrong value for AnalyserNode.length expected 1 but got 0"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AnalyserNode interface object name": {
          "stNum": 257,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AnalyserNode interface: existence and properties of interface prototype object": {
          "stNum": 258,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AnalyserNode interface: existence and properties of interface prototype object's \"constructor\" property": {
          "stNum": 259,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AnalyserNode interface: existence and properties of interface prototype object's @@unscopables property": {
          "stNum": 260,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AnalyserNode interface: operation getFloatFrequencyData(Float32Array)": {
          "stNum": 261,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AnalyserNode interface: operation getByteFrequencyData(Uint8Array)": {
          "stNum": 262,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AnalyserNode interface: operation getFloatTimeDomainData(Float32Array)": {
          "stNum": 263,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: interface prototype object missing non-static operation expected property \"getFloatTimeDomainData\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AnalyserNode interface: operation getByteTimeDomainData(Uint8Array)": {
          "stNum": 264,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AnalyserNode interface: attribute fftSize": {
          "stNum": 265,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AnalyserNode interface: attribute frequencyBinCount": {
          "stNum": 266,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AnalyserNode interface: attribute minDecibels": {
          "stNum": 267,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AnalyserNode interface: attribute maxDecibels": {
          "stNum": 268,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AnalyserNode interface: attribute smoothingTimeConstant": {
          "stNum": 269,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AnalyserNode must be primary interface of new AnalyserNode(context)": {
          "stNum": 270,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "Stringification of new AnalyserNode(context)": {
          "stNum": 271,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AnalyserNode interface: new AnalyserNode(context) must inherit property \"getFloatFrequencyData(Float32Array)\" with the proper type": {
          "stNum": 272,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AnalyserNode interface: calling getFloatFrequencyData(Float32Array) on new AnalyserNode(context) with too few arguments must throw TypeError": {
          "stNum": 273,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AnalyserNode interface: new AnalyserNode(context) must inherit property \"getByteFrequencyData(Uint8Array)\" with the proper type": {
          "stNum": 274,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AnalyserNode interface: calling getByteFrequencyData(Uint8Array) on new AnalyserNode(context) with too few arguments must throw TypeError": {
          "stNum": 275,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AnalyserNode interface: new AnalyserNode(context) must inherit property \"getFloatTimeDomainData(Float32Array)\" with the proper type": {
          "stNum": 276,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AnalyserNode interface: calling getFloatTimeDomainData(Float32Array) on new AnalyserNode(context) with too few arguments must throw TypeError": {
          "stNum": 277,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AnalyserNode interface: new AnalyserNode(context) must inherit property \"getByteTimeDomainData(Uint8Array)\" with the proper type": {
          "stNum": 278,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AnalyserNode interface: calling getByteTimeDomainData(Uint8Array) on new AnalyserNode(context) with too few arguments must throw TypeError": {
          "stNum": 279,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AnalyserNode interface: new AnalyserNode(context) must inherit property \"fftSize\" with the proper type": {
          "stNum": 280,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AnalyserNode interface: new AnalyserNode(context) must inherit property \"frequencyBinCount\" with the proper type": {
          "stNum": 281,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AnalyserNode interface: new AnalyserNode(context) must inherit property \"minDecibels\" with the proper type": {
          "stNum": 282,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AnalyserNode interface: new AnalyserNode(context) must inherit property \"maxDecibels\" with the proper type": {
          "stNum": 283,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AnalyserNode interface: new AnalyserNode(context) must inherit property \"smoothingTimeConstant\" with the proper type": {
          "stNum": 284,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new AnalyserNode(context) must inherit property \"connect(AudioNode, unsigned long, unsigned long)\" with the proper type": {
          "stNum": 285,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling connect(AudioNode, unsigned long, unsigned long) on new AnalyserNode(context) with too few arguments must throw TypeError": {
          "stNum": 286,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new AnalyserNode(context) must inherit property \"connect(AudioParam, unsigned long)\" with the proper type": {
          "stNum": 287,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling connect(AudioParam, unsigned long) on new AnalyserNode(context) with too few arguments must throw TypeError": {
          "stNum": 288,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new AnalyserNode(context) must inherit property \"disconnect()\" with the proper type": {
          "stNum": 289,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new AnalyserNode(context) must inherit property \"disconnect(unsigned long)\" with the proper type": {
          "stNum": 290,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(unsigned long) on new AnalyserNode(context) with too few arguments must throw TypeError": {
          "stNum": 291,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new AnalyserNode(context) must inherit property \"disconnect(AudioNode)\" with the proper type": {
          "stNum": 292,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioNode) on new AnalyserNode(context) with too few arguments must throw TypeError": {
          "stNum": 293,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new AnalyserNode(context) must inherit property \"disconnect(AudioNode, unsigned long)\" with the proper type": {
          "stNum": 294,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioNode, unsigned long) on new AnalyserNode(context) with too few arguments must throw TypeError": {
          "stNum": 295,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new AnalyserNode(context) must inherit property \"disconnect(AudioNode, unsigned long, unsigned long)\" with the proper type": {
          "stNum": 296,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioNode, unsigned long, unsigned long) on new AnalyserNode(context) with too few arguments must throw TypeError": {
          "stNum": 297,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new AnalyserNode(context) must inherit property \"disconnect(AudioParam)\" with the proper type": {
          "stNum": 298,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioParam) on new AnalyserNode(context) with too few arguments must throw TypeError": {
          "stNum": 299,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new AnalyserNode(context) must inherit property \"disconnect(AudioParam, unsigned long)\" with the proper type": {
          "stNum": 300,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioParam, unsigned long) on new AnalyserNode(context) with too few arguments must throw TypeError": {
          "stNum": 301,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new AnalyserNode(context) must inherit property \"context\" with the proper type": {
          "stNum": 302,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new AnalyserNode(context) must inherit property \"numberOfInputs\" with the proper type": {
          "stNum": 303,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new AnalyserNode(context) must inherit property \"numberOfOutputs\" with the proper type": {
          "stNum": 304,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new AnalyserNode(context) must inherit property \"channelCount\" with the proper type": {
          "stNum": 305,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new AnalyserNode(context) must inherit property \"channelCountMode\" with the proper type": {
          "stNum": 306,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new AnalyserNode(context) must inherit property \"channelInterpretation\" with the proper type": {
          "stNum": 307,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioBufferSourceNode interface: existence and properties of interface object": {
          "stNum": 308,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"AudioScheduledSourceNode\" expected property \"AudioScheduledSourceNode\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioBufferSourceNode interface object length": {
          "stNum": 309,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: wrong value for AudioBufferSourceNode.length expected 1 but got 0"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioBufferSourceNode interface object name": {
          "stNum": 310,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioBufferSourceNode interface: existence and properties of interface prototype object": {
          "stNum": 311,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"AudioScheduledSourceNode\" expected property \"AudioScheduledSourceNode\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioBufferSourceNode interface: existence and properties of interface prototype object's \"constructor\" property": {
          "stNum": 312,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioBufferSourceNode interface: existence and properties of interface prototype object's @@unscopables property": {
          "stNum": 313,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioBufferSourceNode interface: attribute buffer": {
          "stNum": 314,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioBufferSourceNode interface: attribute playbackRate": {
          "stNum": 315,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioBufferSourceNode interface: attribute detune": {
          "stNum": 316,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: The prototype object must have a property \"detune\" expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioBufferSourceNode interface: attribute loop": {
          "stNum": 317,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioBufferSourceNode interface: attribute loopStart": {
          "stNum": 318,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioBufferSourceNode interface: attribute loopEnd": {
          "stNum": 319,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioBufferSourceNode interface: operation start(double, double, double)": {
          "stNum": 320,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioBufferSourceNode must be primary interface of new AudioBufferSourceNode(context)": {
          "stNum": 321,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "Stringification of new AudioBufferSourceNode(context)": {
          "stNum": 322,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioBufferSourceNode interface: new AudioBufferSourceNode(context) must inherit property \"buffer\" with the proper type": {
          "stNum": 323,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioBufferSourceNode interface: new AudioBufferSourceNode(context) must inherit property \"playbackRate\" with the proper type": {
          "stNum": 324,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioBufferSourceNode interface: new AudioBufferSourceNode(context) must inherit property \"detune\" with the proper type": {
          "stNum": 325,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioBufferSourceNode interface: new AudioBufferSourceNode(context) must inherit property \"loop\" with the proper type": {
          "stNum": 326,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioBufferSourceNode interface: new AudioBufferSourceNode(context) must inherit property \"loopStart\" with the proper type": {
          "stNum": 327,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioBufferSourceNode interface: new AudioBufferSourceNode(context) must inherit property \"loopEnd\" with the proper type": {
          "stNum": 328,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioBufferSourceNode interface: new AudioBufferSourceNode(context) must inherit property \"start(double, double, double)\" with the proper type": {
          "stNum": 329,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioBufferSourceNode interface: calling start(double, double, double) on new AudioBufferSourceNode(context) with too few arguments must throw TypeError": {
          "stNum": 330,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioScheduledSourceNode interface: new AudioBufferSourceNode(context) must inherit property \"onended\" with the proper type": {
          "stNum": 331,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioScheduledSourceNode interface: new AudioBufferSourceNode(context) must inherit property \"start(double)\" with the proper type": {
          "stNum": 332,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioScheduledSourceNode interface: calling start(double) on new AudioBufferSourceNode(context) with too few arguments must throw TypeError": {
          "stNum": 333,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioScheduledSourceNode interface: new AudioBufferSourceNode(context) must inherit property \"stop(double)\" with the proper type": {
          "stNum": 334,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioScheduledSourceNode interface: calling stop(double) on new AudioBufferSourceNode(context) with too few arguments must throw TypeError": {
          "stNum": 335,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new AudioBufferSourceNode(context) must inherit property \"connect(AudioNode, unsigned long, unsigned long)\" with the proper type": {
          "stNum": 336,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling connect(AudioNode, unsigned long, unsigned long) on new AudioBufferSourceNode(context) with too few arguments must throw TypeError": {
          "stNum": 337,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new AudioBufferSourceNode(context) must inherit property \"connect(AudioParam, unsigned long)\" with the proper type": {
          "stNum": 338,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling connect(AudioParam, unsigned long) on new AudioBufferSourceNode(context) with too few arguments must throw TypeError": {
          "stNum": 339,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new AudioBufferSourceNode(context) must inherit property \"disconnect()\" with the proper type": {
          "stNum": 340,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new AudioBufferSourceNode(context) must inherit property \"disconnect(unsigned long)\" with the proper type": {
          "stNum": 341,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(unsigned long) on new AudioBufferSourceNode(context) with too few arguments must throw TypeError": {
          "stNum": 342,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new AudioBufferSourceNode(context) must inherit property \"disconnect(AudioNode)\" with the proper type": {
          "stNum": 343,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioNode) on new AudioBufferSourceNode(context) with too few arguments must throw TypeError": {
          "stNum": 344,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new AudioBufferSourceNode(context) must inherit property \"disconnect(AudioNode, unsigned long)\" with the proper type": {
          "stNum": 345,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioNode, unsigned long) on new AudioBufferSourceNode(context) with too few arguments must throw TypeError": {
          "stNum": 346,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new AudioBufferSourceNode(context) must inherit property \"disconnect(AudioNode, unsigned long, unsigned long)\" with the proper type": {
          "stNum": 347,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioNode, unsigned long, unsigned long) on new AudioBufferSourceNode(context) with too few arguments must throw TypeError": {
          "stNum": 348,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new AudioBufferSourceNode(context) must inherit property \"disconnect(AudioParam)\" with the proper type": {
          "stNum": 349,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioParam) on new AudioBufferSourceNode(context) with too few arguments must throw TypeError": {
          "stNum": 350,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new AudioBufferSourceNode(context) must inherit property \"disconnect(AudioParam, unsigned long)\" with the proper type": {
          "stNum": 351,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioParam, unsigned long) on new AudioBufferSourceNode(context) with too few arguments must throw TypeError": {
          "stNum": 352,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new AudioBufferSourceNode(context) must inherit property \"context\" with the proper type": {
          "stNum": 353,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new AudioBufferSourceNode(context) must inherit property \"numberOfInputs\" with the proper type": {
          "stNum": 354,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new AudioBufferSourceNode(context) must inherit property \"numberOfOutputs\" with the proper type": {
          "stNum": 355,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new AudioBufferSourceNode(context) must inherit property \"channelCount\" with the proper type": {
          "stNum": 356,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new AudioBufferSourceNode(context) must inherit property \"channelCountMode\" with the proper type": {
          "stNum": 357,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new AudioBufferSourceNode(context) must inherit property \"channelInterpretation\" with the proper type": {
          "stNum": 358,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioDestinationNode interface: existence and properties of interface object": {
          "stNum": 359,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioDestinationNode interface object length": {
          "stNum": 360,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioDestinationNode interface object name": {
          "stNum": 361,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioDestinationNode interface: existence and properties of interface prototype object": {
          "stNum": 362,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioDestinationNode interface: existence and properties of interface prototype object's \"constructor\" property": {
          "stNum": 363,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioDestinationNode interface: existence and properties of interface prototype object's @@unscopables property": {
          "stNum": 364,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioDestinationNode interface: attribute maxChannelCount": {
          "stNum": 365,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioDestinationNode must be primary interface of context.destination": {
          "stNum": 366,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "Stringification of context.destination": {
          "stNum": 367,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioDestinationNode interface: context.destination must inherit property \"maxChannelCount\" with the proper type": {
          "stNum": 368,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: context.destination must inherit property \"connect(AudioNode, unsigned long, unsigned long)\" with the proper type": {
          "stNum": 369,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling connect(AudioNode, unsigned long, unsigned long) on context.destination with too few arguments must throw TypeError": {
          "stNum": 370,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: context.destination must inherit property \"connect(AudioParam, unsigned long)\" with the proper type": {
          "stNum": 371,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling connect(AudioParam, unsigned long) on context.destination with too few arguments must throw TypeError": {
          "stNum": 372,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: context.destination must inherit property \"disconnect()\" with the proper type": {
          "stNum": 373,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: context.destination must inherit property \"disconnect(unsigned long)\" with the proper type": {
          "stNum": 374,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(unsigned long) on context.destination with too few arguments must throw TypeError": {
          "stNum": 375,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: context.destination must inherit property \"disconnect(AudioNode)\" with the proper type": {
          "stNum": 376,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioNode) on context.destination with too few arguments must throw TypeError": {
          "stNum": 377,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: context.destination must inherit property \"disconnect(AudioNode, unsigned long)\" with the proper type": {
          "stNum": 378,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioNode, unsigned long) on context.destination with too few arguments must throw TypeError": {
          "stNum": 379,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: context.destination must inherit property \"disconnect(AudioNode, unsigned long, unsigned long)\" with the proper type": {
          "stNum": 380,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioNode, unsigned long, unsigned long) on context.destination with too few arguments must throw TypeError": {
          "stNum": 381,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: context.destination must inherit property \"disconnect(AudioParam)\" with the proper type": {
          "stNum": 382,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioParam) on context.destination with too few arguments must throw TypeError": {
          "stNum": 383,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: context.destination must inherit property \"disconnect(AudioParam, unsigned long)\" with the proper type": {
          "stNum": 384,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioParam, unsigned long) on context.destination with too few arguments must throw TypeError": {
          "stNum": 385,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: context.destination must inherit property \"context\" with the proper type": {
          "stNum": 386,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: context.destination must inherit property \"numberOfInputs\" with the proper type": {
          "stNum": 387,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: context.destination must inherit property \"numberOfOutputs\" with the proper type": {
          "stNum": 388,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: context.destination must inherit property \"channelCount\" with the proper type": {
          "stNum": 389,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: context.destination must inherit property \"channelCountMode\" with the proper type": {
          "stNum": 390,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: context.destination must inherit property \"channelInterpretation\" with the proper type": {
          "stNum": 391,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioListener interface: existence and properties of interface object": {
          "stNum": 392,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioListener interface object length": {
          "stNum": 393,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioListener interface object name": {
          "stNum": 394,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioListener interface: existence and properties of interface prototype object": {
          "stNum": 395,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioListener interface: existence and properties of interface prototype object's \"constructor\" property": {
          "stNum": 396,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioListener interface: existence and properties of interface prototype object's @@unscopables property": {
          "stNum": 397,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioListener interface: attribute positionX": {
          "stNum": 398,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: The prototype object must have a property \"positionX\" expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioListener interface: attribute positionY": {
          "stNum": 399,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: The prototype object must have a property \"positionY\" expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioListener interface: attribute positionZ": {
          "stNum": 400,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: The prototype object must have a property \"positionZ\" expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioListener interface: attribute forwardX": {
          "stNum": 401,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: The prototype object must have a property \"forwardX\" expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioListener interface: attribute forwardY": {
          "stNum": 402,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: The prototype object must have a property \"forwardY\" expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioListener interface: attribute forwardZ": {
          "stNum": 403,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: The prototype object must have a property \"forwardZ\" expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioListener interface: attribute upX": {
          "stNum": 404,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: The prototype object must have a property \"upX\" expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioListener interface: attribute upY": {
          "stNum": 405,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: The prototype object must have a property \"upY\" expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioListener interface: attribute upZ": {
          "stNum": 406,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: The prototype object must have a property \"upZ\" expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioListener interface: operation setPosition(float, float, float)": {
          "stNum": 407,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioListener interface: operation setOrientation(float, float, float, float, float, float)": {
          "stNum": 408,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioListener must be primary interface of context.listener": {
          "stNum": 409,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "Stringification of context.listener": {
          "stNum": 410,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioListener interface: context.listener must inherit property \"positionX\" with the proper type": {
          "stNum": 411,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioListener interface: context.listener must inherit property \"positionY\" with the proper type": {
          "stNum": 412,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioListener interface: context.listener must inherit property \"positionZ\" with the proper type": {
          "stNum": 413,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioListener interface: context.listener must inherit property \"forwardX\" with the proper type": {
          "stNum": 414,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioListener interface: context.listener must inherit property \"forwardY\" with the proper type": {
          "stNum": 415,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioListener interface: context.listener must inherit property \"forwardZ\" with the proper type": {
          "stNum": 416,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioListener interface: context.listener must inherit property \"upX\" with the proper type": {
          "stNum": 417,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioListener interface: context.listener must inherit property \"upY\" with the proper type": {
          "stNum": 418,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioListener interface: context.listener must inherit property \"upZ\" with the proper type": {
          "stNum": 419,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioListener interface: context.listener must inherit property \"setPosition(float, float, float)\" with the proper type": {
          "stNum": 420,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioListener interface: calling setPosition(float, float, float) on context.listener with too few arguments must throw TypeError": {
          "stNum": 421,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioListener interface: context.listener must inherit property \"setOrientation(float, float, float, float, float, float)\" with the proper type": {
          "stNum": 422,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioListener interface: calling setOrientation(float, float, float, float, float, float) on context.listener with too few arguments must throw TypeError": {
          "stNum": 423,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioProcessingEvent interface: existence and properties of interface object": {
          "stNum": 424,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioProcessingEvent interface object length": {
          "stNum": 425,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: wrong value for AudioProcessingEvent.length expected 2 but got 0"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioProcessingEvent interface object name": {
          "stNum": 426,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioProcessingEvent interface: existence and properties of interface prototype object": {
          "stNum": 427,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioProcessingEvent interface: existence and properties of interface prototype object's \"constructor\" property": {
          "stNum": 428,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioProcessingEvent interface: existence and properties of interface prototype object's @@unscopables property": {
          "stNum": 429,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioProcessingEvent interface: attribute playbackTime": {
          "stNum": 430,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioProcessingEvent interface: attribute inputBuffer": {
          "stNum": 431,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioProcessingEvent interface: attribute outputBuffer": {
          "stNum": 432,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioProcessingEvent must be primary interface of new AudioProcessingEvent('', {\n        playbackTime: 0, inputBuffer: buffer, outputBuffer: buffer\n      })": {
          "stNum": 433,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: buffer\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "Stringification of new AudioProcessingEvent('', {\n        playbackTime: 0, inputBuffer: buffer, outputBuffer: buffer\n      })": {
          "stNum": 434,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: buffer\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioProcessingEvent interface: new AudioProcessingEvent('', {\n        playbackTime: 0, inputBuffer: buffer, outputBuffer: buffer\n      }) must inherit property \"playbackTime\" with the proper type": {
          "stNum": 435,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: buffer\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioProcessingEvent interface: new AudioProcessingEvent('', {\n        playbackTime: 0, inputBuffer: buffer, outputBuffer: buffer\n      }) must inherit property \"inputBuffer\" with the proper type": {
          "stNum": 436,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: buffer\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioProcessingEvent interface: new AudioProcessingEvent('', {\n        playbackTime: 0, inputBuffer: buffer, outputBuffer: buffer\n      }) must inherit property \"outputBuffer\" with the proper type": {
          "stNum": 437,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: buffer\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BiquadFilterNode interface: existence and properties of interface object": {
          "stNum": 438,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "BiquadFilterNode interface object length": {
          "stNum": 439,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: wrong value for BiquadFilterNode.length expected 1 but got 0"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BiquadFilterNode interface object name": {
          "stNum": 440,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "BiquadFilterNode interface: existence and properties of interface prototype object": {
          "stNum": 441,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "BiquadFilterNode interface: existence and properties of interface prototype object's \"constructor\" property": {
          "stNum": 442,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "BiquadFilterNode interface: existence and properties of interface prototype object's @@unscopables property": {
          "stNum": 443,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "BiquadFilterNode interface: attribute type": {
          "stNum": 444,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "BiquadFilterNode interface: attribute frequency": {
          "stNum": 445,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "BiquadFilterNode interface: attribute detune": {
          "stNum": 446,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "BiquadFilterNode interface: attribute Q": {
          "stNum": 447,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "BiquadFilterNode interface: attribute gain": {
          "stNum": 448,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "BiquadFilterNode interface: operation getFrequencyResponse(Float32Array, Float32Array, Float32Array)": {
          "stNum": 449,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "BiquadFilterNode must be primary interface of new BiquadFilterNode(context)": {
          "stNum": 450,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "Stringification of new BiquadFilterNode(context)": {
          "stNum": 451,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BiquadFilterNode interface: new BiquadFilterNode(context) must inherit property \"type\" with the proper type": {
          "stNum": 452,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BiquadFilterNode interface: new BiquadFilterNode(context) must inherit property \"frequency\" with the proper type": {
          "stNum": 453,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BiquadFilterNode interface: new BiquadFilterNode(context) must inherit property \"detune\" with the proper type": {
          "stNum": 454,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BiquadFilterNode interface: new BiquadFilterNode(context) must inherit property \"Q\" with the proper type": {
          "stNum": 455,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BiquadFilterNode interface: new BiquadFilterNode(context) must inherit property \"gain\" with the proper type": {
          "stNum": 456,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BiquadFilterNode interface: new BiquadFilterNode(context) must inherit property \"getFrequencyResponse(Float32Array, Float32Array, Float32Array)\" with the proper type": {
          "stNum": 457,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "BiquadFilterNode interface: calling getFrequencyResponse(Float32Array, Float32Array, Float32Array) on new BiquadFilterNode(context) with too few arguments must throw TypeError": {
          "stNum": 458,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new BiquadFilterNode(context) must inherit property \"connect(AudioNode, unsigned long, unsigned long)\" with the proper type": {
          "stNum": 459,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling connect(AudioNode, unsigned long, unsigned long) on new BiquadFilterNode(context) with too few arguments must throw TypeError": {
          "stNum": 460,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new BiquadFilterNode(context) must inherit property \"connect(AudioParam, unsigned long)\" with the proper type": {
          "stNum": 461,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling connect(AudioParam, unsigned long) on new BiquadFilterNode(context) with too few arguments must throw TypeError": {
          "stNum": 462,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new BiquadFilterNode(context) must inherit property \"disconnect()\" with the proper type": {
          "stNum": 463,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new BiquadFilterNode(context) must inherit property \"disconnect(unsigned long)\" with the proper type": {
          "stNum": 464,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(unsigned long) on new BiquadFilterNode(context) with too few arguments must throw TypeError": {
          "stNum": 465,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new BiquadFilterNode(context) must inherit property \"disconnect(AudioNode)\" with the proper type": {
          "stNum": 466,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioNode) on new BiquadFilterNode(context) with too few arguments must throw TypeError": {
          "stNum": 467,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new BiquadFilterNode(context) must inherit property \"disconnect(AudioNode, unsigned long)\" with the proper type": {
          "stNum": 468,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioNode, unsigned long) on new BiquadFilterNode(context) with too few arguments must throw TypeError": {
          "stNum": 469,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new BiquadFilterNode(context) must inherit property \"disconnect(AudioNode, unsigned long, unsigned long)\" with the proper type": {
          "stNum": 470,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioNode, unsigned long, unsigned long) on new BiquadFilterNode(context) with too few arguments must throw TypeError": {
          "stNum": 471,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new BiquadFilterNode(context) must inherit property \"disconnect(AudioParam)\" with the proper type": {
          "stNum": 472,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioParam) on new BiquadFilterNode(context) with too few arguments must throw TypeError": {
          "stNum": 473,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new BiquadFilterNode(context) must inherit property \"disconnect(AudioParam, unsigned long)\" with the proper type": {
          "stNum": 474,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioParam, unsigned long) on new BiquadFilterNode(context) with too few arguments must throw TypeError": {
          "stNum": 475,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new BiquadFilterNode(context) must inherit property \"context\" with the proper type": {
          "stNum": 476,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new BiquadFilterNode(context) must inherit property \"numberOfInputs\" with the proper type": {
          "stNum": 477,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new BiquadFilterNode(context) must inherit property \"numberOfOutputs\" with the proper type": {
          "stNum": 478,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new BiquadFilterNode(context) must inherit property \"channelCount\" with the proper type": {
          "stNum": 479,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new BiquadFilterNode(context) must inherit property \"channelCountMode\" with the proper type": {
          "stNum": 480,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new BiquadFilterNode(context) must inherit property \"channelInterpretation\" with the proper type": {
          "stNum": 481,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "ChannelMergerNode interface: existence and properties of interface object": {
          "stNum": 482,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "ChannelMergerNode interface object length": {
          "stNum": 483,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: wrong value for ChannelMergerNode.length expected 1 but got 0"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "ChannelMergerNode interface object name": {
          "stNum": 484,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "ChannelMergerNode interface: existence and properties of interface prototype object": {
          "stNum": 485,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "ChannelMergerNode interface: existence and properties of interface prototype object's \"constructor\" property": {
          "stNum": 486,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "ChannelMergerNode interface: existence and properties of interface prototype object's @@unscopables property": {
          "stNum": 487,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "ChannelMergerNode must be primary interface of new ChannelMergerNode(context)": {
          "stNum": 488,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "Stringification of new ChannelMergerNode(context)": {
          "stNum": 489,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new ChannelMergerNode(context) must inherit property \"connect(AudioNode, unsigned long, unsigned long)\" with the proper type": {
          "stNum": 490,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling connect(AudioNode, unsigned long, unsigned long) on new ChannelMergerNode(context) with too few arguments must throw TypeError": {
          "stNum": 491,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new ChannelMergerNode(context) must inherit property \"connect(AudioParam, unsigned long)\" with the proper type": {
          "stNum": 492,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling connect(AudioParam, unsigned long) on new ChannelMergerNode(context) with too few arguments must throw TypeError": {
          "stNum": 493,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new ChannelMergerNode(context) must inherit property \"disconnect()\" with the proper type": {
          "stNum": 494,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new ChannelMergerNode(context) must inherit property \"disconnect(unsigned long)\" with the proper type": {
          "stNum": 495,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(unsigned long) on new ChannelMergerNode(context) with too few arguments must throw TypeError": {
          "stNum": 496,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new ChannelMergerNode(context) must inherit property \"disconnect(AudioNode)\" with the proper type": {
          "stNum": 497,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioNode) on new ChannelMergerNode(context) with too few arguments must throw TypeError": {
          "stNum": 498,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new ChannelMergerNode(context) must inherit property \"disconnect(AudioNode, unsigned long)\" with the proper type": {
          "stNum": 499,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioNode, unsigned long) on new ChannelMergerNode(context) with too few arguments must throw TypeError": {
          "stNum": 500,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new ChannelMergerNode(context) must inherit property \"disconnect(AudioNode, unsigned long, unsigned long)\" with the proper type": {
          "stNum": 501,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioNode, unsigned long, unsigned long) on new ChannelMergerNode(context) with too few arguments must throw TypeError": {
          "stNum": 502,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new ChannelMergerNode(context) must inherit property \"disconnect(AudioParam)\" with the proper type": {
          "stNum": 503,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioParam) on new ChannelMergerNode(context) with too few arguments must throw TypeError": {
          "stNum": 504,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new ChannelMergerNode(context) must inherit property \"disconnect(AudioParam, unsigned long)\" with the proper type": {
          "stNum": 505,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioParam, unsigned long) on new ChannelMergerNode(context) with too few arguments must throw TypeError": {
          "stNum": 506,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new ChannelMergerNode(context) must inherit property \"context\" with the proper type": {
          "stNum": 507,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new ChannelMergerNode(context) must inherit property \"numberOfInputs\" with the proper type": {
          "stNum": 508,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new ChannelMergerNode(context) must inherit property \"numberOfOutputs\" with the proper type": {
          "stNum": 509,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new ChannelMergerNode(context) must inherit property \"channelCount\" with the proper type": {
          "stNum": 510,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new ChannelMergerNode(context) must inherit property \"channelCountMode\" with the proper type": {
          "stNum": 511,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new ChannelMergerNode(context) must inherit property \"channelInterpretation\" with the proper type": {
          "stNum": 512,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "ChannelSplitterNode interface: existence and properties of interface object": {
          "stNum": 513,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "ChannelSplitterNode interface object length": {
          "stNum": 514,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: wrong value for ChannelSplitterNode.length expected 1 but got 0"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "ChannelSplitterNode interface object name": {
          "stNum": 515,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "ChannelSplitterNode interface: existence and properties of interface prototype object": {
          "stNum": 516,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "ChannelSplitterNode interface: existence and properties of interface prototype object's \"constructor\" property": {
          "stNum": 517,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "ChannelSplitterNode interface: existence and properties of interface prototype object's @@unscopables property": {
          "stNum": 518,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "ChannelSplitterNode must be primary interface of new ChannelSplitterNode(context)": {
          "stNum": 519,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "Stringification of new ChannelSplitterNode(context)": {
          "stNum": 520,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new ChannelSplitterNode(context) must inherit property \"connect(AudioNode, unsigned long, unsigned long)\" with the proper type": {
          "stNum": 521,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling connect(AudioNode, unsigned long, unsigned long) on new ChannelSplitterNode(context) with too few arguments must throw TypeError": {
          "stNum": 522,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new ChannelSplitterNode(context) must inherit property \"connect(AudioParam, unsigned long)\" with the proper type": {
          "stNum": 523,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling connect(AudioParam, unsigned long) on new ChannelSplitterNode(context) with too few arguments must throw TypeError": {
          "stNum": 524,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new ChannelSplitterNode(context) must inherit property \"disconnect()\" with the proper type": {
          "stNum": 525,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new ChannelSplitterNode(context) must inherit property \"disconnect(unsigned long)\" with the proper type": {
          "stNum": 526,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(unsigned long) on new ChannelSplitterNode(context) with too few arguments must throw TypeError": {
          "stNum": 527,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new ChannelSplitterNode(context) must inherit property \"disconnect(AudioNode)\" with the proper type": {
          "stNum": 528,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioNode) on new ChannelSplitterNode(context) with too few arguments must throw TypeError": {
          "stNum": 529,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new ChannelSplitterNode(context) must inherit property \"disconnect(AudioNode, unsigned long)\" with the proper type": {
          "stNum": 530,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioNode, unsigned long) on new ChannelSplitterNode(context) with too few arguments must throw TypeError": {
          "stNum": 531,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new ChannelSplitterNode(context) must inherit property \"disconnect(AudioNode, unsigned long, unsigned long)\" with the proper type": {
          "stNum": 532,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioNode, unsigned long, unsigned long) on new ChannelSplitterNode(context) with too few arguments must throw TypeError": {
          "stNum": 533,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new ChannelSplitterNode(context) must inherit property \"disconnect(AudioParam)\" with the proper type": {
          "stNum": 534,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioParam) on new ChannelSplitterNode(context) with too few arguments must throw TypeError": {
          "stNum": 535,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new ChannelSplitterNode(context) must inherit property \"disconnect(AudioParam, unsigned long)\" with the proper type": {
          "stNum": 536,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioParam, unsigned long) on new ChannelSplitterNode(context) with too few arguments must throw TypeError": {
          "stNum": 537,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new ChannelSplitterNode(context) must inherit property \"context\" with the proper type": {
          "stNum": 538,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new ChannelSplitterNode(context) must inherit property \"numberOfInputs\" with the proper type": {
          "stNum": 539,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new ChannelSplitterNode(context) must inherit property \"numberOfOutputs\" with the proper type": {
          "stNum": 540,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new ChannelSplitterNode(context) must inherit property \"channelCount\" with the proper type": {
          "stNum": 541,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new ChannelSplitterNode(context) must inherit property \"channelCountMode\" with the proper type": {
          "stNum": 542,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new ChannelSplitterNode(context) must inherit property \"channelInterpretation\" with the proper type": {
          "stNum": 543,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "ConstantSourceNode interface: existence and properties of interface object": {
          "stNum": 544,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"ConstantSourceNode\" expected property \"ConstantSourceNode\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "ConstantSourceNode interface object length": {
          "stNum": 545,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"ConstantSourceNode\" expected property \"ConstantSourceNode\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "ConstantSourceNode interface object name": {
          "stNum": 546,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"ConstantSourceNode\" expected property \"ConstantSourceNode\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "ConstantSourceNode interface: existence and properties of interface prototype object": {
          "stNum": 547,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"ConstantSourceNode\" expected property \"ConstantSourceNode\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "ConstantSourceNode interface: existence and properties of interface prototype object's \"constructor\" property": {
          "stNum": 548,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"ConstantSourceNode\" expected property \"ConstantSourceNode\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "ConstantSourceNode interface: existence and properties of interface prototype object's @@unscopables property": {
          "stNum": 549,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"ConstantSourceNode\" expected property \"ConstantSourceNode\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "ConstantSourceNode interface: attribute offset": {
          "stNum": 550,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"ConstantSourceNode\" expected property \"ConstantSourceNode\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "ConstantSourceNode must be primary interface of new ConstantSourceNode(context)": {
          "stNum": 551,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: ConstantSourceNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "Stringification of new ConstantSourceNode(context)": {
          "stNum": 552,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: ConstantSourceNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "ConstantSourceNode interface: new ConstantSourceNode(context) must inherit property \"offset\" with the proper type": {
          "stNum": 553,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: ConstantSourceNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioScheduledSourceNode interface: new ConstantSourceNode(context) must inherit property \"onended\" with the proper type": {
          "stNum": 554,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: ConstantSourceNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioScheduledSourceNode interface: new ConstantSourceNode(context) must inherit property \"start(double)\" with the proper type": {
          "stNum": 555,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: ConstantSourceNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioScheduledSourceNode interface: calling start(double) on new ConstantSourceNode(context) with too few arguments must throw TypeError": {
          "stNum": 556,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: ConstantSourceNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioScheduledSourceNode interface: new ConstantSourceNode(context) must inherit property \"stop(double)\" with the proper type": {
          "stNum": 557,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: ConstantSourceNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioScheduledSourceNode interface: calling stop(double) on new ConstantSourceNode(context) with too few arguments must throw TypeError": {
          "stNum": 558,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: ConstantSourceNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new ConstantSourceNode(context) must inherit property \"connect(AudioNode, unsigned long, unsigned long)\" with the proper type": {
          "stNum": 559,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: ConstantSourceNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling connect(AudioNode, unsigned long, unsigned long) on new ConstantSourceNode(context) with too few arguments must throw TypeError": {
          "stNum": 560,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: ConstantSourceNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new ConstantSourceNode(context) must inherit property \"connect(AudioParam, unsigned long)\" with the proper type": {
          "stNum": 561,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: ConstantSourceNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling connect(AudioParam, unsigned long) on new ConstantSourceNode(context) with too few arguments must throw TypeError": {
          "stNum": 562,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: ConstantSourceNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new ConstantSourceNode(context) must inherit property \"disconnect()\" with the proper type": {
          "stNum": 563,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: ConstantSourceNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new ConstantSourceNode(context) must inherit property \"disconnect(unsigned long)\" with the proper type": {
          "stNum": 564,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: ConstantSourceNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(unsigned long) on new ConstantSourceNode(context) with too few arguments must throw TypeError": {
          "stNum": 565,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: ConstantSourceNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new ConstantSourceNode(context) must inherit property \"disconnect(AudioNode)\" with the proper type": {
          "stNum": 566,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: ConstantSourceNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioNode) on new ConstantSourceNode(context) with too few arguments must throw TypeError": {
          "stNum": 567,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: ConstantSourceNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new ConstantSourceNode(context) must inherit property \"disconnect(AudioNode, unsigned long)\" with the proper type": {
          "stNum": 568,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: ConstantSourceNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioNode, unsigned long) on new ConstantSourceNode(context) with too few arguments must throw TypeError": {
          "stNum": 569,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: ConstantSourceNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new ConstantSourceNode(context) must inherit property \"disconnect(AudioNode, unsigned long, unsigned long)\" with the proper type": {
          "stNum": 570,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: ConstantSourceNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioNode, unsigned long, unsigned long) on new ConstantSourceNode(context) with too few arguments must throw TypeError": {
          "stNum": 571,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: ConstantSourceNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new ConstantSourceNode(context) must inherit property \"disconnect(AudioParam)\" with the proper type": {
          "stNum": 572,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: ConstantSourceNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioParam) on new ConstantSourceNode(context) with too few arguments must throw TypeError": {
          "stNum": 573,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: ConstantSourceNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new ConstantSourceNode(context) must inherit property \"disconnect(AudioParam, unsigned long)\" with the proper type": {
          "stNum": 574,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: ConstantSourceNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioParam, unsigned long) on new ConstantSourceNode(context) with too few arguments must throw TypeError": {
          "stNum": 575,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: ConstantSourceNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new ConstantSourceNode(context) must inherit property \"context\" with the proper type": {
          "stNum": 576,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: ConstantSourceNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new ConstantSourceNode(context) must inherit property \"numberOfInputs\" with the proper type": {
          "stNum": 577,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: ConstantSourceNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new ConstantSourceNode(context) must inherit property \"numberOfOutputs\" with the proper type": {
          "stNum": 578,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: ConstantSourceNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new ConstantSourceNode(context) must inherit property \"channelCount\" with the proper type": {
          "stNum": 579,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: ConstantSourceNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new ConstantSourceNode(context) must inherit property \"channelCountMode\" with the proper type": {
          "stNum": 580,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: ConstantSourceNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new ConstantSourceNode(context) must inherit property \"channelInterpretation\" with the proper type": {
          "stNum": 581,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: ConstantSourceNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "ConvolverNode interface: existence and properties of interface object": {
          "stNum": 582,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "ConvolverNode interface object length": {
          "stNum": 583,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: wrong value for ConvolverNode.length expected 1 but got 0"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "ConvolverNode interface object name": {
          "stNum": 584,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "ConvolverNode interface: existence and properties of interface prototype object": {
          "stNum": 585,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "ConvolverNode interface: existence and properties of interface prototype object's \"constructor\" property": {
          "stNum": 586,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "ConvolverNode interface: existence and properties of interface prototype object's @@unscopables property": {
          "stNum": 587,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "ConvolverNode interface: attribute buffer": {
          "stNum": 588,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "ConvolverNode interface: attribute normalize": {
          "stNum": 589,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "ConvolverNode must be primary interface of new ConvolverNode(context)": {
          "stNum": 590,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "Stringification of new ConvolverNode(context)": {
          "stNum": 591,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "ConvolverNode interface: new ConvolverNode(context) must inherit property \"buffer\" with the proper type": {
          "stNum": 592,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "ConvolverNode interface: new ConvolverNode(context) must inherit property \"normalize\" with the proper type": {
          "stNum": 593,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new ConvolverNode(context) must inherit property \"connect(AudioNode, unsigned long, unsigned long)\" with the proper type": {
          "stNum": 594,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling connect(AudioNode, unsigned long, unsigned long) on new ConvolverNode(context) with too few arguments must throw TypeError": {
          "stNum": 595,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new ConvolverNode(context) must inherit property \"connect(AudioParam, unsigned long)\" with the proper type": {
          "stNum": 596,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling connect(AudioParam, unsigned long) on new ConvolverNode(context) with too few arguments must throw TypeError": {
          "stNum": 597,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new ConvolverNode(context) must inherit property \"disconnect()\" with the proper type": {
          "stNum": 598,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new ConvolverNode(context) must inherit property \"disconnect(unsigned long)\" with the proper type": {
          "stNum": 599,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(unsigned long) on new ConvolverNode(context) with too few arguments must throw TypeError": {
          "stNum": 600,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new ConvolverNode(context) must inherit property \"disconnect(AudioNode)\" with the proper type": {
          "stNum": 601,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioNode) on new ConvolverNode(context) with too few arguments must throw TypeError": {
          "stNum": 602,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new ConvolverNode(context) must inherit property \"disconnect(AudioNode, unsigned long)\" with the proper type": {
          "stNum": 603,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioNode, unsigned long) on new ConvolverNode(context) with too few arguments must throw TypeError": {
          "stNum": 604,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new ConvolverNode(context) must inherit property \"disconnect(AudioNode, unsigned long, unsigned long)\" with the proper type": {
          "stNum": 605,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioNode, unsigned long, unsigned long) on new ConvolverNode(context) with too few arguments must throw TypeError": {
          "stNum": 606,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new ConvolverNode(context) must inherit property \"disconnect(AudioParam)\" with the proper type": {
          "stNum": 607,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioParam) on new ConvolverNode(context) with too few arguments must throw TypeError": {
          "stNum": 608,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new ConvolverNode(context) must inherit property \"disconnect(AudioParam, unsigned long)\" with the proper type": {
          "stNum": 609,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioParam, unsigned long) on new ConvolverNode(context) with too few arguments must throw TypeError": {
          "stNum": 610,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new ConvolverNode(context) must inherit property \"context\" with the proper type": {
          "stNum": 611,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new ConvolverNode(context) must inherit property \"numberOfInputs\" with the proper type": {
          "stNum": 612,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new ConvolverNode(context) must inherit property \"numberOfOutputs\" with the proper type": {
          "stNum": 613,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new ConvolverNode(context) must inherit property \"channelCount\" with the proper type": {
          "stNum": 614,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new ConvolverNode(context) must inherit property \"channelCountMode\" with the proper type": {
          "stNum": 615,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new ConvolverNode(context) must inherit property \"channelInterpretation\" with the proper type": {
          "stNum": 616,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "DelayNode interface: existence and properties of interface object": {
          "stNum": 617,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "DelayNode interface object length": {
          "stNum": 618,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: wrong value for DelayNode.length expected 1 but got 0"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "DelayNode interface object name": {
          "stNum": 619,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "DelayNode interface: existence and properties of interface prototype object": {
          "stNum": 620,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "DelayNode interface: existence and properties of interface prototype object's \"constructor\" property": {
          "stNum": 621,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "DelayNode interface: existence and properties of interface prototype object's @@unscopables property": {
          "stNum": 622,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "DelayNode interface: attribute delayTime": {
          "stNum": 623,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "DelayNode must be primary interface of new DelayNode(context)": {
          "stNum": 624,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "Stringification of new DelayNode(context)": {
          "stNum": 625,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "DelayNode interface: new DelayNode(context) must inherit property \"delayTime\" with the proper type": {
          "stNum": 626,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new DelayNode(context) must inherit property \"connect(AudioNode, unsigned long, unsigned long)\" with the proper type": {
          "stNum": 627,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling connect(AudioNode, unsigned long, unsigned long) on new DelayNode(context) with too few arguments must throw TypeError": {
          "stNum": 628,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new DelayNode(context) must inherit property \"connect(AudioParam, unsigned long)\" with the proper type": {
          "stNum": 629,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling connect(AudioParam, unsigned long) on new DelayNode(context) with too few arguments must throw TypeError": {
          "stNum": 630,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new DelayNode(context) must inherit property \"disconnect()\" with the proper type": {
          "stNum": 631,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new DelayNode(context) must inherit property \"disconnect(unsigned long)\" with the proper type": {
          "stNum": 632,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(unsigned long) on new DelayNode(context) with too few arguments must throw TypeError": {
          "stNum": 633,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new DelayNode(context) must inherit property \"disconnect(AudioNode)\" with the proper type": {
          "stNum": 634,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioNode) on new DelayNode(context) with too few arguments must throw TypeError": {
          "stNum": 635,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new DelayNode(context) must inherit property \"disconnect(AudioNode, unsigned long)\" with the proper type": {
          "stNum": 636,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioNode, unsigned long) on new DelayNode(context) with too few arguments must throw TypeError": {
          "stNum": 637,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new DelayNode(context) must inherit property \"disconnect(AudioNode, unsigned long, unsigned long)\" with the proper type": {
          "stNum": 638,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioNode, unsigned long, unsigned long) on new DelayNode(context) with too few arguments must throw TypeError": {
          "stNum": 639,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new DelayNode(context) must inherit property \"disconnect(AudioParam)\" with the proper type": {
          "stNum": 640,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioParam) on new DelayNode(context) with too few arguments must throw TypeError": {
          "stNum": 641,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new DelayNode(context) must inherit property \"disconnect(AudioParam, unsigned long)\" with the proper type": {
          "stNum": 642,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioParam, unsigned long) on new DelayNode(context) with too few arguments must throw TypeError": {
          "stNum": 643,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new DelayNode(context) must inherit property \"context\" with the proper type": {
          "stNum": 644,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new DelayNode(context) must inherit property \"numberOfInputs\" with the proper type": {
          "stNum": 645,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new DelayNode(context) must inherit property \"numberOfOutputs\" with the proper type": {
          "stNum": 646,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new DelayNode(context) must inherit property \"channelCount\" with the proper type": {
          "stNum": 647,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new DelayNode(context) must inherit property \"channelCountMode\" with the proper type": {
          "stNum": 648,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new DelayNode(context) must inherit property \"channelInterpretation\" with the proper type": {
          "stNum": 649,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "DynamicsCompressorNode interface: existence and properties of interface object": {
          "stNum": 650,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "DynamicsCompressorNode interface object length": {
          "stNum": 651,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: wrong value for DynamicsCompressorNode.length expected 1 but got 0"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "DynamicsCompressorNode interface object name": {
          "stNum": 652,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "DynamicsCompressorNode interface: existence and properties of interface prototype object": {
          "stNum": 653,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "DynamicsCompressorNode interface: existence and properties of interface prototype object's \"constructor\" property": {
          "stNum": 654,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "DynamicsCompressorNode interface: existence and properties of interface prototype object's @@unscopables property": {
          "stNum": 655,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "DynamicsCompressorNode interface: attribute threshold": {
          "stNum": 656,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "DynamicsCompressorNode interface: attribute knee": {
          "stNum": 657,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "DynamicsCompressorNode interface: attribute ratio": {
          "stNum": 658,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "DynamicsCompressorNode interface: attribute reduction": {
          "stNum": 659,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "DynamicsCompressorNode interface: attribute attack": {
          "stNum": 660,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "DynamicsCompressorNode interface: attribute release": {
          "stNum": 661,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "DynamicsCompressorNode must be primary interface of new DynamicsCompressorNode(context)": {
          "stNum": 662,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "Stringification of new DynamicsCompressorNode(context)": {
          "stNum": 663,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "DynamicsCompressorNode interface: new DynamicsCompressorNode(context) must inherit property \"threshold\" with the proper type": {
          "stNum": 664,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "DynamicsCompressorNode interface: new DynamicsCompressorNode(context) must inherit property \"knee\" with the proper type": {
          "stNum": 665,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "DynamicsCompressorNode interface: new DynamicsCompressorNode(context) must inherit property \"ratio\" with the proper type": {
          "stNum": 666,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "DynamicsCompressorNode interface: new DynamicsCompressorNode(context) must inherit property \"reduction\" with the proper type": {
          "stNum": 667,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "DynamicsCompressorNode interface: new DynamicsCompressorNode(context) must inherit property \"attack\" with the proper type": {
          "stNum": 668,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "DynamicsCompressorNode interface: new DynamicsCompressorNode(context) must inherit property \"release\" with the proper type": {
          "stNum": 669,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new DynamicsCompressorNode(context) must inherit property \"connect(AudioNode, unsigned long, unsigned long)\" with the proper type": {
          "stNum": 670,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling connect(AudioNode, unsigned long, unsigned long) on new DynamicsCompressorNode(context) with too few arguments must throw TypeError": {
          "stNum": 671,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new DynamicsCompressorNode(context) must inherit property \"connect(AudioParam, unsigned long)\" with the proper type": {
          "stNum": 672,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling connect(AudioParam, unsigned long) on new DynamicsCompressorNode(context) with too few arguments must throw TypeError": {
          "stNum": 673,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new DynamicsCompressorNode(context) must inherit property \"disconnect()\" with the proper type": {
          "stNum": 674,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new DynamicsCompressorNode(context) must inherit property \"disconnect(unsigned long)\" with the proper type": {
          "stNum": 675,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(unsigned long) on new DynamicsCompressorNode(context) with too few arguments must throw TypeError": {
          "stNum": 676,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new DynamicsCompressorNode(context) must inherit property \"disconnect(AudioNode)\" with the proper type": {
          "stNum": 677,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioNode) on new DynamicsCompressorNode(context) with too few arguments must throw TypeError": {
          "stNum": 678,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new DynamicsCompressorNode(context) must inherit property \"disconnect(AudioNode, unsigned long)\" with the proper type": {
          "stNum": 679,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioNode, unsigned long) on new DynamicsCompressorNode(context) with too few arguments must throw TypeError": {
          "stNum": 680,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new DynamicsCompressorNode(context) must inherit property \"disconnect(AudioNode, unsigned long, unsigned long)\" with the proper type": {
          "stNum": 681,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioNode, unsigned long, unsigned long) on new DynamicsCompressorNode(context) with too few arguments must throw TypeError": {
          "stNum": 682,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new DynamicsCompressorNode(context) must inherit property \"disconnect(AudioParam)\" with the proper type": {
          "stNum": 683,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioParam) on new DynamicsCompressorNode(context) with too few arguments must throw TypeError": {
          "stNum": 684,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new DynamicsCompressorNode(context) must inherit property \"disconnect(AudioParam, unsigned long)\" with the proper type": {
          "stNum": 685,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioParam, unsigned long) on new DynamicsCompressorNode(context) with too few arguments must throw TypeError": {
          "stNum": 686,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new DynamicsCompressorNode(context) must inherit property \"context\" with the proper type": {
          "stNum": 687,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new DynamicsCompressorNode(context) must inherit property \"numberOfInputs\" with the proper type": {
          "stNum": 688,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new DynamicsCompressorNode(context) must inherit property \"numberOfOutputs\" with the proper type": {
          "stNum": 689,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new DynamicsCompressorNode(context) must inherit property \"channelCount\" with the proper type": {
          "stNum": 690,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new DynamicsCompressorNode(context) must inherit property \"channelCountMode\" with the proper type": {
          "stNum": 691,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new DynamicsCompressorNode(context) must inherit property \"channelInterpretation\" with the proper type": {
          "stNum": 692,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "GainNode interface: existence and properties of interface object": {
          "stNum": 693,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "GainNode interface object length": {
          "stNum": 694,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: wrong value for GainNode.length expected 1 but got 0"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "GainNode interface object name": {
          "stNum": 695,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "GainNode interface: existence and properties of interface prototype object": {
          "stNum": 696,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "GainNode interface: existence and properties of interface prototype object's \"constructor\" property": {
          "stNum": 697,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "GainNode interface: existence and properties of interface prototype object's @@unscopables property": {
          "stNum": 698,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "GainNode interface: attribute gain": {
          "stNum": 699,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "GainNode must be primary interface of new GainNode(context)": {
          "stNum": 700,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "Stringification of new GainNode(context)": {
          "stNum": 701,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "GainNode interface: new GainNode(context) must inherit property \"gain\" with the proper type": {
          "stNum": 702,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new GainNode(context) must inherit property \"connect(AudioNode, unsigned long, unsigned long)\" with the proper type": {
          "stNum": 703,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling connect(AudioNode, unsigned long, unsigned long) on new GainNode(context) with too few arguments must throw TypeError": {
          "stNum": 704,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new GainNode(context) must inherit property \"connect(AudioParam, unsigned long)\" with the proper type": {
          "stNum": 705,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling connect(AudioParam, unsigned long) on new GainNode(context) with too few arguments must throw TypeError": {
          "stNum": 706,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new GainNode(context) must inherit property \"disconnect()\" with the proper type": {
          "stNum": 707,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new GainNode(context) must inherit property \"disconnect(unsigned long)\" with the proper type": {
          "stNum": 708,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(unsigned long) on new GainNode(context) with too few arguments must throw TypeError": {
          "stNum": 709,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new GainNode(context) must inherit property \"disconnect(AudioNode)\" with the proper type": {
          "stNum": 710,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioNode) on new GainNode(context) with too few arguments must throw TypeError": {
          "stNum": 711,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new GainNode(context) must inherit property \"disconnect(AudioNode, unsigned long)\" with the proper type": {
          "stNum": 712,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioNode, unsigned long) on new GainNode(context) with too few arguments must throw TypeError": {
          "stNum": 713,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new GainNode(context) must inherit property \"disconnect(AudioNode, unsigned long, unsigned long)\" with the proper type": {
          "stNum": 714,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioNode, unsigned long, unsigned long) on new GainNode(context) with too few arguments must throw TypeError": {
          "stNum": 715,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new GainNode(context) must inherit property \"disconnect(AudioParam)\" with the proper type": {
          "stNum": 716,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioParam) on new GainNode(context) with too few arguments must throw TypeError": {
          "stNum": 717,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new GainNode(context) must inherit property \"disconnect(AudioParam, unsigned long)\" with the proper type": {
          "stNum": 718,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioParam, unsigned long) on new GainNode(context) with too few arguments must throw TypeError": {
          "stNum": 719,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new GainNode(context) must inherit property \"context\" with the proper type": {
          "stNum": 720,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new GainNode(context) must inherit property \"numberOfInputs\" with the proper type": {
          "stNum": 721,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new GainNode(context) must inherit property \"numberOfOutputs\" with the proper type": {
          "stNum": 722,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new GainNode(context) must inherit property \"channelCount\" with the proper type": {
          "stNum": 723,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new GainNode(context) must inherit property \"channelCountMode\" with the proper type": {
          "stNum": 724,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new GainNode(context) must inherit property \"channelInterpretation\" with the proper type": {
          "stNum": 725,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "IIRFilterNode interface: existence and properties of interface object": {
          "stNum": 726,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"IIRFilterNode\" expected property \"IIRFilterNode\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "IIRFilterNode interface object length": {
          "stNum": 727,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"IIRFilterNode\" expected property \"IIRFilterNode\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "IIRFilterNode interface object name": {
          "stNum": 728,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"IIRFilterNode\" expected property \"IIRFilterNode\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "IIRFilterNode interface: existence and properties of interface prototype object": {
          "stNum": 729,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"IIRFilterNode\" expected property \"IIRFilterNode\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "IIRFilterNode interface: existence and properties of interface prototype object's \"constructor\" property": {
          "stNum": 730,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"IIRFilterNode\" expected property \"IIRFilterNode\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "IIRFilterNode interface: existence and properties of interface prototype object's @@unscopables property": {
          "stNum": 731,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"IIRFilterNode\" expected property \"IIRFilterNode\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "IIRFilterNode interface: operation getFrequencyResponse(Float32Array, Float32Array, Float32Array)": {
          "stNum": 732,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"IIRFilterNode\" expected property \"IIRFilterNode\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "IIRFilterNode must be primary interface of new IIRFilterNode(context, {feedforward: [1], feedback: [1]})": {
          "stNum": 733,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: IIRFilterNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "Stringification of new IIRFilterNode(context, {feedforward: [1], feedback: [1]})": {
          "stNum": 734,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: IIRFilterNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "IIRFilterNode interface: new IIRFilterNode(context, {feedforward: [1], feedback: [1]}) must inherit property \"getFrequencyResponse(Float32Array, Float32Array, Float32Array)\" with the proper type": {
          "stNum": 735,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: IIRFilterNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "IIRFilterNode interface: calling getFrequencyResponse(Float32Array, Float32Array, Float32Array) on new IIRFilterNode(context, {feedforward: [1], feedback: [1]}) with too few arguments must throw TypeError": {
          "stNum": 736,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: IIRFilterNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new IIRFilterNode(context, {feedforward: [1], feedback: [1]}) must inherit property \"connect(AudioNode, unsigned long, unsigned long)\" with the proper type": {
          "stNum": 737,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: IIRFilterNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling connect(AudioNode, unsigned long, unsigned long) on new IIRFilterNode(context, {feedforward: [1], feedback: [1]}) with too few arguments must throw TypeError": {
          "stNum": 738,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: IIRFilterNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new IIRFilterNode(context, {feedforward: [1], feedback: [1]}) must inherit property \"connect(AudioParam, unsigned long)\" with the proper type": {
          "stNum": 739,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: IIRFilterNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling connect(AudioParam, unsigned long) on new IIRFilterNode(context, {feedforward: [1], feedback: [1]}) with too few arguments must throw TypeError": {
          "stNum": 740,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: IIRFilterNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new IIRFilterNode(context, {feedforward: [1], feedback: [1]}) must inherit property \"disconnect()\" with the proper type": {
          "stNum": 741,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: IIRFilterNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new IIRFilterNode(context, {feedforward: [1], feedback: [1]}) must inherit property \"disconnect(unsigned long)\" with the proper type": {
          "stNum": 742,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: IIRFilterNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(unsigned long) on new IIRFilterNode(context, {feedforward: [1], feedback: [1]}) with too few arguments must throw TypeError": {
          "stNum": 743,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: IIRFilterNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new IIRFilterNode(context, {feedforward: [1], feedback: [1]}) must inherit property \"disconnect(AudioNode)\" with the proper type": {
          "stNum": 744,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: IIRFilterNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioNode) on new IIRFilterNode(context, {feedforward: [1], feedback: [1]}) with too few arguments must throw TypeError": {
          "stNum": 745,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: IIRFilterNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new IIRFilterNode(context, {feedforward: [1], feedback: [1]}) must inherit property \"disconnect(AudioNode, unsigned long)\" with the proper type": {
          "stNum": 746,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: IIRFilterNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioNode, unsigned long) on new IIRFilterNode(context, {feedforward: [1], feedback: [1]}) with too few arguments must throw TypeError": {
          "stNum": 747,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: IIRFilterNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new IIRFilterNode(context, {feedforward: [1], feedback: [1]}) must inherit property \"disconnect(AudioNode, unsigned long, unsigned long)\" with the proper type": {
          "stNum": 748,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: IIRFilterNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioNode, unsigned long, unsigned long) on new IIRFilterNode(context, {feedforward: [1], feedback: [1]}) with too few arguments must throw TypeError": {
          "stNum": 749,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: IIRFilterNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new IIRFilterNode(context, {feedforward: [1], feedback: [1]}) must inherit property \"disconnect(AudioParam)\" with the proper type": {
          "stNum": 750,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: IIRFilterNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioParam) on new IIRFilterNode(context, {feedforward: [1], feedback: [1]}) with too few arguments must throw TypeError": {
          "stNum": 751,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: IIRFilterNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new IIRFilterNode(context, {feedforward: [1], feedback: [1]}) must inherit property \"disconnect(AudioParam, unsigned long)\" with the proper type": {
          "stNum": 752,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: IIRFilterNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioParam, unsigned long) on new IIRFilterNode(context, {feedforward: [1], feedback: [1]}) with too few arguments must throw TypeError": {
          "stNum": 753,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: IIRFilterNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new IIRFilterNode(context, {feedforward: [1], feedback: [1]}) must inherit property \"context\" with the proper type": {
          "stNum": 754,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: IIRFilterNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new IIRFilterNode(context, {feedforward: [1], feedback: [1]}) must inherit property \"numberOfInputs\" with the proper type": {
          "stNum": 755,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: IIRFilterNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new IIRFilterNode(context, {feedforward: [1], feedback: [1]}) must inherit property \"numberOfOutputs\" with the proper type": {
          "stNum": 756,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: IIRFilterNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new IIRFilterNode(context, {feedforward: [1], feedback: [1]}) must inherit property \"channelCount\" with the proper type": {
          "stNum": 757,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: IIRFilterNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new IIRFilterNode(context, {feedforward: [1], feedback: [1]}) must inherit property \"channelCountMode\" with the proper type": {
          "stNum": 758,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: IIRFilterNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new IIRFilterNode(context, {feedforward: [1], feedback: [1]}) must inherit property \"channelInterpretation\" with the proper type": {
          "stNum": 759,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: IIRFilterNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "MediaElementAudioSourceNode interface: existence and properties of interface object": {
          "stNum": 760,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "MediaElementAudioSourceNode interface object length": {
          "stNum": 761,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: wrong value for MediaElementAudioSourceNode.length expected 2 but got 0"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "MediaElementAudioSourceNode interface object name": {
          "stNum": 762,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "MediaElementAudioSourceNode interface: existence and properties of interface prototype object": {
          "stNum": 763,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "MediaElementAudioSourceNode interface: existence and properties of interface prototype object's \"constructor\" property": {
          "stNum": 764,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "MediaElementAudioSourceNode interface: existence and properties of interface prototype object's @@unscopables property": {
          "stNum": 765,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "MediaElementAudioSourceNode interface: attribute mediaElement": {
          "stNum": 766,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "MediaElementAudioSourceNode must be primary interface of new MediaElementAudioSourceNode(context, {mediaElement: new Audio})": {
          "stNum": 767,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "Stringification of new MediaElementAudioSourceNode(context, {mediaElement: new Audio})": {
          "stNum": 768,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "MediaElementAudioSourceNode interface: new MediaElementAudioSourceNode(context, {mediaElement: new Audio}) must inherit property \"mediaElement\" with the proper type": {
          "stNum": 769,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new MediaElementAudioSourceNode(context, {mediaElement: new Audio}) must inherit property \"connect(AudioNode, unsigned long, unsigned long)\" with the proper type": {
          "stNum": 770,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling connect(AudioNode, unsigned long, unsigned long) on new MediaElementAudioSourceNode(context, {mediaElement: new Audio}) with too few arguments must throw TypeError": {
          "stNum": 771,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new MediaElementAudioSourceNode(context, {mediaElement: new Audio}) must inherit property \"connect(AudioParam, unsigned long)\" with the proper type": {
          "stNum": 772,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling connect(AudioParam, unsigned long) on new MediaElementAudioSourceNode(context, {mediaElement: new Audio}) with too few arguments must throw TypeError": {
          "stNum": 773,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new MediaElementAudioSourceNode(context, {mediaElement: new Audio}) must inherit property \"disconnect()\" with the proper type": {
          "stNum": 774,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new MediaElementAudioSourceNode(context, {mediaElement: new Audio}) must inherit property \"disconnect(unsigned long)\" with the proper type": {
          "stNum": 775,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(unsigned long) on new MediaElementAudioSourceNode(context, {mediaElement: new Audio}) with too few arguments must throw TypeError": {
          "stNum": 776,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new MediaElementAudioSourceNode(context, {mediaElement: new Audio}) must inherit property \"disconnect(AudioNode)\" with the proper type": {
          "stNum": 777,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioNode) on new MediaElementAudioSourceNode(context, {mediaElement: new Audio}) with too few arguments must throw TypeError": {
          "stNum": 778,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new MediaElementAudioSourceNode(context, {mediaElement: new Audio}) must inherit property \"disconnect(AudioNode, unsigned long)\" with the proper type": {
          "stNum": 779,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioNode, unsigned long) on new MediaElementAudioSourceNode(context, {mediaElement: new Audio}) with too few arguments must throw TypeError": {
          "stNum": 780,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new MediaElementAudioSourceNode(context, {mediaElement: new Audio}) must inherit property \"disconnect(AudioNode, unsigned long, unsigned long)\" with the proper type": {
          "stNum": 781,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioNode, unsigned long, unsigned long) on new MediaElementAudioSourceNode(context, {mediaElement: new Audio}) with too few arguments must throw TypeError": {
          "stNum": 782,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new MediaElementAudioSourceNode(context, {mediaElement: new Audio}) must inherit property \"disconnect(AudioParam)\" with the proper type": {
          "stNum": 783,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioParam) on new MediaElementAudioSourceNode(context, {mediaElement: new Audio}) with too few arguments must throw TypeError": {
          "stNum": 784,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new MediaElementAudioSourceNode(context, {mediaElement: new Audio}) must inherit property \"disconnect(AudioParam, unsigned long)\" with the proper type": {
          "stNum": 785,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioParam, unsigned long) on new MediaElementAudioSourceNode(context, {mediaElement: new Audio}) with too few arguments must throw TypeError": {
          "stNum": 786,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new MediaElementAudioSourceNode(context, {mediaElement: new Audio}) must inherit property \"context\" with the proper type": {
          "stNum": 787,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new MediaElementAudioSourceNode(context, {mediaElement: new Audio}) must inherit property \"numberOfInputs\" with the proper type": {
          "stNum": 788,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new MediaElementAudioSourceNode(context, {mediaElement: new Audio}) must inherit property \"numberOfOutputs\" with the proper type": {
          "stNum": 789,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new MediaElementAudioSourceNode(context, {mediaElement: new Audio}) must inherit property \"channelCount\" with the proper type": {
          "stNum": 790,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new MediaElementAudioSourceNode(context, {mediaElement: new Audio}) must inherit property \"channelCountMode\" with the proper type": {
          "stNum": 791,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new MediaElementAudioSourceNode(context, {mediaElement: new Audio}) must inherit property \"channelInterpretation\" with the proper type": {
          "stNum": 792,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "MediaStreamAudioDestinationNode interface: existence and properties of interface object": {
          "stNum": 793,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "MediaStreamAudioDestinationNode interface object length": {
          "stNum": 794,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: wrong value for MediaStreamAudioDestinationNode.length expected 1 but got 0"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "MediaStreamAudioDestinationNode interface object name": {
          "stNum": 795,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "MediaStreamAudioDestinationNode interface: existence and properties of interface prototype object": {
          "stNum": 796,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "MediaStreamAudioDestinationNode interface: existence and properties of interface prototype object's \"constructor\" property": {
          "stNum": 797,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "MediaStreamAudioDestinationNode interface: existence and properties of interface prototype object's @@unscopables property": {
          "stNum": 798,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "MediaStreamAudioDestinationNode interface: attribute stream": {
          "stNum": 799,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "MediaStreamAudioDestinationNode must be primary interface of new MediaStreamAudioDestinationNode(context)": {
          "stNum": 800,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "Stringification of new MediaStreamAudioDestinationNode(context)": {
          "stNum": 801,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "MediaStreamAudioDestinationNode interface: new MediaStreamAudioDestinationNode(context) must inherit property \"stream\" with the proper type": {
          "stNum": 802,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new MediaStreamAudioDestinationNode(context) must inherit property \"connect(AudioNode, unsigned long, unsigned long)\" with the proper type": {
          "stNum": 803,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling connect(AudioNode, unsigned long, unsigned long) on new MediaStreamAudioDestinationNode(context) with too few arguments must throw TypeError": {
          "stNum": 804,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new MediaStreamAudioDestinationNode(context) must inherit property \"connect(AudioParam, unsigned long)\" with the proper type": {
          "stNum": 805,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling connect(AudioParam, unsigned long) on new MediaStreamAudioDestinationNode(context) with too few arguments must throw TypeError": {
          "stNum": 806,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new MediaStreamAudioDestinationNode(context) must inherit property \"disconnect()\" with the proper type": {
          "stNum": 807,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new MediaStreamAudioDestinationNode(context) must inherit property \"disconnect(unsigned long)\" with the proper type": {
          "stNum": 808,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(unsigned long) on new MediaStreamAudioDestinationNode(context) with too few arguments must throw TypeError": {
          "stNum": 809,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new MediaStreamAudioDestinationNode(context) must inherit property \"disconnect(AudioNode)\" with the proper type": {
          "stNum": 810,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioNode) on new MediaStreamAudioDestinationNode(context) with too few arguments must throw TypeError": {
          "stNum": 811,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new MediaStreamAudioDestinationNode(context) must inherit property \"disconnect(AudioNode, unsigned long)\" with the proper type": {
          "stNum": 812,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioNode, unsigned long) on new MediaStreamAudioDestinationNode(context) with too few arguments must throw TypeError": {
          "stNum": 813,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new MediaStreamAudioDestinationNode(context) must inherit property \"disconnect(AudioNode, unsigned long, unsigned long)\" with the proper type": {
          "stNum": 814,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioNode, unsigned long, unsigned long) on new MediaStreamAudioDestinationNode(context) with too few arguments must throw TypeError": {
          "stNum": 815,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new MediaStreamAudioDestinationNode(context) must inherit property \"disconnect(AudioParam)\" with the proper type": {
          "stNum": 816,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioParam) on new MediaStreamAudioDestinationNode(context) with too few arguments must throw TypeError": {
          "stNum": 817,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new MediaStreamAudioDestinationNode(context) must inherit property \"disconnect(AudioParam, unsigned long)\" with the proper type": {
          "stNum": 818,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioParam, unsigned long) on new MediaStreamAudioDestinationNode(context) with too few arguments must throw TypeError": {
          "stNum": 819,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new MediaStreamAudioDestinationNode(context) must inherit property \"context\" with the proper type": {
          "stNum": 820,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new MediaStreamAudioDestinationNode(context) must inherit property \"numberOfInputs\" with the proper type": {
          "stNum": 821,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new MediaStreamAudioDestinationNode(context) must inherit property \"numberOfOutputs\" with the proper type": {
          "stNum": 822,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new MediaStreamAudioDestinationNode(context) must inherit property \"channelCount\" with the proper type": {
          "stNum": 823,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new MediaStreamAudioDestinationNode(context) must inherit property \"channelCountMode\" with the proper type": {
          "stNum": 824,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new MediaStreamAudioDestinationNode(context) must inherit property \"channelInterpretation\" with the proper type": {
          "stNum": 825,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "MediaStreamAudioSourceNode interface: existence and properties of interface object": {
          "stNum": 826,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "MediaStreamAudioSourceNode interface object length": {
          "stNum": 827,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: wrong value for MediaStreamAudioSourceNode.length expected 2 but got 0"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "MediaStreamAudioSourceNode interface object name": {
          "stNum": 828,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "MediaStreamAudioSourceNode interface: existence and properties of interface prototype object": {
          "stNum": 829,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "MediaStreamAudioSourceNode interface: existence and properties of interface prototype object's \"constructor\" property": {
          "stNum": 830,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "MediaStreamAudioSourceNode interface: existence and properties of interface prototype object's @@unscopables property": {
          "stNum": 831,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "MediaStreamAudioSourceNode interface: attribute mediaStream": {
          "stNum": 832,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "MediaStreamTrackAudioSourceNode interface: existence and properties of interface object": {
          "stNum": 833,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"MediaStreamTrackAudioSourceNode\" expected property \"MediaStreamTrackAudioSourceNode\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "MediaStreamTrackAudioSourceNode interface object length": {
          "stNum": 834,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"MediaStreamTrackAudioSourceNode\" expected property \"MediaStreamTrackAudioSourceNode\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "MediaStreamTrackAudioSourceNode interface object name": {
          "stNum": 835,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"MediaStreamTrackAudioSourceNode\" expected property \"MediaStreamTrackAudioSourceNode\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "MediaStreamTrackAudioSourceNode interface: existence and properties of interface prototype object": {
          "stNum": 836,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"MediaStreamTrackAudioSourceNode\" expected property \"MediaStreamTrackAudioSourceNode\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "MediaStreamTrackAudioSourceNode interface: existence and properties of interface prototype object's \"constructor\" property": {
          "stNum": 837,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"MediaStreamTrackAudioSourceNode\" expected property \"MediaStreamTrackAudioSourceNode\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "MediaStreamTrackAudioSourceNode interface: existence and properties of interface prototype object's @@unscopables property": {
          "stNum": 838,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"MediaStreamTrackAudioSourceNode\" expected property \"MediaStreamTrackAudioSourceNode\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "OscillatorNode interface: existence and properties of interface object": {
          "stNum": 839,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"AudioScheduledSourceNode\" expected property \"AudioScheduledSourceNode\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "OscillatorNode interface object length": {
          "stNum": 840,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: wrong value for OscillatorNode.length expected 1 but got 0"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "OscillatorNode interface object name": {
          "stNum": 841,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "OscillatorNode interface: existence and properties of interface prototype object": {
          "stNum": 842,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"AudioScheduledSourceNode\" expected property \"AudioScheduledSourceNode\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "OscillatorNode interface: existence and properties of interface prototype object's \"constructor\" property": {
          "stNum": 843,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "OscillatorNode interface: existence and properties of interface prototype object's @@unscopables property": {
          "stNum": 844,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "OscillatorNode interface: attribute type": {
          "stNum": 845,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "OscillatorNode interface: attribute frequency": {
          "stNum": 846,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "OscillatorNode interface: attribute detune": {
          "stNum": 847,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "OscillatorNode interface: operation setPeriodicWave(PeriodicWave)": {
          "stNum": 848,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "OscillatorNode must be primary interface of new OscillatorNode(context)": {
          "stNum": 849,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "Stringification of new OscillatorNode(context)": {
          "stNum": 850,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "OscillatorNode interface: new OscillatorNode(context) must inherit property \"type\" with the proper type": {
          "stNum": 851,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "OscillatorNode interface: new OscillatorNode(context) must inherit property \"frequency\" with the proper type": {
          "stNum": 852,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "OscillatorNode interface: new OscillatorNode(context) must inherit property \"detune\" with the proper type": {
          "stNum": 853,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "OscillatorNode interface: new OscillatorNode(context) must inherit property \"setPeriodicWave(PeriodicWave)\" with the proper type": {
          "stNum": 854,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "OscillatorNode interface: calling setPeriodicWave(PeriodicWave) on new OscillatorNode(context) with too few arguments must throw TypeError": {
          "stNum": 855,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioScheduledSourceNode interface: new OscillatorNode(context) must inherit property \"onended\" with the proper type": {
          "stNum": 856,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioScheduledSourceNode interface: new OscillatorNode(context) must inherit property \"start(double)\" with the proper type": {
          "stNum": 857,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioScheduledSourceNode interface: calling start(double) on new OscillatorNode(context) with too few arguments must throw TypeError": {
          "stNum": 858,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioScheduledSourceNode interface: new OscillatorNode(context) must inherit property \"stop(double)\" with the proper type": {
          "stNum": 859,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioScheduledSourceNode interface: calling stop(double) on new OscillatorNode(context) with too few arguments must throw TypeError": {
          "stNum": 860,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new OscillatorNode(context) must inherit property \"connect(AudioNode, unsigned long, unsigned long)\" with the proper type": {
          "stNum": 861,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling connect(AudioNode, unsigned long, unsigned long) on new OscillatorNode(context) with too few arguments must throw TypeError": {
          "stNum": 862,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new OscillatorNode(context) must inherit property \"connect(AudioParam, unsigned long)\" with the proper type": {
          "stNum": 863,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling connect(AudioParam, unsigned long) on new OscillatorNode(context) with too few arguments must throw TypeError": {
          "stNum": 864,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new OscillatorNode(context) must inherit property \"disconnect()\" with the proper type": {
          "stNum": 865,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new OscillatorNode(context) must inherit property \"disconnect(unsigned long)\" with the proper type": {
          "stNum": 866,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(unsigned long) on new OscillatorNode(context) with too few arguments must throw TypeError": {
          "stNum": 867,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new OscillatorNode(context) must inherit property \"disconnect(AudioNode)\" with the proper type": {
          "stNum": 868,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioNode) on new OscillatorNode(context) with too few arguments must throw TypeError": {
          "stNum": 869,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new OscillatorNode(context) must inherit property \"disconnect(AudioNode, unsigned long)\" with the proper type": {
          "stNum": 870,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioNode, unsigned long) on new OscillatorNode(context) with too few arguments must throw TypeError": {
          "stNum": 871,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new OscillatorNode(context) must inherit property \"disconnect(AudioNode, unsigned long, unsigned long)\" with the proper type": {
          "stNum": 872,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioNode, unsigned long, unsigned long) on new OscillatorNode(context) with too few arguments must throw TypeError": {
          "stNum": 873,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new OscillatorNode(context) must inherit property \"disconnect(AudioParam)\" with the proper type": {
          "stNum": 874,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioParam) on new OscillatorNode(context) with too few arguments must throw TypeError": {
          "stNum": 875,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new OscillatorNode(context) must inherit property \"disconnect(AudioParam, unsigned long)\" with the proper type": {
          "stNum": 876,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioParam, unsigned long) on new OscillatorNode(context) with too few arguments must throw TypeError": {
          "stNum": 877,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new OscillatorNode(context) must inherit property \"context\" with the proper type": {
          "stNum": 878,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new OscillatorNode(context) must inherit property \"numberOfInputs\" with the proper type": {
          "stNum": 879,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new OscillatorNode(context) must inherit property \"numberOfOutputs\" with the proper type": {
          "stNum": 880,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new OscillatorNode(context) must inherit property \"channelCount\" with the proper type": {
          "stNum": 881,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new OscillatorNode(context) must inherit property \"channelCountMode\" with the proper type": {
          "stNum": 882,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new OscillatorNode(context) must inherit property \"channelInterpretation\" with the proper type": {
          "stNum": 883,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "PannerNode interface: existence and properties of interface object": {
          "stNum": 884,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"PannerNode\" expected property \"PannerNode\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "PannerNode interface object length": {
          "stNum": 885,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"PannerNode\" expected property \"PannerNode\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "PannerNode interface object name": {
          "stNum": 886,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"PannerNode\" expected property \"PannerNode\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "PannerNode interface: existence and properties of interface prototype object": {
          "stNum": 887,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"PannerNode\" expected property \"PannerNode\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "PannerNode interface: existence and properties of interface prototype object's \"constructor\" property": {
          "stNum": 888,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"PannerNode\" expected property \"PannerNode\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "PannerNode interface: existence and properties of interface prototype object's @@unscopables property": {
          "stNum": 889,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"PannerNode\" expected property \"PannerNode\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "PannerNode interface: attribute panningModel": {
          "stNum": 890,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"PannerNode\" expected property \"PannerNode\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "PannerNode interface: attribute positionX": {
          "stNum": 891,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"PannerNode\" expected property \"PannerNode\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "PannerNode interface: attribute positionY": {
          "stNum": 892,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"PannerNode\" expected property \"PannerNode\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "PannerNode interface: attribute positionZ": {
          "stNum": 893,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"PannerNode\" expected property \"PannerNode\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "PannerNode interface: attribute orientationX": {
          "stNum": 894,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"PannerNode\" expected property \"PannerNode\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "PannerNode interface: attribute orientationY": {
          "stNum": 895,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"PannerNode\" expected property \"PannerNode\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "PannerNode interface: attribute orientationZ": {
          "stNum": 896,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"PannerNode\" expected property \"PannerNode\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "PannerNode interface: attribute distanceModel": {
          "stNum": 897,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"PannerNode\" expected property \"PannerNode\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "PannerNode interface: attribute refDistance": {
          "stNum": 898,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"PannerNode\" expected property \"PannerNode\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "PannerNode interface: attribute maxDistance": {
          "stNum": 899,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"PannerNode\" expected property \"PannerNode\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "PannerNode interface: attribute rolloffFactor": {
          "stNum": 900,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"PannerNode\" expected property \"PannerNode\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "PannerNode interface: attribute coneInnerAngle": {
          "stNum": 901,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"PannerNode\" expected property \"PannerNode\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "PannerNode interface: attribute coneOuterAngle": {
          "stNum": 902,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"PannerNode\" expected property \"PannerNode\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "PannerNode interface: attribute coneOuterGain": {
          "stNum": 903,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"PannerNode\" expected property \"PannerNode\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "PannerNode interface: operation setPosition(float, float, float)": {
          "stNum": 904,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"PannerNode\" expected property \"PannerNode\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "PannerNode interface: operation setOrientation(float, float, float)": {
          "stNum": 905,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"PannerNode\" expected property \"PannerNode\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "PannerNode must be primary interface of new PannerNode(context)": {
          "stNum": 906,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: PannerNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "Stringification of new PannerNode(context)": {
          "stNum": 907,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: PannerNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "PannerNode interface: new PannerNode(context) must inherit property \"panningModel\" with the proper type": {
          "stNum": 908,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: PannerNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "PannerNode interface: new PannerNode(context) must inherit property \"positionX\" with the proper type": {
          "stNum": 909,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: PannerNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "PannerNode interface: new PannerNode(context) must inherit property \"positionY\" with the proper type": {
          "stNum": 910,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: PannerNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "PannerNode interface: new PannerNode(context) must inherit property \"positionZ\" with the proper type": {
          "stNum": 911,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: PannerNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "PannerNode interface: new PannerNode(context) must inherit property \"orientationX\" with the proper type": {
          "stNum": 912,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: PannerNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "PannerNode interface: new PannerNode(context) must inherit property \"orientationY\" with the proper type": {
          "stNum": 913,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: PannerNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "PannerNode interface: new PannerNode(context) must inherit property \"orientationZ\" with the proper type": {
          "stNum": 914,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: PannerNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "PannerNode interface: new PannerNode(context) must inherit property \"distanceModel\" with the proper type": {
          "stNum": 915,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: PannerNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "PannerNode interface: new PannerNode(context) must inherit property \"refDistance\" with the proper type": {
          "stNum": 916,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: PannerNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "PannerNode interface: new PannerNode(context) must inherit property \"maxDistance\" with the proper type": {
          "stNum": 917,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: PannerNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "PannerNode interface: new PannerNode(context) must inherit property \"rolloffFactor\" with the proper type": {
          "stNum": 918,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: PannerNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "PannerNode interface: new PannerNode(context) must inherit property \"coneInnerAngle\" with the proper type": {
          "stNum": 919,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: PannerNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "PannerNode interface: new PannerNode(context) must inherit property \"coneOuterAngle\" with the proper type": {
          "stNum": 920,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: PannerNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "PannerNode interface: new PannerNode(context) must inherit property \"coneOuterGain\" with the proper type": {
          "stNum": 921,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: PannerNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "PannerNode interface: new PannerNode(context) must inherit property \"setPosition(float, float, float)\" with the proper type": {
          "stNum": 922,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: PannerNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "PannerNode interface: calling setPosition(float, float, float) on new PannerNode(context) with too few arguments must throw TypeError": {
          "stNum": 923,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: PannerNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "PannerNode interface: new PannerNode(context) must inherit property \"setOrientation(float, float, float)\" with the proper type": {
          "stNum": 924,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: PannerNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "PannerNode interface: calling setOrientation(float, float, float) on new PannerNode(context) with too few arguments must throw TypeError": {
          "stNum": 925,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: PannerNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new PannerNode(context) must inherit property \"connect(AudioNode, unsigned long, unsigned long)\" with the proper type": {
          "stNum": 926,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: PannerNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling connect(AudioNode, unsigned long, unsigned long) on new PannerNode(context) with too few arguments must throw TypeError": {
          "stNum": 927,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: PannerNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new PannerNode(context) must inherit property \"connect(AudioParam, unsigned long)\" with the proper type": {
          "stNum": 928,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: PannerNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling connect(AudioParam, unsigned long) on new PannerNode(context) with too few arguments must throw TypeError": {
          "stNum": 929,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: PannerNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new PannerNode(context) must inherit property \"disconnect()\" with the proper type": {
          "stNum": 930,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: PannerNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new PannerNode(context) must inherit property \"disconnect(unsigned long)\" with the proper type": {
          "stNum": 931,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: PannerNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(unsigned long) on new PannerNode(context) with too few arguments must throw TypeError": {
          "stNum": 932,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: PannerNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new PannerNode(context) must inherit property \"disconnect(AudioNode)\" with the proper type": {
          "stNum": 933,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: PannerNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioNode) on new PannerNode(context) with too few arguments must throw TypeError": {
          "stNum": 934,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: PannerNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new PannerNode(context) must inherit property \"disconnect(AudioNode, unsigned long)\" with the proper type": {
          "stNum": 935,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: PannerNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioNode, unsigned long) on new PannerNode(context) with too few arguments must throw TypeError": {
          "stNum": 936,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: PannerNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new PannerNode(context) must inherit property \"disconnect(AudioNode, unsigned long, unsigned long)\" with the proper type": {
          "stNum": 937,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: PannerNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioNode, unsigned long, unsigned long) on new PannerNode(context) with too few arguments must throw TypeError": {
          "stNum": 938,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: PannerNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new PannerNode(context) must inherit property \"disconnect(AudioParam)\" with the proper type": {
          "stNum": 939,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: PannerNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioParam) on new PannerNode(context) with too few arguments must throw TypeError": {
          "stNum": 940,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: PannerNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new PannerNode(context) must inherit property \"disconnect(AudioParam, unsigned long)\" with the proper type": {
          "stNum": 941,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: PannerNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioParam, unsigned long) on new PannerNode(context) with too few arguments must throw TypeError": {
          "stNum": 942,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: PannerNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new PannerNode(context) must inherit property \"context\" with the proper type": {
          "stNum": 943,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: PannerNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new PannerNode(context) must inherit property \"numberOfInputs\" with the proper type": {
          "stNum": 944,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: PannerNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new PannerNode(context) must inherit property \"numberOfOutputs\" with the proper type": {
          "stNum": 945,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: PannerNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new PannerNode(context) must inherit property \"channelCount\" with the proper type": {
          "stNum": 946,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: PannerNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new PannerNode(context) must inherit property \"channelCountMode\" with the proper type": {
          "stNum": 947,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: PannerNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new PannerNode(context) must inherit property \"channelInterpretation\" with the proper type": {
          "stNum": 948,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: PannerNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "PeriodicWave interface: existence and properties of interface object": {
          "stNum": 949,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "PeriodicWave interface object length": {
          "stNum": 950,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: wrong value for PeriodicWave.length expected 1 but got 0"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "PeriodicWave interface object name": {
          "stNum": 951,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "PeriodicWave interface: existence and properties of interface prototype object": {
          "stNum": 952,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "PeriodicWave interface: existence and properties of interface prototype object's \"constructor\" property": {
          "stNum": 953,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "PeriodicWave interface: existence and properties of interface prototype object's @@unscopables property": {
          "stNum": 954,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "PeriodicWave must be primary interface of new PeriodicWave(context)": {
          "stNum": 955,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "Stringification of new PeriodicWave(context)": {
          "stNum": 956,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "ScriptProcessorNode interface: existence and properties of interface object": {
          "stNum": 957,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "ScriptProcessorNode interface object length": {
          "stNum": 958,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "ScriptProcessorNode interface object name": {
          "stNum": 959,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "ScriptProcessorNode interface: existence and properties of interface prototype object": {
          "stNum": 960,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "ScriptProcessorNode interface: existence and properties of interface prototype object's \"constructor\" property": {
          "stNum": 961,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "ScriptProcessorNode interface: existence and properties of interface prototype object's @@unscopables property": {
          "stNum": 962,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "ScriptProcessorNode interface: attribute onaudioprocess": {
          "stNum": 963,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "ScriptProcessorNode interface: attribute bufferSize": {
          "stNum": 964,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "ScriptProcessorNode must be primary interface of context.createScriptProcessor()": {
          "stNum": 965,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "Stringification of context.createScriptProcessor()": {
          "stNum": 966,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "ScriptProcessorNode interface: context.createScriptProcessor() must inherit property \"onaudioprocess\" with the proper type": {
          "stNum": 967,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "ScriptProcessorNode interface: context.createScriptProcessor() must inherit property \"bufferSize\" with the proper type": {
          "stNum": 968,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: context.createScriptProcessor() must inherit property \"connect(AudioNode, unsigned long, unsigned long)\" with the proper type": {
          "stNum": 969,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling connect(AudioNode, unsigned long, unsigned long) on context.createScriptProcessor() with too few arguments must throw TypeError": {
          "stNum": 970,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: context.createScriptProcessor() must inherit property \"connect(AudioParam, unsigned long)\" with the proper type": {
          "stNum": 971,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling connect(AudioParam, unsigned long) on context.createScriptProcessor() with too few arguments must throw TypeError": {
          "stNum": 972,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: context.createScriptProcessor() must inherit property \"disconnect()\" with the proper type": {
          "stNum": 973,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: context.createScriptProcessor() must inherit property \"disconnect(unsigned long)\" with the proper type": {
          "stNum": 974,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(unsigned long) on context.createScriptProcessor() with too few arguments must throw TypeError": {
          "stNum": 975,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: context.createScriptProcessor() must inherit property \"disconnect(AudioNode)\" with the proper type": {
          "stNum": 976,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioNode) on context.createScriptProcessor() with too few arguments must throw TypeError": {
          "stNum": 977,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: context.createScriptProcessor() must inherit property \"disconnect(AudioNode, unsigned long)\" with the proper type": {
          "stNum": 978,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioNode, unsigned long) on context.createScriptProcessor() with too few arguments must throw TypeError": {
          "stNum": 979,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: context.createScriptProcessor() must inherit property \"disconnect(AudioNode, unsigned long, unsigned long)\" with the proper type": {
          "stNum": 980,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioNode, unsigned long, unsigned long) on context.createScriptProcessor() with too few arguments must throw TypeError": {
          "stNum": 981,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: context.createScriptProcessor() must inherit property \"disconnect(AudioParam)\" with the proper type": {
          "stNum": 982,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioParam) on context.createScriptProcessor() with too few arguments must throw TypeError": {
          "stNum": 983,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: context.createScriptProcessor() must inherit property \"disconnect(AudioParam, unsigned long)\" with the proper type": {
          "stNum": 984,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioParam, unsigned long) on context.createScriptProcessor() with too few arguments must throw TypeError": {
          "stNum": 985,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: context.createScriptProcessor() must inherit property \"context\" with the proper type": {
          "stNum": 986,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: context.createScriptProcessor() must inherit property \"numberOfInputs\" with the proper type": {
          "stNum": 987,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: context.createScriptProcessor() must inherit property \"numberOfOutputs\" with the proper type": {
          "stNum": 988,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: context.createScriptProcessor() must inherit property \"channelCount\" with the proper type": {
          "stNum": 989,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: context.createScriptProcessor() must inherit property \"channelCountMode\" with the proper type": {
          "stNum": 990,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: context.createScriptProcessor() must inherit property \"channelInterpretation\" with the proper type": {
          "stNum": 991,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "StereoPannerNode interface: existence and properties of interface object": {
          "stNum": 992,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"StereoPannerNode\" expected property \"StereoPannerNode\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "StereoPannerNode interface object length": {
          "stNum": 993,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"StereoPannerNode\" expected property \"StereoPannerNode\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "StereoPannerNode interface object name": {
          "stNum": 994,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"StereoPannerNode\" expected property \"StereoPannerNode\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "StereoPannerNode interface: existence and properties of interface prototype object": {
          "stNum": 995,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"StereoPannerNode\" expected property \"StereoPannerNode\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "StereoPannerNode interface: existence and properties of interface prototype object's \"constructor\" property": {
          "stNum": 996,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"StereoPannerNode\" expected property \"StereoPannerNode\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "StereoPannerNode interface: existence and properties of interface prototype object's @@unscopables property": {
          "stNum": 997,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"StereoPannerNode\" expected property \"StereoPannerNode\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "StereoPannerNode interface: attribute pan": {
          "stNum": 998,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"StereoPannerNode\" expected property \"StereoPannerNode\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "StereoPannerNode must be primary interface of new StereoPannerNode(context)": {
          "stNum": 999,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: StereoPannerNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "Stringification of new StereoPannerNode(context)": {
          "stNum": 1000,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: StereoPannerNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "StereoPannerNode interface: new StereoPannerNode(context) must inherit property \"pan\" with the proper type": {
          "stNum": 1001,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: StereoPannerNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new StereoPannerNode(context) must inherit property \"connect(AudioNode, unsigned long, unsigned long)\" with the proper type": {
          "stNum": 1002,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: StereoPannerNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling connect(AudioNode, unsigned long, unsigned long) on new StereoPannerNode(context) with too few arguments must throw TypeError": {
          "stNum": 1003,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: StereoPannerNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new StereoPannerNode(context) must inherit property \"connect(AudioParam, unsigned long)\" with the proper type": {
          "stNum": 1004,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: StereoPannerNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling connect(AudioParam, unsigned long) on new StereoPannerNode(context) with too few arguments must throw TypeError": {
          "stNum": 1005,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: StereoPannerNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new StereoPannerNode(context) must inherit property \"disconnect()\" with the proper type": {
          "stNum": 1006,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: StereoPannerNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new StereoPannerNode(context) must inherit property \"disconnect(unsigned long)\" with the proper type": {
          "stNum": 1007,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: StereoPannerNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(unsigned long) on new StereoPannerNode(context) with too few arguments must throw TypeError": {
          "stNum": 1008,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: StereoPannerNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new StereoPannerNode(context) must inherit property \"disconnect(AudioNode)\" with the proper type": {
          "stNum": 1009,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: StereoPannerNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioNode) on new StereoPannerNode(context) with too few arguments must throw TypeError": {
          "stNum": 1010,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: StereoPannerNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new StereoPannerNode(context) must inherit property \"disconnect(AudioNode, unsigned long)\" with the proper type": {
          "stNum": 1011,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: StereoPannerNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioNode, unsigned long) on new StereoPannerNode(context) with too few arguments must throw TypeError": {
          "stNum": 1012,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: StereoPannerNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new StereoPannerNode(context) must inherit property \"disconnect(AudioNode, unsigned long, unsigned long)\" with the proper type": {
          "stNum": 1013,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: StereoPannerNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioNode, unsigned long, unsigned long) on new StereoPannerNode(context) with too few arguments must throw TypeError": {
          "stNum": 1014,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: StereoPannerNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new StereoPannerNode(context) must inherit property \"disconnect(AudioParam)\" with the proper type": {
          "stNum": 1015,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: StereoPannerNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioParam) on new StereoPannerNode(context) with too few arguments must throw TypeError": {
          "stNum": 1016,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: StereoPannerNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new StereoPannerNode(context) must inherit property \"disconnect(AudioParam, unsigned long)\" with the proper type": {
          "stNum": 1017,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: StereoPannerNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioParam, unsigned long) on new StereoPannerNode(context) with too few arguments must throw TypeError": {
          "stNum": 1018,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: StereoPannerNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new StereoPannerNode(context) must inherit property \"context\" with the proper type": {
          "stNum": 1019,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: StereoPannerNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new StereoPannerNode(context) must inherit property \"numberOfInputs\" with the proper type": {
          "stNum": 1020,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: StereoPannerNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new StereoPannerNode(context) must inherit property \"numberOfOutputs\" with the proper type": {
          "stNum": 1021,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: StereoPannerNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new StereoPannerNode(context) must inherit property \"channelCount\" with the proper type": {
          "stNum": 1022,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: StereoPannerNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new StereoPannerNode(context) must inherit property \"channelCountMode\" with the proper type": {
          "stNum": 1023,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: StereoPannerNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new StereoPannerNode(context) must inherit property \"channelInterpretation\" with the proper type": {
          "stNum": 1024,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: StereoPannerNode\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "WaveShaperNode interface: existence and properties of interface object": {
          "stNum": 1025,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "WaveShaperNode interface object length": {
          "stNum": 1026,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: wrong value for WaveShaperNode.length expected 1 but got 0"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "WaveShaperNode interface object name": {
          "stNum": 1027,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "WaveShaperNode interface: existence and properties of interface prototype object": {
          "stNum": 1028,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "WaveShaperNode interface: existence and properties of interface prototype object's \"constructor\" property": {
          "stNum": 1029,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "WaveShaperNode interface: existence and properties of interface prototype object's @@unscopables property": {
          "stNum": 1030,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "WaveShaperNode interface: attribute curve": {
          "stNum": 1031,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "WaveShaperNode interface: attribute oversample": {
          "stNum": 1032,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "WaveShaperNode must be primary interface of new WaveShaperNode(context)": {
          "stNum": 1033,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "Stringification of new WaveShaperNode(context)": {
          "stNum": 1034,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "WaveShaperNode interface: new WaveShaperNode(context) must inherit property \"curve\" with the proper type": {
          "stNum": 1035,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "WaveShaperNode interface: new WaveShaperNode(context) must inherit property \"oversample\" with the proper type": {
          "stNum": 1036,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new WaveShaperNode(context) must inherit property \"connect(AudioNode, unsigned long, unsigned long)\" with the proper type": {
          "stNum": 1037,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling connect(AudioNode, unsigned long, unsigned long) on new WaveShaperNode(context) with too few arguments must throw TypeError": {
          "stNum": 1038,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new WaveShaperNode(context) must inherit property \"connect(AudioParam, unsigned long)\" with the proper type": {
          "stNum": 1039,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling connect(AudioParam, unsigned long) on new WaveShaperNode(context) with too few arguments must throw TypeError": {
          "stNum": 1040,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new WaveShaperNode(context) must inherit property \"disconnect()\" with the proper type": {
          "stNum": 1041,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new WaveShaperNode(context) must inherit property \"disconnect(unsigned long)\" with the proper type": {
          "stNum": 1042,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(unsigned long) on new WaveShaperNode(context) with too few arguments must throw TypeError": {
          "stNum": 1043,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new WaveShaperNode(context) must inherit property \"disconnect(AudioNode)\" with the proper type": {
          "stNum": 1044,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioNode) on new WaveShaperNode(context) with too few arguments must throw TypeError": {
          "stNum": 1045,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new WaveShaperNode(context) must inherit property \"disconnect(AudioNode, unsigned long)\" with the proper type": {
          "stNum": 1046,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioNode, unsigned long) on new WaveShaperNode(context) with too few arguments must throw TypeError": {
          "stNum": 1047,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new WaveShaperNode(context) must inherit property \"disconnect(AudioNode, unsigned long, unsigned long)\" with the proper type": {
          "stNum": 1048,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioNode, unsigned long, unsigned long) on new WaveShaperNode(context) with too few arguments must throw TypeError": {
          "stNum": 1049,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new WaveShaperNode(context) must inherit property \"disconnect(AudioParam)\" with the proper type": {
          "stNum": 1050,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioParam) on new WaveShaperNode(context) with too few arguments must throw TypeError": {
          "stNum": 1051,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new WaveShaperNode(context) must inherit property \"disconnect(AudioParam, unsigned long)\" with the proper type": {
          "stNum": 1052,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioParam, unsigned long) on new WaveShaperNode(context) with too few arguments must throw TypeError": {
          "stNum": 1053,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new WaveShaperNode(context) must inherit property \"context\" with the proper type": {
          "stNum": 1054,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new WaveShaperNode(context) must inherit property \"numberOfInputs\" with the proper type": {
          "stNum": 1055,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new WaveShaperNode(context) must inherit property \"numberOfOutputs\" with the proper type": {
          "stNum": 1056,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new WaveShaperNode(context) must inherit property \"channelCount\" with the proper type": {
          "stNum": 1057,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new WaveShaperNode(context) must inherit property \"channelCountMode\" with the proper type": {
          "stNum": 1058,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: new WaveShaperNode(context) must inherit property \"channelInterpretation\" with the proper type": {
          "stNum": 1059,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioWorklet interface: existence and properties of interface object": {
          "stNum": 1060,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"AudioWorklet\" expected property \"AudioWorklet\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioWorklet interface object length": {
          "stNum": 1061,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"AudioWorklet\" expected property \"AudioWorklet\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioWorklet interface object name": {
          "stNum": 1062,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"AudioWorklet\" expected property \"AudioWorklet\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioWorklet interface: existence and properties of interface prototype object": {
          "stNum": 1063,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"AudioWorklet\" expected property \"AudioWorklet\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioWorklet interface: existence and properties of interface prototype object's \"constructor\" property": {
          "stNum": 1064,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"AudioWorklet\" expected property \"AudioWorklet\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioWorklet interface: existence and properties of interface prototype object's @@unscopables property": {
          "stNum": 1065,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"AudioWorklet\" expected property \"AudioWorklet\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioWorklet must be primary interface of context.audioWorklet": {
          "stNum": 1066,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "Stringification of context.audioWorklet": {
          "stNum": 1067,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: context\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioWorkletGlobalScope interface: existence and properties of interface object": {
          "stNum": 1068,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "AudioParamMap interface: existence and properties of interface object": {
          "stNum": 1069,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"AudioParamMap\" expected property \"AudioParamMap\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioParamMap interface object length": {
          "stNum": 1070,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"AudioParamMap\" expected property \"AudioParamMap\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioParamMap interface object name": {
          "stNum": 1071,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"AudioParamMap\" expected property \"AudioParamMap\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioParamMap interface: existence and properties of interface prototype object": {
          "stNum": 1072,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"AudioParamMap\" expected property \"AudioParamMap\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioParamMap interface: existence and properties of interface prototype object's \"constructor\" property": {
          "stNum": 1073,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"AudioParamMap\" expected property \"AudioParamMap\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioParamMap interface: existence and properties of interface prototype object's @@unscopables property": {
          "stNum": 1074,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"AudioParamMap\" expected property \"AudioParamMap\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioParamMap must be primary interface of worklet_node.parameters": {
          "stNum": 1075,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: worklet_node\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "Stringification of worklet_node.parameters": {
          "stNum": 1076,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: worklet_node\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioWorkletNode interface: existence and properties of interface object": {
          "stNum": 1077,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"AudioWorkletNode\" expected property \"AudioWorkletNode\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioWorkletNode interface object length": {
          "stNum": 1078,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"AudioWorkletNode\" expected property \"AudioWorkletNode\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioWorkletNode interface object name": {
          "stNum": 1079,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"AudioWorkletNode\" expected property \"AudioWorkletNode\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioWorkletNode interface: existence and properties of interface prototype object": {
          "stNum": 1080,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"AudioWorkletNode\" expected property \"AudioWorkletNode\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioWorkletNode interface: existence and properties of interface prototype object's \"constructor\" property": {
          "stNum": 1081,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"AudioWorkletNode\" expected property \"AudioWorkletNode\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioWorkletNode interface: existence and properties of interface prototype object's @@unscopables property": {
          "stNum": 1082,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"AudioWorkletNode\" expected property \"AudioWorkletNode\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioWorkletNode interface: attribute parameters": {
          "stNum": 1083,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"AudioWorkletNode\" expected property \"AudioWorkletNode\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioWorkletNode interface: attribute port": {
          "stNum": 1084,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"AudioWorkletNode\" expected property \"AudioWorkletNode\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioWorkletNode interface: attribute onprocessorerror": {
          "stNum": 1085,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_own_property: self does not have own property \"AudioWorkletNode\" expected property \"AudioWorkletNode\" missing"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioWorkletNode must be primary interface of worklet_node": {
          "stNum": 1086,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: worklet_node\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "Stringification of worklet_node": {
          "stNum": 1087,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: worklet_node\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioWorkletNode interface: worklet_node must inherit property \"parameters\" with the proper type": {
          "stNum": 1088,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: worklet_node\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioWorkletNode interface: worklet_node must inherit property \"port\" with the proper type": {
          "stNum": 1089,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: worklet_node\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioWorkletNode interface: worklet_node must inherit property \"onprocessorerror\" with the proper type": {
          "stNum": 1090,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: worklet_node\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: worklet_node must inherit property \"connect(AudioNode, unsigned long, unsigned long)\" with the proper type": {
          "stNum": 1091,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: worklet_node\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling connect(AudioNode, unsigned long, unsigned long) on worklet_node with too few arguments must throw TypeError": {
          "stNum": 1092,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: worklet_node\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: worklet_node must inherit property \"connect(AudioParam, unsigned long)\" with the proper type": {
          "stNum": 1093,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: worklet_node\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling connect(AudioParam, unsigned long) on worklet_node with too few arguments must throw TypeError": {
          "stNum": 1094,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: worklet_node\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: worklet_node must inherit property \"disconnect()\" with the proper type": {
          "stNum": 1095,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: worklet_node\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: worklet_node must inherit property \"disconnect(unsigned long)\" with the proper type": {
          "stNum": 1096,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: worklet_node\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(unsigned long) on worklet_node with too few arguments must throw TypeError": {
          "stNum": 1097,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: worklet_node\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: worklet_node must inherit property \"disconnect(AudioNode)\" with the proper type": {
          "stNum": 1098,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: worklet_node\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioNode) on worklet_node with too few arguments must throw TypeError": {
          "stNum": 1099,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: worklet_node\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: worklet_node must inherit property \"disconnect(AudioNode, unsigned long)\" with the proper type": {
          "stNum": 1100,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: worklet_node\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioNode, unsigned long) on worklet_node with too few arguments must throw TypeError": {
          "stNum": 1101,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: worklet_node\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: worklet_node must inherit property \"disconnect(AudioNode, unsigned long, unsigned long)\" with the proper type": {
          "stNum": 1102,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: worklet_node\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioNode, unsigned long, unsigned long) on worklet_node with too few arguments must throw TypeError": {
          "stNum": 1103,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: worklet_node\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: worklet_node must inherit property \"disconnect(AudioParam)\" with the proper type": {
          "stNum": 1104,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: worklet_node\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioParam) on worklet_node with too few arguments must throw TypeError": {
          "stNum": 1105,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: worklet_node\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: worklet_node must inherit property \"disconnect(AudioParam, unsigned long)\" with the proper type": {
          "stNum": 1106,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: worklet_node\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: calling disconnect(AudioParam, unsigned long) on worklet_node with too few arguments must throw TypeError": {
          "stNum": 1107,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: worklet_node\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: worklet_node must inherit property \"context\" with the proper type": {
          "stNum": 1108,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: worklet_node\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: worklet_node must inherit property \"numberOfInputs\" with the proper type": {
          "stNum": 1109,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: worklet_node\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: worklet_node must inherit property \"numberOfOutputs\" with the proper type": {
          "stNum": 1110,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: worklet_node\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: worklet_node must inherit property \"channelCount\" with the proper type": {
          "stNum": 1111,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: worklet_node\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: worklet_node must inherit property \"channelCountMode\" with the proper type": {
          "stNum": 1112,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: worklet_node\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioNode interface: worklet_node must inherit property \"channelInterpretation\" with the proper type": {
          "stNum": 1113,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_equals: Unexpected exception when evaluating object expected null but got object \"ReferenceError: Can't find variable: worklet_node\""
          },
          "totals": {
            "FAIL": 1
          }
        },
        "AudioWorkletProcessor interface: existence and properties of interface object": {
          "stNum": 1114,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audioparam-interface/audioparam-linearRampToValueAtTime.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [test] AudioParam linearRampToValueAtTime() functionality": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-oscillatornode-interface/detune-limiting.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [detune limits] Oscillator with detune and frequency at Nyquist or above": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audioworklet-interface/audioworkletnode-construction.https.html": {
      "byUA": {
        "Sf12": "OK"
      },
      "UAmessage": {},
      "totals": {
        "OK": 1
      },
      "subtests": {
        "\n      Test the construction of AudioWorkletNode with real-time context\n    ": {
          "stNum": 0,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "ReferenceError: Can't find variable: AudioContext"
          },
          "totals": {
            "FAIL": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audiobuffersourcenode-interface/buffer-resampling.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [interpolate] Interpolation of AudioBuffers to context sample rate": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/historical.html": {
      "byUA": {
        "Sf12": "OK"
      },
      "UAmessage": {},
      "totals": {
        "OK": 1
      },
      "subtests": {
        "webkitAudioContext interface should not exist": {
          "stNum": 0,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_false: expected false got true"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "webkitAudioPannerNode interface should not exist": {
          "stNum": 1,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_false: expected false got true"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "webkitOfflineAudioContext interface should not exist": {
          "stNum": 2,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_false: expected false got true"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "dopplerFactor member should not exist on the AudioListener.": {
          "stNum": 3,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_false: expected false got true"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "speedOfSound member should not exist on the AudioListener.": {
          "stNum": 4,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_false: expected false got true"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "setVelocity member should not exist on the AudioListener.": {
          "stNum": 5,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_false: expected false got true"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "setVelocity should not exist on PannerNodes.": {
          "stNum": 6,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "Can't find variable: PannerNode"
          },
          "totals": {
            "FAIL": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audionode-interface/audionode-disconnect.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [disconnect()] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audionode-interface/audionode-connect-order.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [Test connections] AudioNode connection order doesn't trigger assertion errors": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-convolvernode-interface/convolver-cascade.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [cascade-mono] Cascaded mono convolvers": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audioparam-interface/retrospective-setValueCurveAtTime.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [test] Test SetValueCurve with start time in the past": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audioparam-interface/audioparam-summingjunction.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [test] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audioparam-interface/audioparam-method-chaining.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: AudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [from-dictionary] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-automation.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [automate-freq] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audioparam-interface/k-rate-gain.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [Test k-rate GainNode] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audionode-interface/audionode-connect-return-value.html": {
      "byUA": {
        "Sf12": "OK"
      },
      "UAmessage": {},
      "totals": {
        "OK": 1
      },
      "subtests": {
        "connect should return the node connected to.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "Can't find variable: OfflineAudioContext"
          },
          "totals": {
            "FAIL": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-iirfilternode-interface/ctor-iirfilter.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "TypeError: Right hand side of instanceof is not an object"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [initialize] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "X context = new OfflineAudioContext(...) incorrectly threw ReferenceError: \"Can't find variable: OfflineAudioContext\".": {
          "stNum": 2,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "< [initialize] 1 out of 1 assertions were failed.": {
          "stNum": 3,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "> [invalid constructor] ": {
          "stNum": 4,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "  new IIRFilterNode() threw TypeError: \"undefined is not a constructor (evaluating 'new window[name]()')\".": {
          "stNum": 5,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "  new IIRFilterNode(1) threw TypeError: \"undefined is not a constructor (evaluating 'new window[name](1)')\".": {
          "stNum": 6,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "  new IIRFilterNode(context, 42) threw TypeError: \"undefined is not a constructor (evaluating 'new window[name](context, 42)')\".": {
          "stNum": 7,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "< [invalid constructor] All assertions passed. (total 3 assertions)": {
          "stNum": 8,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [default constructor] ": {
          "stNum": 9,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "X node0 = new IIRFilterNode(context, {\"feedforward\":[1],\"feedback\":[1,-0.9]}) incorrectly threw TypeError: \"undefined is not a constructor (evaluating 'new window[name](context, options.constructorOptions)')\".": {
          "stNum": 10,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-pannernode-interface/panner-automation-basic.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [Stereo panner.positionX] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audiobuffersourcenode-interface/audiobuffersource-one-sample-loop.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [one-sample-loop] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-analysernode-interface/test-analysernode.html": {
      "byUA": {
        "Sf12": "OK"
      },
      "UAmessage": {},
      "totals": {
        "OK": 1
      },
      "subtests": {
        "Test AnalyserNode API": {
          "stNum": 0,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "Can't find variable: AudioContext"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "Test AnalyserNode's ctor API": {
          "stNum": 1,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "Can't find variable: AudioContext"
          },
          "totals": {
            "FAIL": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-bandpass.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [test] Biquad bandpass filter.": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audiobuffer-interface/audiobuffer-getChannelData.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: AudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [buffer-eq] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-convolvernode-interface/convolver-upmixing-1-channel-response.html": {
      "byUA": {
        "Sf12": "OK"
      },
      "UAmessage": {},
      "totals": {
        "OK": 1
      },
      "subtests": {
        "speakers, initially mono": {
          "stNum": 0,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "Can't find variable: OfflineAudioContext"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "discrete": {
          "stNum": 1,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "Can't find variable: OfflineAudioContext"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "speakers, initially stereo": {
          "stNum": 2,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "Can't find variable: OfflineAudioContext"
          },
          "totals": {
            "FAIL": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audiobuffersourcenode-interface/audiosource-time-limits.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [buffersource: huge stop time] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-delaynode-interface/delaynode-channel-count-1.html": {
      "byUA": {
        "Sf12": "OK"
      },
      "UAmessage": {},
      "totals": {
        "OK": 1
      },
      "subtests": {
        "Test that DelayNode output channelCount matches that of the delayed input": {
          "stNum": 0,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "Can't find variable: OfflineAudioContext"
          },
          "totals": {
            "FAIL": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audioworklet-interface/audioworkletglobalscope-timing-info.https.html": {
      "byUA": {
        "Sf12": "OK"
      },
      "UAmessage": {},
      "totals": {
        "OK": 1
      },
      "subtests": {
        "\n      Test currentTime and currentFrame in AudioWorkletGlobalScope\n    ": {
          "stNum": 0,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
          },
          "totals": {
            "FAIL": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-delaynode-interface/delaynode-max-nondefault-delay.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [test] DelayNode with delay set to non-default maximum delay": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audioworklet-interface/audioworklet-postmessage-sharedarraybuffer.https.html": {
      "byUA": {
        "Sf12": "OK"
      },
      "UAmessage": {},
      "totals": {
        "OK": 1
      },
      "subtests": {
        "\n      Test passing SharedArrayBuffer to an AudioWorklet\n    ": {
          "stNum": 0,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "ReferenceError: Can't find variable: AudioContext"
          },
          "totals": {
            "FAIL": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-dynamicscompressornode-interface/dynamicscompressor-basic.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: AudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [test] Basic tests for DynamicsCompressorNode API": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-analysernode-interface/realtimeanalyser-fft-sizing.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [FFT size test] Test that re-sizing the FFT arrays does not fail.": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-iirfilternode-interface/iirfilter-getFrequencyResponse.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [1-pole IIR] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-convolvernode-interface/ctor-convolver.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "TypeError: undefined is not an object (evaluating 'node.numberOfInputs')"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [initialize] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "X context = new OfflineAudioContext(...) incorrectly threw ReferenceError: \"Can't find variable: OfflineAudioContext\".": {
          "stNum": 2,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "< [initialize] 1 out of 1 assertions were failed.": {
          "stNum": 3,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "> [invalid constructor] ": {
          "stNum": 4,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "  new ConvolverNode() threw TypeError: \"function is not a constructor (evaluating 'new window[name]()')\".": {
          "stNum": 5,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "  new ConvolverNode(1) threw TypeError: \"function is not a constructor (evaluating 'new window[name](1)')\".": {
          "stNum": 6,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "  new ConvolverNode(context, 42) threw TypeError: \"function is not a constructor (evaluating 'new window[name](context, 42)')\".": {
          "stNum": 7,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "< [invalid constructor] All assertions passed. (total 3 assertions)": {
          "stNum": 8,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [default constructor] ": {
          "stNum": 9,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "X node0 = new ConvolverNode(context) incorrectly threw TypeError: \"function is not a constructor (evaluating 'new window[name](context, options.constructorOptions)')\".": {
          "stNum": 10,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "X node0 instanceof ConvolverNode is not equal to true. Got false.": {
          "stNum": 11,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audioparam-interface/k-rate-biquad.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [Biquad k-rate AudioParams (all)] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audiobuffersourcenode-interface/note-grain-on-timing.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [Test timing of noteGrainOn] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-pannernode-interface/panner-rolloff-clamping.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [linear-clamp-high] rolloffFactor clamping for linear distance model": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-waveshapernode-interface/ctor-waveshaper.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "TypeError: undefined is not an object (evaluating 'node.numberOfInputs')"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [initialize] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "X context = new OfflineAudioContext(...) incorrectly threw ReferenceError: \"Can't find variable: OfflineAudioContext\".": {
          "stNum": 2,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "< [initialize] 1 out of 1 assertions were failed.": {
          "stNum": 3,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "> [incorrect construction] ": {
          "stNum": 4,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "  new WaveShaperNode() threw TypeError: \"function is not a constructor (evaluating 'new window[name]()')\".": {
          "stNum": 5,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "  new WaveShaperNode(1) threw TypeError: \"function is not a constructor (evaluating 'new window[name](1)')\".": {
          "stNum": 6,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "  new WaveShaperNode(context, 42) threw TypeError: \"function is not a constructor (evaluating 'new window[name](context, 42)')\".": {
          "stNum": 7,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "< [incorrect construction] All assertions passed. (total 3 assertions)": {
          "stNum": 8,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [valid default construction] ": {
          "stNum": 9,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "X node0 = new WaveShaperNode(context) incorrectly threw TypeError: \"function is not a constructor (evaluating 'new window[name](context, options.constructorOptions)')\".": {
          "stNum": 10,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "X node0 instanceof WaveShaperNode is not equal to true. Got false.": {
          "stNum": 11,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-lowpass.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [test] Biquad lowpass filter": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-waveshapernode-interface/waveshaper-copy-curve.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [test copying] Modifying curve should not modify WaveShaper": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-notch.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [test] Biquad notch filter": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-highshelf.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [test] Biquad highshelf filter": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audiobuffer-interface/ctor-audiobuffer.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "TypeError: undefined is not an object (evaluating 'context.sampleRate')"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [initialize] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "X context = new OfflineAudioContext(...) incorrectly threw ReferenceError: \"Can't find variable: OfflineAudioContext\".": {
          "stNum": 2,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "< [initialize] 1 out of 1 assertions were failed.": {
          "stNum": 3,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "> [invalid constructor] ": {
          "stNum": 4,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "  new AudioBuffer() threw TypeError: \"function is not a constructor (evaluating 'new AudioBuffer()')\".": {
          "stNum": 5,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "  new AudioBuffer(1) threw TypeError: \"function is not a constructor (evaluating 'new AudioBuffer(1)')\".": {
          "stNum": 6,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "  new AudioBuffer(Date, 42) threw TypeError: \"function is not a constructor (evaluating 'new AudioBuffer(Date, 42)')\".": {
          "stNum": 7,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "< [invalid constructor] All assertions passed. (total 3 assertions)": {
          "stNum": 8,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [required options] ": {
          "stNum": 9,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "  buffer = new AudioBuffer({}) threw TypeError: \"function is not a constructor (evaluating 'new AudioBuffer({})')\".": {
          "stNum": 10,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "  buffer = new AudioBuffer({length: 1}) threw TypeError: \"function is not a constructor (evaluating 'new AudioBuffer({length: 1})')\".": {
          "stNum": 11,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "  buffer = new AudioBuffer({sampleRate: 48000}) threw TypeError: \"function is not a constructor (evaluating 'new AudioBuffer({sampleRate: 48000})')\".": {
          "stNum": 12,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "  buffer = new AudioBuffer({numberOfChannels: 1} threw TypeError: \"function is not a constructor (evaluating 'new AudioBuffer({numberOfChannels: 1})')\".": {
          "stNum": 13,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-getFrequencyResponse.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: AudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [test] Biquad frequency response": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audiobuffer-interface/audiobuffer-reuse.html": {
      "byUA": {
        "Sf12": "OK"
      },
      "UAmessage": {},
      "totals": {
        "OK": 1
      },
      "subtests": {
        "AudioBuffer can be reused between AudioBufferSourceNodes": {
          "stNum": 0,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "Can't find variable: OfflineAudioContext"
          },
          "totals": {
            "FAIL": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-analysernode-interface/test-analyser-output.html": {
      "byUA": {
        "Sf12": "OK"
      },
      "UAmessage": {},
      "totals": {
        "OK": 1
      },
      "subtests": {
        "AnalyserNode output": {
          "stNum": 0,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "ReferenceError: Can't find variable: AudioContext"
          },
          "totals": {
            "FAIL": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audioparam-interface/audioparam-setTargetAtTime.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [test] AudioParam setTargetAtTime() functionality.": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-analysernode-interface/test-analyser-minimum.html": {
      "byUA": {
        "Sf12": "OK"
      },
      "UAmessage": {},
      "totals": {
        "OK": 1
      },
      "subtests": {
        "Test AnalyserNode when the input is silent": {
          "stNum": 0,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "ReferenceError: Can't find variable: AudioContext"
          },
          "totals": {
            "FAIL": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-gainnode-interface/ctor-gain.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "TypeError: undefined is not an object (evaluating 'node.numberOfInputs')"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [initialize] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "X context = new OfflineAudioContext(...) incorrectly threw ReferenceError: \"Can't find variable: OfflineAudioContext\".": {
          "stNum": 2,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "< [initialize] 1 out of 1 assertions were failed.": {
          "stNum": 3,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "> [invalid constructor] ": {
          "stNum": 4,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "  new GainNode() threw TypeError: \"function is not a constructor (evaluating 'new window[name]()')\".": {
          "stNum": 5,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "  new GainNode(1) threw TypeError: \"function is not a constructor (evaluating 'new window[name](1)')\".": {
          "stNum": 6,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "  new GainNode(context, 42) threw TypeError: \"function is not a constructor (evaluating 'new window[name](context, 42)')\".": {
          "stNum": 7,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "< [invalid constructor] All assertions passed. (total 3 assertions)": {
          "stNum": 8,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [default constructor] ": {
          "stNum": 9,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "X node0 = new GainNode(context) incorrectly threw TypeError: \"function is not a constructor (evaluating 'new window[name](context, options.constructorOptions)')\".": {
          "stNum": 10,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "X node0 instanceof GainNode is not equal to true. Got false.": {
          "stNum": 11,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-channelmergernode-interface/audiochannelmerger-basic.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [exceptions-channels] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-analysernode-interface/realtimeanalyser-fft-scaling.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [FFT scaling tests] Test Scaling of FFT in AnalyserNode": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-iirfilternode-interface/iirfilter-basic.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "TypeError: undefined is not an object (evaluating 'context.createIIRFilter')"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [initialize] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "X Initialize context for testing incorrectly threw ReferenceError: \"Can't find variable: OfflineAudioContext\".": {
          "stNum": 2,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "< [initialize] 1 out of 1 assertions were failed.": {
          "stNum": 3,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "> [existence] ": {
          "stNum": 4,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audioworklet-interface/audioworkletnode-channel-count.https.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [setup-buffer-and-worklet] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audioparam-interface/retrospective-linearRampToValueAtTime.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [test] Test linearRampToValue with end time in the past": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audioworklet-interface/audioworkletprocessor-options.https.html": {
      "byUA": {
        "Sf12": "OK"
      },
      "UAmessage": {},
      "totals": {
        "OK": 1
      },
      "subtests": {
        "\n      Test cross-thread passing of AudioWorkletNodeOptions\n    ": {
          "stNum": 0,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "ReferenceError: Can't find variable: AudioContext"
          },
          "totals": {
            "FAIL": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audioworklet-interface/audioworkletnode-automatic-pull.https.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [setup-worklet] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-waveshapernode-interface/waveshaper-limits.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [test] WaveShaperNode including values outside the range of [-1,1]": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audiobuffersourcenode-interface/ctor-audiobuffersource.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "TypeError: undefined is not an object (evaluating 'node.numberOfInputs')"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [initialize] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "X context = new OfflineAudioContext(...) incorrectly threw ReferenceError: \"Can't find variable: OfflineAudioContext\".": {
          "stNum": 2,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "< [initialize] 1 out of 1 assertions were failed.": {
          "stNum": 3,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "> [invalid constructor] ": {
          "stNum": 4,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "  new AudioBufferSourceNode() threw TypeError: \"function is not a constructor (evaluating 'new window[name]()')\".": {
          "stNum": 5,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "  new AudioBufferSourceNode(1) threw TypeError: \"function is not a constructor (evaluating 'new window[name](1)')\".": {
          "stNum": 6,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "  new AudioBufferSourceNode(context, 42) threw TypeError: \"function is not a constructor (evaluating 'new window[name](context, 42)')\".": {
          "stNum": 7,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "< [invalid constructor] All assertions passed. (total 3 assertions)": {
          "stNum": 8,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [default constructor] ": {
          "stNum": 9,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "X node0 = new AudioBufferSourceNode(context) incorrectly threw TypeError: \"function is not a constructor (evaluating 'new window[name](context, options.constructorOptions)')\".": {
          "stNum": 10,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "X node0 instanceof AudioBufferSourceNode is not equal to true. Got false.": {
          "stNum": 11,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-iirfilternode-interface/test-iirfilternode.html": {
      "byUA": {
        "Sf12": "OK"
      },
      "UAmessage": {},
      "totals": {
        "OK": 1
      },
      "subtests": {
        "IIRFilterNode coefficients are checked properly": {
          "stNum": 0,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "Can't find variable: AudioContext"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "IIRFilterNode getFrequencyResponse handles invalid frequencies properly": {
          "stNum": 1,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "Can't find variable: AudioContext"
          },
          "totals": {
            "FAIL": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audioparam-interface/automation-rate.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [AudioBufferSourceNode] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-channelmergernode-interface/audiochannelmerger-input.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [silent-channel] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audioparam-interface/audioparam-setValueCurve-exceptions.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [setValueCurve] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-pannernode-interface/distance-exponential.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [test] Exponential distance model for PannerNode": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-waveshapernode-interface/curve-tests.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "WaveShaperNode - Testing that -1, 0 and +1 map correctly to curve (with 1:1 correlation)": {
          "stNum": 0,
          "byUA": {
            "Sf12": "NOTRUN"
          },
          "UAmessage": {},
          "totals": {
            "NOTRUN": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-biquadfilternode-interface/biquadfilternode-basic.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: AudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [test] Basic tests for BiquadFilterNode": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-convolvernode-interface/convolver-setBuffer-already-has-value.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: AudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [test] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-waveshapernode-interface/waveshaper.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [test] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-waveshapernode-interface/waveshaper-simple.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [simple] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-pannernode-interface/ctor-panner.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "TypeError: Right hand side of instanceof is not an object"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [initialize] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "X context = new OfflineAudioContext(...) incorrectly threw ReferenceError: \"Can't find variable: OfflineAudioContext\".": {
          "stNum": 2,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "< [initialize] 1 out of 1 assertions were failed.": {
          "stNum": 3,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "> [invalid constructor] ": {
          "stNum": 4,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "  new PannerNode() threw TypeError: \"undefined is not a constructor (evaluating 'new window[name]()')\".": {
          "stNum": 5,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "  new PannerNode(1) threw TypeError: \"undefined is not a constructor (evaluating 'new window[name](1)')\".": {
          "stNum": 6,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "  new PannerNode(context, 42) threw TypeError: \"undefined is not a constructor (evaluating 'new window[name](context, 42)')\".": {
          "stNum": 7,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "< [invalid constructor] All assertions passed. (total 3 assertions)": {
          "stNum": 8,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [default constructor] ": {
          "stNum": 9,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "X node0 = new PannerNode(context) incorrectly threw TypeError: \"undefined is not a constructor (evaluating 'new window[name](context, options.constructorOptions)')\".": {
          "stNum": 10,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audiobuffersourcenode-interface/audiobuffersource-channels.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: AudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [validate .buffer] Validatation of AudioBuffer in .buffer attribute setter": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audiobuffersourcenode-interface/audiobuffersource-grain.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [Test setting the source buffer after starting the grain] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-convolvernode-interface/convolution-mono-mono.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [test] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audiobuffersourcenode-interface/audiosource-onended.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [absn-set-onended] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-pannernode-interface/panner-equalpower-stereo.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [test] Equal-power panner model of AudioPannerNode with stereo source": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audioparam-interface/setValueAtTime-within-block.html": {
      "byUA": {
        "Sf12": "OK"
      },
      "UAmessage": {},
      "totals": {
        "OK": 1
      },
      "subtests": {
        "Test setValueAtTime with start time not on a block boundary": {
          "stNum": 0,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "Can't find variable: OfflineAudioContext"
          },
          "totals": {
            "FAIL": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-constantsourcenode-interface/ctor-constantsource.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "TypeError: Right hand side of instanceof is not an object"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [initialize] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "X context = new OfflineAudioContext(...) incorrectly threw ReferenceError: \"Can't find variable: OfflineAudioContext\".": {
          "stNum": 2,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "< [initialize] 1 out of 1 assertions were failed.": {
          "stNum": 3,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "> [invalid constructor] ": {
          "stNum": 4,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "  new ConstantSourceNode() threw TypeError: \"undefined is not a constructor (evaluating 'new window[name]()')\".": {
          "stNum": 5,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "  new ConstantSourceNode(1) threw TypeError: \"undefined is not a constructor (evaluating 'new window[name](1)')\".": {
          "stNum": 6,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "  new ConstantSourceNode(context, 42) threw TypeError: \"undefined is not a constructor (evaluating 'new window[name](context, 42)')\".": {
          "stNum": 7,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "< [invalid constructor] All assertions passed. (total 3 assertions)": {
          "stNum": 8,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [default constructor] ": {
          "stNum": 9,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "X node0 = new ConstantSourceNode(context) incorrectly threw TypeError: \"undefined is not a constructor (evaluating 'new window[name](context, options.constructorOptions)')\".": {
          "stNum": 10,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audiocontext-interface/audiocontext-getoutputtimestamp.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: AudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [getoutputtimestamp-initial-values] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-pannernode-interface/distance-linear.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [test] Linear distance model PannerNode": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audioparam-interface/audioparam-setValueAtTime.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [test] AudioParam setValueAtTime() functionality.": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audioworklet-interface/audioworkletnode-constructor-options.https.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [setup] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audionode-interface/audionode.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: AudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [test] Basic tests for AudioNode API.": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-offlineaudiocontext-interface/ctor-offlineaudiocontext.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "TypeError: undefined is not an object (evaluating 'context.length')"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [basic] Old-style constructor": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "X new OfflineAudioContext(3) threw \"ReferenceError\" instead of EcmaScript error TypeError.": {
          "stNum": 2,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "X new OfflineAudioContext(3, 42) threw \"ReferenceError\" instead of EcmaScript error TypeError.": {
          "stNum": 3,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "X context = new OfflineAudioContext(3, 42, 12345) incorrectly threw ReferenceError: \"Can't find variable: OfflineAudioContext\".": {
          "stNum": 4,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audioparam-interface/audioparam-exponentialRampToValueAtTime.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [test] AudioParam exponentialRampToValueAtTime() functionality": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audioworklet-interface/audioworklet-addmodule-resolution.https.html": {
      "byUA": {
        "Sf12": "OK"
      },
      "UAmessage": {},
      "totals": {
        "OK": 1
      },
      "subtests": {
        "\n      Test the invocation order of AudioWorklet.addModule() and BaseAudioContext\n    ": {
          "stNum": 0,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "ReferenceError: Can't find variable: AudioContext"
          },
          "totals": {
            "FAIL": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-convolvernode-interface/convolver-setBuffer-null.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: AudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [test] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audioworklet-interface/audioworkletnode-onerror.https.html": {
      "byUA": {
        "Sf12": "OK"
      },
      "UAmessage": {},
      "totals": {
        "OK": 1
      },
      "subtests": {
        "\n      Test onprocessorerror handler in AudioWorkletNode\n    ": {
          "stNum": 0,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
          },
          "totals": {
            "FAIL": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audionode-interface/audionode-connect-method-chaining.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: AudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [from-dictionary] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-pannernode-interface/pannernode-basic.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "TypeError: undefined is not an object (evaluating 'panner.numberOfInputs')"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [initialize] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "X Initialize context and panner incorrectly threw ReferenceError: \"Can't find variable: AudioContext\".": {
          "stNum": 2,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "< [initialize] 1 out of 1 assertions were failed.": {
          "stNum": 3,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "> [basic] ": {
          "stNum": 4,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audioparam-interface/k-rate-delay.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [Test k-rate DelayNode] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audioworklet-interface/audioworklet-audioparam.https.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [Initializing AudioWorklet and Context] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audiobuffersourcenode-interface/audiobuffersource-ended.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [AudioBufferSourceNode calls its onended EventListener] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audiobuffer-interface/audiobuffer-copy-channel.html": {
      "byUA": {
        "Sf12": "OK"
      },
      "UAmessage": {},
      "totals": {
        "OK": 1
      },
      "subtests": {
        "\n      Test Basic Functionality of AudioBuffer.copyFromChannel and\n      AudioBuffer.copyToChannel\n    ": {
          "stNum": 0,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "ReferenceError: Can't find variable: AudioContext"
          },
          "totals": {
            "FAIL": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-mediaelementaudiosourcenode-interface/mediaElementAudioSourceToScriptProcessorTest.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: AudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "Element Source tests completed": {
          "stNum": 0,
          "byUA": {
            "Sf12": "NOTRUN"
          },
          "UAmessage": {},
          "totals": {
            "NOTRUN": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-channelmergernode-interface/audiochannelmerger-input-non-default.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [silent-channel] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-analysernode-interface/test-analyser-scale.html": {
      "byUA": {
        "Sf12": "OK"
      },
      "UAmessage": {},
      "totals": {
        "OK": 1
      },
      "subtests": {
        "Test AnalyserNode when the input is scaled": {
          "stNum": 0,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "ReferenceError: Can't find variable: AudioContext"
          },
          "totals": {
            "FAIL": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-convolvernode-interface/convolver-response-1-chan.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [initialize] Convolver response with one channel": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "X new AudioBuffer({numberOfChannels: 1, length: 2, sampleRate: 8192}) incorrectly threw TypeError: \"function is not a constructor (evaluating 'new AudioBuffer(\n                      {numberOfChannels: 1, length: 2, sampleRate: sampleRate})')\".": {
          "stNum": 2,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "< [initialize] 1 out of 1 assertions were failed.": {
          "stNum": 3,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "> [1-channel input] produces 1-channel output": {
          "stNum": 4,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-pannernode-interface/panner-automation-position.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [0: 1-channel inverse rolloff: 1] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audiobuffersourcenode-interface/audiobuffersource-basic.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [start/stop exceptions] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-gainnode-interface/no-dezippering.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [test0] Dezippering of GainNode removed": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-mediaelementaudiosourcenode-interface/cors-check.https.html": {
      "byUA": {
        "Sf12": "OK"
      },
      "UAmessage": {},
      "totals": {
        "OK": 1
      },
      "subtests": {
        "\n      Test if MediaElementAudioSourceNode works for cross-origin redirects with\n      \"cors\" request mode.\n    ": {
          "stNum": 0,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "ReferenceError: Can't find variable: AudioContext"
          },
          "totals": {
            "FAIL": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-tail.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [test] Biquad Tail Output": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audioparam-interface/setTargetAtTime-after-event-within-block.html": {
      "byUA": {
        "Sf12": "OK"
      },
      "UAmessage": {},
      "totals": {
        "OK": 1
      },
      "subtests": {
        "Test setTargetAtTime after an event in the same processing block": {
          "stNum": 0,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "Can't find variable: OfflineAudioContext"
          },
          "totals": {
            "FAIL": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audioparam-interface/retrospective-setTargetAtTime.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [test] Test setTargetAtTime with start time in the past": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-lowshelf.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [test] Biquad lowshelf filter": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audiocontext-interface/audiocontext-suspend-resume.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "TypeError: undefined is not an object (evaluating 'offlineContext.createOscillator')"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [test-suspend] Test suspend() for offline context": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "X offlineContext = new OfflineAudioContext(1, 44100, 44100) incorrectly threw ReferenceError: \"Can't find variable: OfflineAudioContext\".": {
          "stNum": 2,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-oscillatornode-interface/ctor-oscillator.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "TypeError: undefined is not an object (evaluating 'node.numberOfInputs')"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [initialize] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "X context = new OfflineAudioContext(...) incorrectly threw ReferenceError: \"Can't find variable: OfflineAudioContext\".": {
          "stNum": 2,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "< [initialize] 1 out of 1 assertions were failed.": {
          "stNum": 3,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "> [invalid constructor] ": {
          "stNum": 4,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "  new OscillatorNode() threw TypeError: \"function is not a constructor (evaluating 'new window[name]()')\".": {
          "stNum": 5,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "  new OscillatorNode(1) threw TypeError: \"function is not a constructor (evaluating 'new window[name](1)')\".": {
          "stNum": 6,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "  new OscillatorNode(context, 42) threw TypeError: \"function is not a constructor (evaluating 'new window[name](context, 42)')\".": {
          "stNum": 7,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "< [invalid constructor] All assertions passed. (total 3 assertions)": {
          "stNum": 8,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [default constructor] ": {
          "stNum": 9,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "X node0 = new OscillatorNode(context) incorrectly threw TypeError: \"function is not a constructor (evaluating 'new window[name](context, options.constructorOptions)')\".": {
          "stNum": 10,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "X node0 instanceof OscillatorNode is not equal to true. Got false.": {
          "stNum": 11,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audioparam-interface/k-rate-audioworklet.https.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [Create Test Worklet] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-iirfilternode-interface/iirfilter.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [coefficient-normalization] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-stereopanner-interface/stereopannernode-panning.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [mono-test] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audioworklet-interface/audioworkletglobalscope-sample-rate.https.html": {
      "byUA": {
        "Sf12": "OK"
      },
      "UAmessage": {},
      "totals": {
        "OK": 1
      },
      "subtests": {
        "\n      Test sampleRate in AudioWorkletGlobalScope\n    ": {
          "stNum": 0,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
          },
          "totals": {
            "FAIL": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-pannernode-interface/test-pannernode-automation.html": {
      "byUA": {
        "Sf12": "OK"
      },
      "UAmessage": {},
      "totals": {
        "OK": 1
      },
      "subtests": {
        "PannerNode AudioParam automation works properly": {
          "stNum": 0,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "Can't find variable: OfflineAudioContext"
          },
          "totals": {
            "FAIL": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-pannernode-interface/distance-inverse.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [test] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-analysernode-interface/ctor-analyser.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "TypeError: undefined is not an object (evaluating 'node.numberOfInputs')"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [initialize] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "X context = new OfflineAudioContext(...) incorrectly threw ReferenceError: \"Can't find variable: OfflineAudioContext\".": {
          "stNum": 2,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "< [initialize] 1 out of 1 assertions were failed.": {
          "stNum": 3,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "> [invalid constructor] ": {
          "stNum": 4,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "  new AnalyserNode() threw TypeError: \"function is not a constructor (evaluating 'new window[name]()')\".": {
          "stNum": 5,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "  new AnalyserNode(1) threw TypeError: \"function is not a constructor (evaluating 'new window[name](1)')\".": {
          "stNum": 6,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "  new AnalyserNode(context, 42) threw TypeError: \"function is not a constructor (evaluating 'new window[name](context, 42)')\".": {
          "stNum": 7,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "< [invalid constructor] All assertions passed. (total 3 assertions)": {
          "stNum": 8,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [default constructor] ": {
          "stNum": 9,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "X node0 = new AnalyserNode(context) incorrectly threw TypeError: \"function is not a constructor (evaluating 'new window[name](context, options.constructorOptions)')\".": {
          "stNum": 10,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "X node0 instanceof AnalyserNode is not equal to true. Got false.": {
          "stNum": 11,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audionode-interface/audionode-channel-rules.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [test] Channel mixing rules for AudioNodes": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-biquadfilternode-interface/no-dezippering.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [Test 0] No dezippering for frequency": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-analysernode-interface/test-analyser-gain.html": {
      "byUA": {
        "Sf12": "OK"
      },
      "UAmessage": {},
      "totals": {
        "OK": 1
      },
      "subtests": {
        "Test effect of AnalyserNode on GainNode output": {
          "stNum": 0,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "Can't find variable: OfflineAudioContext"
          },
          "totals": {
            "FAIL": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-delaynode-interface/ctor-delay.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "TypeError: undefined is not an object (evaluating 'node.numberOfInputs')"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [initialize] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "X context = new OfflineAudioContext(...) incorrectly threw ReferenceError: \"Can't find variable: OfflineAudioContext\".": {
          "stNum": 2,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "< [initialize] 1 out of 1 assertions were failed.": {
          "stNum": 3,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "> [invalid constructor] ": {
          "stNum": 4,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "  new DelayNode() threw TypeError: \"function is not a constructor (evaluating 'new window[name]()')\".": {
          "stNum": 5,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "  new DelayNode(1) threw TypeError: \"function is not a constructor (evaluating 'new window[name](1)')\".": {
          "stNum": 6,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "  new DelayNode(context, 42) threw TypeError: \"function is not a constructor (evaluating 'new window[name](context, 42)')\".": {
          "stNum": 7,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "< [invalid constructor] All assertions passed. (total 3 assertions)": {
          "stNum": 8,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [default constructor] ": {
          "stNum": 9,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "X node0 = new DelayNode(context) incorrectly threw TypeError: \"function is not a constructor (evaluating 'new window[name](context, options.constructorOptions)')\".": {
          "stNum": 10,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "X node0 instanceof DelayNode is not equal to true. Got false.": {
          "stNum": 11,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audioworklet-interface/baseaudiocontext-audioworklet.https.html": {
      "byUA": {
        "Sf12": "OK"
      },
      "UAmessage": {},
      "totals": {
        "OK": 1
      },
      "subtests": {
        "\n      Checking BaseAudioContext.audioWorklet\n    ": {
          "stNum": 0,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "ReferenceError: Can't find variable: AudioContext"
          },
          "totals": {
            "FAIL": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-constantsourcenode-interface/constant-source-output.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [constant source] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audiobuffersourcenode-interface/audiobuffersource-playbackrate-zero.html": {
      "byUA": {
        "Sf12": "OK"
      },
      "UAmessage": {},
      "totals": {
        "OK": 1
      },
      "subtests": {
        "\n      audiobuffersource-playbackrate-zero.html\n    ": {
          "stNum": 0,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
          },
          "totals": {
            "FAIL": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audioparam-interface/audioparam-setValueCurveAtTime.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [test] AudioParam setValueCurveAtTime() functionality.": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-basic.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "TypeError: undefined is not an object (evaluating 'context.createBiquadFilter')"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [initialize] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "X Initialize context for testing incorrectly threw ReferenceError: \"Can't find variable: OfflineAudioContext\".": {
          "stNum": 2,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "< [initialize] 1 out of 1 assertions were failed.": {
          "stNum": 3,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "> [existence] ": {
          "stNum": 4,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-convolvernode-interface/convolver-response-4-chan.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [initialize] Convolver response with one channel": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "X new AudioBuffer({numberOfChannels: 2, length: 4, sampleRate: 8192}) incorrectly threw TypeError: \"function is not a constructor (evaluating 'new AudioBuffer(\n                      {numberOfChannels: 4, length: 8, sampleRate: sampleRate})')\".": {
          "stNum": 2,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "< [initialize] 1 out of 1 assertions were failed.": {
          "stNum": 3,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "> [1-channel input] produces 2-channel output": {
          "stNum": 4,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-channelsplitternode-interface/ctor-channelsplitter.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "TypeError: undefined is not an object (evaluating 'node.numberOfInputs')"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [initialize] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "X context = new OfflineAudioContext(...) incorrectly threw ReferenceError: \"Can't find variable: OfflineAudioContext\".": {
          "stNum": 2,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "< [initialize] 1 out of 1 assertions were failed.": {
          "stNum": 3,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "> [invalid constructor] ": {
          "stNum": 4,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "  new ChannelSplitterNode() threw TypeError: \"function is not a constructor (evaluating 'new window[name]()')\".": {
          "stNum": 5,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "  new ChannelSplitterNode(1) threw TypeError: \"function is not a constructor (evaluating 'new window[name](1)')\".": {
          "stNum": 6,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "  new ChannelSplitterNode(context, 42) threw TypeError: \"function is not a constructor (evaluating 'new window[name](context, 42)')\".": {
          "stNum": 7,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "< [invalid constructor] All assertions passed. (total 3 assertions)": {
          "stNum": 8,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [default constructor] ": {
          "stNum": 9,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "X node0 = new ChannelSplitterNode(context) incorrectly threw TypeError: \"function is not a constructor (evaluating 'new window[name](context, options.constructorOptions)')\".": {
          "stNum": 10,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "X node0 instanceof ChannelSplitterNode is not equal to true. Got false.": {
          "stNum": 11,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audioparam-interface/audioparam-exceptional-values.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "TypeError: undefined is not an object (evaluating 'context.createGain')"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [initialize] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "X Creating context for testing incorrectly threw ReferenceError: \"Can't find variable: OfflineAudioContext\".": {
          "stNum": 2,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "< [initialize] 1 out of 1 assertions were failed.": {
          "stNum": 3,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "> [test value] Test non-finite arguments for AudioParam value": {
          "stNum": 4,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-delaynode-interface/delaynode-maxdelay.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [test] Basic functionality of DelayNode with a non-default max delay time": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-highpass.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [test] Biquad highpass filter": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-constantsourcenode-interface/test-constantsourcenode.html": {
      "byUA": {
        "Sf12": "OK"
      },
      "UAmessage": {},
      "totals": {
        "OK": 1
      },
      "subtests": {
        "ConstantSourceNode can be constructed": {
          "stNum": 0,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "Can't find variable: AudioContext"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "ConstantSourceNode stop and start": {
          "stNum": 1,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "Can't find variable: AudioContext"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "ConstantSourceNode onended event": {
          "stNum": 2,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "Can't find variable: OfflineAudioContext"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "ConstantSourceNode start and stop when work": {
          "stNum": 3,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "Can't find variable: OfflineAudioContext"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "ConstantSourceNode with no automation": {
          "stNum": 4,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "Can't find variable: OfflineAudioContext"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "ConstantSourceNode with automation": {
          "stNum": 5,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "Can't find variable: OfflineAudioContext"
          },
          "totals": {
            "FAIL": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-delaynode-interface/delaynode-scheduling.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [test] DelayNode delayTime parameter can be scheduled at a given time": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audioparam-interface/k-rate-constant-source.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [ConstantSource k-rate offset] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-convolvernode-interface/convolver-response-2-chan.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [initialize] Convolver response with one channel": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "X new AudioBuffer({numberOfChannels: 2, length: 4, sampleRate: 8192}) incorrectly threw TypeError: \"function is not a constructor (evaluating 'new AudioBuffer(\n                      {numberOfChannels: 2, length: 4, sampleRate: sampleRate})')\".": {
          "stNum": 2,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "< [initialize] 1 out of 1 assertions were failed.": {
          "stNum": 3,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "> [1-channel input] produces 2-channel output": {
          "stNum": 4,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-stereopanner-interface/ctor-stereopanner.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "TypeError: Right hand side of instanceof is not an object"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [initialize] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "X context = new OfflineAudioContext(...) incorrectly threw ReferenceError: \"Can't find variable: OfflineAudioContext\".": {
          "stNum": 2,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "< [initialize] 1 out of 1 assertions were failed.": {
          "stNum": 3,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "> [invalid constructor] ": {
          "stNum": 4,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "  new StereoPannerNode() threw TypeError: \"undefined is not a constructor (evaluating 'new window[name]()')\".": {
          "stNum": 5,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "  new StereoPannerNode(1) threw TypeError: \"undefined is not a constructor (evaluating 'new window[name](1)')\".": {
          "stNum": 6,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "  new StereoPannerNode(context, 42) threw TypeError: \"undefined is not a constructor (evaluating 'new window[name](context, 42)')\".": {
          "stNum": 7,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "< [invalid constructor] All assertions passed. (total 3 assertions)": {
          "stNum": 8,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [default constructor] ": {
          "stNum": 9,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "X node0 = new StereoPannerNode(context) incorrectly threw TypeError: \"undefined is not a constructor (evaluating 'new window[name](context, options.constructorOptions)')\".": {
          "stNum": 10,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audioworklet-interface/audioworkletnode-output-channel-count.https.html": {
      "byUA": {
        "Sf12": "OK"
      },
      "UAmessage": {},
      "totals": {
        "OK": 1
      },
      "subtests": {
        "\n      Test the construction of AudioWorkletNode with real-time context\n    ": {
          "stNum": 0,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "ReferenceError: Can't find variable: AudioContext"
          },
          "totals": {
            "FAIL": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audioparam-interface/k-rate-panner.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [Panner k-rate positionX] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audioparam-interface/retrospective-setValueAtTime.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [test] Test setValueAtTime with startTime in the past": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audioparam-interface/audioparam-large-endtime.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [linearRamp] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-pannernode-interface/panner-distance-clamping.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [ref-distance-error] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-offlineaudiocontext-interface/current-time-block-size.html": {
      "byUA": {
        "Sf12": "OK"
      },
      "UAmessage": {},
      "totals": {
        "OK": 1
      },
      "subtests": {
        "Test currentTime at completion of OfflineAudioContext rendering": {
          "stNum": 0,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "Can't find variable: OfflineAudioContext"
          },
          "totals": {
            "FAIL": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audiocontext-interface/audiocontextoptions.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "TypeError: undefined is not an object (evaluating 'context.sampleRate')"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [test-audiocontextoptions-latencyHint-basic] Test creating contexts with basic latencyHint types.": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "X context = new AudioContext() incorrectly threw ReferenceError: \"Can't find variable: AudioContext\".": {
          "stNum": 2,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-peaking.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [test] Biquad peaking filter": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-constantsourcenode-interface/constant-source-basic.html": {
      "byUA": {
        "Sf12": "OK"
      },
      "UAmessage": {},
      "totals": {
        "OK": 1
      },
      "subtests": {
        "\n      Basic ConstantSourceNode Tests\n    ": {
          "stNum": 0,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "ReferenceError: Can't find variable: AudioContext"
          },
          "totals": {
            "FAIL": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audioparam-interface/k-rate-oscillator.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [Oscillator k-rate detune] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-stereopanner-interface/no-dezippering.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [test mono input] Test StereoPanner with mono input has no dezippering": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-convolvernode-interface/convolver-channels.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [channel-count-test] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-mediaelementaudiosourcenode-interface/no-cors.https.html": {
      "byUA": {
        "Sf12": "OK"
      },
      "UAmessage": {},
      "totals": {
        "OK": 1
      },
      "subtests": {
        "\n      Test if MediaElementAudioSourceNode works for cross-origin redirects with\n      \"no-cors\" request mode.\n    ": {
          "stNum": 0,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "ReferenceError: Can't find variable: AudioContext"
          },
          "totals": {
            "FAIL": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-analysernode-interface/realtimeanalyser-basic.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: AudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [Basic AnalyserNode test] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-channelmergernode-interface/ctor-channelmerger.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "TypeError: undefined is not an object (evaluating 'node.numberOfInputs')"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [initialize] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "X context = new OfflineAudioContext(...) incorrectly threw ReferenceError: \"Can't find variable: OfflineAudioContext\".": {
          "stNum": 2,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "< [initialize] 1 out of 1 assertions were failed.": {
          "stNum": 3,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "> [invalid constructor] ": {
          "stNum": 4,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "  new ChannelMergerNode() threw TypeError: \"function is not a constructor (evaluating 'new window[name]()')\".": {
          "stNum": 5,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "  new ChannelMergerNode(1) threw TypeError: \"function is not a constructor (evaluating 'new window[name](1)')\".": {
          "stNum": 6,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "  new ChannelMergerNode(context, 42) threw TypeError: \"function is not a constructor (evaluating 'new window[name](context, 42)')\".": {
          "stNum": 7,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "< [invalid constructor] All assertions passed. (total 3 assertions)": {
          "stNum": 8,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [default constructor] ": {
          "stNum": 9,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "X node0 = new ChannelMergerNode(context) incorrectly threw TypeError: \"function is not a constructor (evaluating 'new window[name](context, options.constructorOptions)')\".": {
          "stNum": 10,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "X node0 instanceof ChannelMergerNode is not equal to true. Got false.": {
          "stNum": 11,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-pannernode-interface/panner-automation-equalpower-stereo.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [test] Equal-power panner model of AudioPannerNode with stereo source": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-waveshapernode-interface/silent-inputs.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [test-0] curve output is non-zero for silent inputs": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-biquadfilternode-interface/ctor-biquadfilter.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "TypeError: undefined is not an object (evaluating 'node.numberOfInputs')"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [initialize] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "X context = new OfflineAudioContext(...) incorrectly threw ReferenceError: \"Can't find variable: OfflineAudioContext\".": {
          "stNum": 2,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "< [initialize] 1 out of 1 assertions were failed.": {
          "stNum": 3,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "> [invalid constructor] ": {
          "stNum": 4,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "  new BiquadFilterNode() threw TypeError: \"function is not a constructor (evaluating 'new window[name]()')\".": {
          "stNum": 5,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "  new BiquadFilterNode(1) threw TypeError: \"function is not a constructor (evaluating 'new window[name](1)')\".": {
          "stNum": 6,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "  new BiquadFilterNode(context, 42) threw TypeError: \"function is not a constructor (evaluating 'new window[name](context, 42)')\".": {
          "stNum": 7,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "< [invalid constructor] All assertions passed. (total 3 assertions)": {
          "stNum": 8,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [default constructor] ": {
          "stNum": 9,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "X node0 = new BiquadFilterNode(context) incorrectly threw TypeError: \"function is not a constructor (evaluating 'new window[name](context, options.constructorOptions)')\".": {
          "stNum": 10,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        },
        "X node0 instanceof BiquadFilterNode is not equal to true. Got false.": {
          "stNum": 11,
          "byUA": {
            "Sf12": "FAIL"
          },
          "UAmessage": {
            "Sf12": "assert_true: expected true got false"
          },
          "totals": {
            "FAIL": 1
          }
        }
      }
    },
    "/webaudio/the-audio-api/the-audiobuffersourcenode-interface/audiobuffersource-start.html": {
      "byUA": {
        "Sf12": "ERROR"
      },
      "UAmessage": {
        "Sf12": "ReferenceError: Can't find variable: OfflineAudioContext"
      },
      "totals": {
        "ERROR": 1
      },
      "subtests": {
        "# AUDIT TASK RUNNER STARTED.": {
          "stNum": 0,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        },
        "> [Tests AudioBufferSourceNode start()] ": {
          "stNum": 1,
          "byUA": {
            "Sf12": "PASS"
          },
          "UAmessage": {},
          "totals": {
            "PASS": 1
          }
        }
      }
    }
  }
}