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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/idl-dictionary-unittest-expected.txt

Issue 2509713002: binding: Makes Dictionary throw an exception (constructor). (Closed)
Patch Set: Addressed review comments. Created 4 years, 1 month 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/ArrayValue.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/dom/idl-dictionary-unittest-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/idl-dictionary-unittest-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/idl-dictionary-unittest-expected.txt
index fcba1b69794bb42b6f490fe652d0297dd7ad42d3..4275667115560a9659e89f61f26fb9d83a9ef667 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/idl-dictionary-unittest-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/dom/idl-dictionary-unittest-expected.txt
@@ -146,8 +146,8 @@ PASS properties.foo is "x"
PASS properties.bar is "y"
PASS properties.baz is undefined.
PASS properties is {}
-PASS dictionaryTest.set({dictionaryMember: 42}) threw exception TypeError: Failed to execute 'set' on 'DictionaryTest': member dictionaryMember is not an object..
-PASS dictionaryTest.set({dictionaryMember: 'foo'}) threw exception TypeError: Failed to execute 'set' on 'DictionaryTest': member dictionaryMember is not an object..
+PASS dictionaryTest.set({dictionaryMember: 42}) threw exception TypeError: Failed to execute 'set' on 'DictionaryTest': The dictionary provided is neither undefined, null nor an Object..
+PASS dictionaryTest.set({dictionaryMember: 'foo'}) threw exception TypeError: Failed to execute 'set' on 'DictionaryTest': The dictionary provided is neither undefined, null nor an Object..
Test for derived dictionary
PASS derived.longMember is undefined.
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/ArrayValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698