blob: 3df1b9907c82c39e6a92072d51cb7ee81be0a9be [file] [log] [blame]
PASS # AUDIT TASK RUNNER STARTED.
PASS > [simple]
PASS Initial WaveShaper.curve is equal to null.
PASS Initial WaveShaper.oversample is equal to none.
PASS Setting oversample to "2x" did not throw an exception.
PASS Waveshaper.oversample = "2x" is equal to 2x.
PASS Setting oversample to "4x" did not throw an exception.
PASS Waveshaper.oversample = "4x" is equal to 4x.
PASS Setting oversample to "invalid" did not throw an exception.
PASS Waveshaper.oversample = "invalid" is equal to 4x.
PASS Setting curve to [-1,0.25,0.75] did not throw an exception.
PASS WaveShaper.curve is identical to the array [-1,0.25,0.75].
FAIL X Setting curve back to null incorrectly threw TypeError: "The WaveShaperNode.curve attribute must be an instance of Float32Array". assert_true: expected true got false
FAIL X Waveshaper.curve = null is not equal to null. Got [-1,0.25,0.75]. assert_true: expected true got false
FAIL < [simple] 2 out of 12 assertions were failed. assert_true: expected true got false
FAIL # AUDIT TASK RUNNER FINISHED: 1 out of 1 tasks were failed. assert_true: expected true got false