mirror of
https://github.com/servo/servo.git
synced 2025-10-03 18:19:14 +01:00
Stuff was a bit buggy with the test expectations so I regenerated them. Looks like some of the tests changed and this wasn't synced properly.
17 lines
794 B
INI
17 lines
794 B
INI
[audiocontextoptions.html]
|
|
expected: TIMEOUT
|
|
[< [test-audiocontextoptions-latencyHint-basic\] 1 out of 9 assertions were failed.]
|
|
expected: FAIL
|
|
|
|
[X creating two high latency contexts incorrectly threw TypeError: "'0' is not a valid enum value for enumeration 'AudioContextLatencyCategory'.".]
|
|
expected: FAIL
|
|
|
|
[X context = new AudioContext({'latencyHint': interactiveLatency/2}) incorrectly threw TypeError: "'0' is not a valid enum value for enumeration 'AudioContextLatencyCategory'.".]
|
|
expected: FAIL
|
|
|
|
[X default baseLatency is not greater than 0. Got 0.]
|
|
expected: FAIL
|
|
|
|
[X context = new AudioContext({'latencyHint': validLatency}) incorrectly threw TypeError: "'0' is not a valid enum value for enumeration 'AudioContextLatencyCategory'.".]
|
|
expected: FAIL
|
|
|