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

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: rebase 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
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..14e77dcf4c23612f0e57e02a0596e6de7c5b1e5e
--- /dev/null
+++ b/LayoutTests/fast/dom/idl-dictionary-unittest-expected.txt
@@ -0,0 +1,16 @@
+IDL dictionary unittest
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS dict.longMember is undefined.
+PASS dict.stringMember is "defaultStringValue"
+PASS dict.booleanOrNullMember is null
+PASS dict.longMember is 3
+PASS dict.stringMember is "modifiedString"
+PASS dict.stringSequenceMember is ["foo", "bar", "baz"]
+PASS dict.invalidMember is undefined.
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698