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

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

Issue 429853002: IDL: Add build target for IDL dictionary impl generation in core (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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
« no previous file with comments | « LayoutTests/fast/dom/idl-dictionary-unittest.html ('k') | Source/bindings/core/idl.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/idl-dictionary-unittest-expected.txt
diff --git a/LayoutTests/fast/dom/idl-dictionary-unittest-expected.txt b/LayoutTests/fast/dom/idl-dictionary-unittest-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..9fe5672aff1c6d97717fae7f524b76cb031df8e6
--- /dev/null
+++ b/LayoutTests/fast/dom/idl-dictionary-unittest-expected.txt
@@ -0,0 +1,33 @@
+IDL dictionary unittest
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+Test for setting an empty dictionary
+PASS dict.longMember is undefined.
+PASS dict.stringMember is "defaultStringValue"
+PASS dict.booleanOrNullMember is null
+PASS dict.doubleOrNullMember is undefined.
+PASS dict.stringSequenceMember is undefined.
+
+Test for setting undefined
+PASS dict.longMember is undefined.
+PASS dict.stringMember is "defaultStringValue"
+PASS dict.booleanOrNullMember is null
+PASS dict.doubleOrNullMember is undefined.
+PASS dict.stringSequenceMember is undefined.
+
+Test for setting valid values
+PASS dict.longMember is 3
+PASS dict.stringMember is "modifiedString"
+PASS dict.booleanOrNullMember is true
+PASS dict.doubleOrNullMember is 2.0
+PASS dict.stringSequenceMember is ["foo", "bar", "baz"]
+
+Test for setting invalid member
+PASS dict.invalidMember is undefined.
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/fast/dom/idl-dictionary-unittest.html ('k') | Source/bindings/core/idl.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698