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

Unified Diff: LayoutTests/webaudio/pannernode-basic-expected.txt

Issue 955413002: Log in Binding code for invalid enum type. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 9 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: LayoutTests/webaudio/pannernode-basic-expected.txt
diff --git a/LayoutTests/webaudio/pannernode-basic-expected.txt b/LayoutTests/webaudio/pannernode-basic-expected.txt
index dc725e32033a796ae088e55d507653ee0ee4d4b0..2e40ed692105eb4d943cc2c7d6310015c83144d2 100644
--- a/LayoutTests/webaudio/pannernode-basic-expected.txt
+++ b/LayoutTests/webaudio/pannernode-basic-expected.txt
@@ -1,3 +1,5 @@
+CONSOLE WARNING: The provided value '1' is not a valid value of type 'PanningModelType'.
+CONSOLE WARNING: The provided value '1' is not a valid value of type 'DistanceModelType'.
Basic tests for PannerNode.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".

Powered by Google App Engine
This is Rietveld 408576698