Bug 1478285 [wpt PR 12179] - Update wpt metadata, a=testonly

wpt-pr: 12179
wpt-type: metadata
This commit is contained in:
moz-wptsync-bot 2018-07-25 09:49:37 +00:00
Родитель 88e0508f9f
Коммит 6c8377062f
2 изменённых файлов: 21 добавлений и 0 удалений

Просмотреть файл

@ -29,3 +29,6 @@
[getStats() with connected peer connections having tracks and data channel should return all mandatory to implement stats]
expected: FAIL
[getStats() with track added via addTransceiver should succeed]
expected: FAIL

Просмотреть файл

@ -5,3 +5,21 @@
[Calling removeTrack with currentDirection recvonly should not change direction]
expected: FAIL
[addTransceiver - Calling removeTrack when connection is closed should throw InvalidStateError]
expected: FAIL
[addTransceiver - Calling removeTrack on different connection that is closed should throw InvalidStateError]
expected: FAIL
[addTransceiver - Calling removeTrack on different connection should throw InvalidAccessError]
expected: FAIL
[addTransceiver - Calling removeTrack with valid sender should set sender.track to null]
expected: FAIL
[Calling removeTrack with currentDirection sendonly should set direction to inactive]
expected: FAIL
[Calling removeTrack with currentDirection inactive should not change direction]
expected: FAIL