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

Unified Diff: LayoutTests/fast/xmlhttprequest/xmlhttprequest-set-responsetype-expected.txt

Issue 1047993002: bindings: Add validation for enum Sequence or Array (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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/fast/xmlhttprequest/xmlhttprequest-set-responsetype-expected.txt
diff --git a/LayoutTests/fast/xmlhttprequest/xmlhttprequest-set-responsetype-expected.txt b/LayoutTests/fast/xmlhttprequest/xmlhttprequest-set-responsetype-expected.txt
index 89345541a9f44d23d64dba5188a97b66d2f7c4bb..dbbab57d2aae059f246c92c372ff3ef2ec17aac5 100644
--- a/LayoutTests/fast/xmlhttprequest/xmlhttprequest-set-responsetype-expected.txt
+++ b/LayoutTests/fast/xmlhttprequest/xmlhttprequest-set-responsetype-expected.txt
@@ -1,5 +1,5 @@
-CONSOLE WARNING: The provided value 'dkjdfkjdfkj' is not a valid value of type 'XMLHttpRequestResponseType'.
-CONSOLE WARNING: The provided value 'asdfasdfasd' is not a valid value of type 'XMLHttpRequestResponseType'.
+CONSOLE WARNING: The provided value 'dkjdfkjdfkj' is not a valid enum value.
+CONSOLE WARNING: The provided value 'asdfasdfasd' is not a valid enum value.
This test checks if setting non-supported type does not throw an exception
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".

Powered by Google App Engine
This is Rietveld 408576698