mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02: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.
18 lines
794 B
INI
18 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
|
|
|