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

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

Issue 2183623004: Add IDLDictionaryBase (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix multi-level inheritance bug Created 4 years, 5 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/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 cf49c5ff2bce9a9301030f21d9a33d43653e91f8..fcba1b69794bb42b6f490fe652d0297dd7ad42d3 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
@@ -179,6 +179,12 @@ PASS derived.derivedStringMemberWithDefault is "modifiedString3"
PASS derived.invalidMember is undefined.
PASS derived.requiredBooleanMember is false
+Test for triple level derived dictionary
+PASS derived.longMember is 1
+PASS derived.derivedStringMember is "modifiedString"
+PASS derived.derivedDerivedStringMember is "modifiedString2"
+PASS derived.requiredBooleanMember is false
+
Test for passing invalid values as derived dictionary
PASS dictionaryTest.setDerived({objectMember: 42, requiredBooleanMember: false }) threw exception TypeError: Failed to execute 'setDerived' on 'DictionaryTest': member objectMember is not an object..
PASS dictionaryTest.setDerived({}) threw exception TypeError: Failed to execute 'setDerived' on 'DictionaryTest': required member requiredBooleanMember is undefined..

Powered by Google App Engine
This is Rietveld 408576698