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

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

Issue 386963003: [WIP][NotForLand] IDL dictionary support (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: sequence and array support Created 6 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
« no previous file with comments | « LayoutTests/fast/dom/some-dictionary.html ('k') | Source/bindings/core/v8/DictionaryHelperForCore.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/some-dictionary-expected.txt
diff --git a/LayoutTests/fast/dom/some-dictionary-expected.txt b/LayoutTests/fast/dom/some-dictionary-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..306fe588a77d49447f6cfb098eae6e0162499311
--- /dev/null
+++ b/LayoutTests/fast/dom/some-dictionary-expected.txt
@@ -0,0 +1,20 @@
+IDL dictionary example
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS dict.a is undefined.
+PASS dict.b is 2
+PASS dict.stringMember is "doraemon"
+PASS dict.element is null
+PASS dict.a is 3
+PASS dict.b is 2
+PASS dict.stringMember is "mass-produced doraemon"
+PASS dict.element is divElement1
+PASS dict.stringSequenceMember is ["foo", "bar", "baz"]
+PASS dict.elementArrayMember is [divElement1, divElement2]
+PASS dict.invalidMember is undefined.
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/fast/dom/some-dictionary.html ('k') | Source/bindings/core/v8/DictionaryHelperForCore.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698