| Index: LayoutTests/fast/mediastream/MediaStreamTrack-getSourceInfos-expected.txt
|
| diff --git a/LayoutTests/fast/mediastream/MediaStreamTrack-getSourceInfos-expected.txt b/LayoutTests/fast/mediastream/MediaStreamTrack-getSourceInfos-expected.txt
|
| index 40a2d0a1550c61dc70b1cf5f7ca60d2fffaf790a..2527acd6c8e9309e91bd7d2df579cdbb46fe26fc 100644
|
| --- a/LayoutTests/fast/mediastream/MediaStreamTrack-getSourceInfos-expected.txt
|
| +++ b/LayoutTests/fast/mediastream/MediaStreamTrack-getSourceInfos-expected.txt
|
| @@ -3,9 +3,12 @@ Tests MediaStreamTrack::getSourceInfos.
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -PASS sources = MediaStreamTrack.getSourceInfos(); did not throw exception.
|
| +PASS MediaStreamTrack.getSources(gotSourceInfos1); did not throw exception.
|
| +PASS gotSourceInfos1 was called.
|
| PASS sources.length > 0 is true
|
| -PASS sources = MediaStreamTrack.getSourceInfos(); did not throw exception.
|
| +PASS gotStream was called.
|
| +PASS MediaStreamTrack.getSources(gotSourceInfos2); did not throw exception.
|
| +PASS gotSourceInfos2 was called.
|
| PASS sources.length > 0 is true
|
| PASS sources[0].id === previousId is true
|
| PASS sources[0].label.length > 0 is true
|
|
|