Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: third_party/WebKit/LayoutTests/fast/mediastream/MediaStreamConstructor-expected.txt

Issue 2810843002: bindings: Make the sequence conversion code more complaint with WebIDL. (Closed)
Patch Set: Adjust even more tests Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/mediastream/MediaStreamConstructor-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/mediastream/MediaStreamConstructor-expected.txt b/third_party/WebKit/LayoutTests/fast/mediastream/MediaStreamConstructor-expected.txt
index ee3f5df03f16247fbae2cc60d04394ff472d900c..f35fa621c13aa362c86fa947a0950a51bd91c060 100644
--- a/third_party/WebKit/LayoutTests/fast/mediastream/MediaStreamConstructor-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/mediastream/MediaStreamConstructor-expected.txt
@@ -14,10 +14,10 @@ PASS localStream.getAudioTracks().length is 1
PASS localStream.getVideoTracks().length is 1
PASS checkIdAttribute(localStream.id) is true
PASS new MediaStream(document) threw exception TypeError: Failed to construct 'MediaStream': No matching constructor signature..
-PASS new MediaStream([document]) threw exception TypeError: Failed to construct 'MediaStream': Invalid Array element type.
-PASS new MediaStream([stream.getAudioTracks()[0], document]) threw exception TypeError: Failed to construct 'MediaStream': Invalid Array element type.
-PASS new MediaStream([null]) threw exception TypeError: Failed to construct 'MediaStream': Invalid Array element type.
-PASS new MediaStream([undefined]) threw exception TypeError: Failed to construct 'MediaStream': Invalid Array element type.
+PASS new MediaStream([document]) threw exception TypeError: Failed to construct 'MediaStream': Failed to convert value to 'MediaStreamTrack'..
+PASS new MediaStream([stream.getAudioTracks()[0], document]) threw exception TypeError: Failed to construct 'MediaStream': Failed to convert value to 'MediaStreamTrack'..
+PASS new MediaStream([null]) threw exception TypeError: Failed to construct 'MediaStream': Failed to convert value to 'MediaStreamTrack'..
+PASS new MediaStream([undefined]) threw exception TypeError: Failed to construct 'MediaStream': Failed to convert value to 'MediaStreamTrack'..
PASS new MediaStream(null) threw exception TypeError: Failed to construct 'MediaStream': No matching constructor signature..
PASS new MediaStream(undefined) threw exception TypeError: Failed to construct 'MediaStream': No matching constructor signature..
Stream constructed

Powered by Google App Engine
This is Rietveld 408576698