blob: 49ce06b415ad0db97cc9b59b99def1e79c495f9a (
plain)
1
2
3
4
5
6
7
8
|
[RTCDTMFSender-ontonechange.https.html]
restart-after:
if os == "android": https://bugzilla.mozilla.org/show_bug.cgi?id=1641237
expected:
if (os == "android") and not debug: [OK, CRASH]
[Calling insertDTMF() multiple times in the middle of tonechange events should cause future tonechanges to be updated the last provided tones]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, FAIL]
|